#BC80BC

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

Shades of London Hue #BC80BC

Tints of London Hue #BC80BC

Color information

#BC80BC (or 0xBC80BC) is unknown color: approx London Hue. HEX triplet: BC, 80 and BC. RGB value is (188,128,188). Sum of RGB (Red+Green+Blue) = 188+128+188=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC80BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80BC is #437F43. Grayscale: #989898. Windows color (decimal): -4423492 or 12353724. OLE color: 12353724.

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

Color convert

RGB188128188-
CMYK00.3200.26
HSL300º30.93%61.96%-
HSV(B)300º31.91%73.73%-
XYZ37.5429.7651.34-
YUV152.78147.88153.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 128 (50.39% from 255) = 25.40%
BLUE value IS 188 (73.83% from 255) = 37.30%
R=37.30%
G=25.40%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812818800.3200.2630030.9361.96
HexBC80BC02001A12c1f3e
Octal2742002740400324543776
Binary101111001000000010111100010000001101010010110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC80BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC80BC; }

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

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

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

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

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

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

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

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