Color Hex Logo

#bc55cc Color Hex

#BC55CC
(188,85,204)
0 Favorites   0 Comments

Color spaces of #bc55cc

RGB 18885204
HSL0.810.540.57
HSV292°58°80°
CMYK 0.080.580.00   0.20
XYZ34.886621.548059.4472
Yxy21.54800.30110.1859
Hunter Lab46.419852.9161-43.4354
CIE-Lab53.544158.2358-43.5597

#bc55cc color RGB value is (188,85,204).

#bc55cc hex color red value is 188, green value is 85 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bc55cc hue: 0.81 , saturation: 0.54 and the lightness value of bc55cc is 0.57.

The process color (four color CMYK) of #bc55cc color hex is 0.08, 0.58, 0.00, 0.20. Web safe color of #bc55cc is #cc66cc. Color #bc55cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010101 11001100
Octal 274 125 314
Decimal 188 85 204
Hex BC 55 CC

RGB Percentages of Color #bc55cc

%39.41
%17.82
%42.77

CMYK Percentages of Color #bc55cc

%8
%58
%0
%20

Triadic Colors of #bc55cc

#bc55cc #ccbc55 #55ccbc

Analogous Colors of #bc55cc

#bc55cc #cc55a1 #8155cc

Monochromatic Colors of #bc55cc

#bc55cc

Complementary Color

#bc55cc #65cc55

#bc55cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc55cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc55cc Color CSS Codes

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

#bc55cc Text Font Color

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

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


#bc55cc Background Color

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

This div background color is #bc55cc


#bc55cc Border Color

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

This div border color is #bc55cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc55cc


Comments

No comments written yet.

Please login to write comment.