color codes Logo

#bc77fb color codes

#BC77FB
(188,119,251)
0 Favorites   0 Comments

Color spaces of #bc77fb

RGB 188119251
HSL0.750.940.73
HSV271°53°98°
CMYK 0.250.530.00   0.02
XYZ44.748530.850194.8629
Yxy30.85010.26250.1810
Hunter Lab55.542946.6098-62.3827
CIE-Lab62.380951.1219-55.8790

#bc77fb color RGB value is (188,119,251).

#bc77fb hex color red value is 188, green value is 119 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bc77fb hue: 0.75 , saturation: 0.94 and the lightness value of bc77fb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110111 11111011
Octal 274 167 373
Decimal 188 119 251
Hex BC 77 FB

RGB Percentages of Color #bc77fb

%33.69
%21.33
%44.98

CMYK Percentages of Color #bc77fb

%25
%53
%0
%2

Triadic Colors of #bc77fb

#bc77fb #fbbc77 #77fbbc

Analogous Colors of #bc77fb

#bc77fb #fb77f8 #7a77fb

Monochromatic Colors of #bc77fb

#bc77fb

Complementary Color

#bc77fb #b6fb77

#bc77fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc77fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc77fb Color CSS Codes

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

#bc77fb Text Font Color

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

This sample text font color is #bc77fb
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.


#bc77fb Background Color

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

This div background color is #bc77fb


#bc77fb Border Color

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

This div border color is #bc77fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,119,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 #bc77fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc77fb

Related Colors


Comments

No comments written yet.

Please login to write comment.