Color Hex Logo

#bc11bf Color Hex

#BC11BF
(188,17,191)
0 Favorites   0 Comments

Color spaces of #bc11bf

RGB 18817191
HSL0.830.840.41
HSV299°91°75°
CMYK 0.020.910.00   0.25
XYZ30.343514.853950.5580
Yxy14.85390.31690.1551
Hunter Lab38.540873.0884-50.7985
CIE-Lab45.433476.9275-48.9524

#bc11bf color RGB value is (188,17,191).

#bc11bf hex color red value is 188, green value is 17 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bc11bf hue: 0.83 , saturation: 0.84 and the lightness value of bc11bf is 0.41.

The process color (four color CMYK) of #bc11bf color hex is 0.02, 0.91, 0.00, 0.25. Web safe color of #bc11bf is #cc00cc. Color #bc11bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010001 10111111
Octal 274 21 277
Decimal 188 17 191
Hex BC 11 BF

RGB Percentages of Color #bc11bf

%47.47
%4.29
%48.23

CMYK Percentages of Color #bc11bf

%2
%91
%0
%25

Triadic Colors of #bc11bf

#bc11bf #bfbc11 #11bfbc

Analogous Colors of #bc11bf

#bc11bf #bf116b #6511bf

Monochromatic Colors of #bc11bf

#bc11bf

Complementary Color

#bc11bf #14bf11

#bc11bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc11bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc11bf Color CSS Codes

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

#bc11bf Text Font Color

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

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


#bc11bf Background Color

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

This div background color is #bc11bf


#bc11bf Border Color

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

This div border color is #bc11bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc11bf


Comments

No comments written yet.

Please login to write comment.