color codes Logo

#bc50fb color codes

#BC50FB
(188,80,251)
0 Favorites   0 Comments

Color spaces of #bc50fb

RGB 18880251
HSL0.770.960.65
HSV278°68°98°
CMYK 0.250.680.00   0.02
XYZ41.020323.393793.6202
Yxy23.39370.25960.1480
Hunter Lab48.367066.7443-80.9060
CIE-Lab55.475669.7692-66.9470

#bc50fb color RGB value is (188,80,251).

#bc50fb hex color red value is 188, green value is 80 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bc50fb hue: 0.77 , saturation: 0.96 and the lightness value of bc50fb is 0.65.

The process color (four color CMYK) of #bc50fb color code is 0.25, 0.68, 0.00, 0.02. Web safe color of #bc50fb is #cc66ff. Color #bc50fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010000 11111011
Octal 274 120 373
Decimal 188 80 251
Hex BC 50 FB

RGB Percentages of Color #bc50fb

%36.22
%15.41
%48.36

CMYK Percentages of Color #bc50fb

%25
%68
%0
%2

Triadic Colors of #bc50fb

#bc50fb #fbbc50 #50fbbc

Analogous Colors of #bc50fb

#bc50fb #fb50e5 #6750fb

Monochromatic Colors of #bc50fb

#bc50fb

Complementary Color

#bc50fb #8ffb50

#bc50fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc50fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc50fb Color CSS Codes

.mybgcolor {background-color:#bc50fb; } 
.myforecolor {color:#bc50fb; }
.mybordercolor {border:3px solid #bc50fb; }

#bc50fb Text Font Color

<p style="color:#bc50fb">Text here</p>

This sample text font color is #bc50fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bc50fb Background Color

<div style="background-color:#bc50fb">
Div content here</div>

This div background color is #bc50fb


#bc50fb Border Color

<div style="border:3px solid #bc50fb">
Div here</div>

This div border color is #bc50fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,80,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc50fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc50fb;
  -webkit-box-shadow: 1px 1px 3px 2px #bc50fb;
  box-shadow:         1px 1px 3px 2px #bc50fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,80,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc50fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bc50fb;
  -webkit-box-shadow: 1px 1px 3px 2px #bc50fb;
  box-shadow:         1px 1px 3px 2px #bc50fb;">
Div content here</div>

This div box has shadow with color #bc50fb


Comments

No comments written yet.

Please login to write comment.