#BC81BD

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

Shades of London Hue #BC81BD

Tints of London Hue #BC81BD

Color information

#BC81BD (or 0xBC81BD) is unknown color: approx London Hue. HEX triplet: BC, 81 and BD. RGB value is (188,129,189). Sum of RGB (Red+Green+Blue) = 188+129+189=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC81BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81BD is #437E42. Grayscale: #999999. Windows color (decimal): -4423235 or 12419516. OLE color: 12419516.

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

Color convert

RGB188129189-
CMYK0.010.3200.26
HSL299º31.25%62.35%-
HSV(B)299º31.75%74.12%-
XYZ37.7730.0751.96-
YUV153.48148.05152.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 129 (50.78% from 255) = 25.49%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=37.15%
G=25.49%
B=37.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881291890.010.3200.2629931.2562.35
HexBC81BD12001A12b1f3e
Octal2742012751400324533776
Binary101111001000000110111101110000001101010010101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC81BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC81BD; }

 p { color: rgb(188,129,189); }

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

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

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

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

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

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

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