#BC87BC

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

Shades of London Hue #BC87BC

Tints of London Hue #BC87BC

Color information

#BC87BC (or 0xBC87BC) is unknown color: approx London Hue. HEX triplet: BC, 87 and BC. RGB value is (188,135,188). Sum of RGB (Red+Green+Blue) = 188+135+188=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC87BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87BC is #437843. Grayscale: #9C9C9C. Windows color (decimal): -4421700 or 12355516. OLE color: 12355516.

HSL color Cylindrical-coordinate representation of color #BC87BC: hue angle of 300º 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 #BC87BC is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB188135188-
CMYK00.2800.26
HSL300º28.34%63.33%-
HSV(B)300º28.19%73.73%-
XYZ38.4831.6551.66-
YUV156.89145.56150.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 135 (53.12% from 255) = 26.42%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=36.79%
G=26.42%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813518800.2800.2630028.3463.33
HexBC87BC01C01A12c1c3f
Octal2742072740340324543477
Binary10111100100001111011110001110001101010010110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC87BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC87BC; }

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

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

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

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

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

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

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

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