Shades of London Hue #BC81BD
Tints of London Hue #BC81BD
RGB
CMYK
RGB Variations
Color information
#BC81BD (or 0xBC81BD) is known color: 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
| RGB | 188 | 129 | 189 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.26 |
| HSL | 299º | 0.31% | 0.62% | - |
| HSV(B) | 299º | 0.32% | 0.74% | - |
| XYZ | 37.77 | 30.07 | 51.96 | - |
| YUV | 153.48 | 148.05 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 189 | 0.01 | 0.32 | 0 | 0.26 | 299 | 0.31 | 0.62 |
| Hex | BC | 81 | BD | 1 | 20 | 0 | 1A | 12B | 1F | 3E |
| Octal | 274 | 201 | 275 | 1 | 40 | 0 | 32 | 453 | 37 | 76 |
| Binary | 10111100 | 10000001 | 10111101 | 1 | 100000 | 0 | 11010 | 100101011 | 11111 | 111110 |
Color Harmonies of #BC81BD
Complementary color
Monochromatic Colors of #BC81BD
Black with #BC81BD
Text Example
Text Example
White with #BC81BD
Text Example
Text Example
HTML Codes & Css Web 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>