#BC87B5

Color #BC87B5 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BC87B5

Tints of London Hue #BC87B5

Color information

#BC87B5 (or 0xBC87B5) is unknown color: approx London Hue. HEX triplet: BC, 87 and B5. RGB value is (188,135,181). Sum of RGB (Red+Green+Blue) = 188+135+181=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BC87B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87B5 is #43784A. Grayscale: #9B9B9B. Windows color (decimal): -4421707 or 11896764. OLE color: 11896764.

HSL color Cylindrical-coordinate representation of color #BC87B5: hue angle of 307.92º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC87B5 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB188135181-
CMYK00.280.040.26
HSL307.92º28.34%63.33%-
HSV(B)307.92º28.19%73.73%-
XYZ37.7431.3647.78-
YUV156.09142.06150.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 135 (53.12% from 255) = 26.79%
BLUE value IS 181 (71.09% from 255) = 35.91%
R=37.30%
G=26.79%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813518100.280.040.26307.9228.3463.33
HexBC87B501C41A1341c3f
Octal2742072650344324643477
Binary1011110010000111101101010111001001101010011010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC87B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC87B5; }

 p { color: rgb(188,135,181); }

 H1.HeaderClassName
 {
   color: #BC87B5;
 }
 .AnyTagClassName
 {
   color: #BC87B5;
 }
</style>
background-color css

<style>
 a { background-color: #BC87B5; }

 a { background-color: rgb(188,135,181); }

 div.DivClassName
 {
   background-color: #BC87B5;
 }
 .BgClassName
 {
   background-color: #BC87B5;
 }
</style>
border-color css

<style>
 span { border-color: #BC87B5; }

 span { border-color: rgb(188,135,181); }

 td.TdClassName
 {
   border-color: #BC87B5;
 }
 .TagClassName
 {
   border-color: #BC87B5;
 }
</style>