Shades of London Hue #BD81BE
Tints of London Hue #BD81BE
RGB
CMYK
RGB Variations
Color information
#BD81BE (or 0xBD81BE) is known color: London Hue. HEX triplet: BD, 81 and BE. RGB value is (189,129,190). Sum of RGB (Red+Green+Blue) = 189+129+190=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD81BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD81BE is #427E41. Grayscale: #999999. Windows color (decimal): -4357698 or 12485053. OLE color: 12485053.
HSL color Cylindrical-coordinate representation of color #BD81BE: hue angle of 299.02º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD81BE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 129 | 190 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.25 |
| HSL | 299.02º | 0.32% | 0.63% | - |
| HSV(B) | 299.02º | 0.32% | 0.75% | - |
| XYZ | 38.13 | 30.24 | 52.54 | - |
| YUV | 153.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 190 | 0.01 | 0.32 | 0 | 0.25 | 299.02 | 0.32 | 0.63 |
| Hex | BD | 81 | BE | 1 | 20 | 0 | 19 | 12B | 20 | 3F |
| Octal | 275 | 201 | 276 | 1 | 40 | 0 | 31 | 453 | 40 | 77 |
| Binary | 10111101 | 10000001 | 10111110 | 1 | 100000 | 0 | 11001 | 100101011 | 100000 | 111111 |
Color Harmonies of #BD81BE
Complementary color
Monochromatic Colors of #BD81BE
Black with #BD81BE
Text Example
Text Example
White with #BD81BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD81BE; }
p { color: rgb(189,129,190); }
H1.HeaderClassName
{
color: #BD81BE;
}
.AnyTagClassName
{
color: #BD81BE;
}
</style>
background-color css
<style>
a { background-color: #BD81BE; }
a { background-color: rgb(189,129,190); }
div.DivClassName
{
background-color: #BD81BE;
}
.BgClassName
{
background-color: #BD81BE;
}
</style>
border-color css
<style>
span { border-color: #BD81BE; }
span { border-color: rgb(189,129,190); }
td.TdClassName
{
border-color: #BD81BE;
}
.TagClassName
{
border-color: #BD81BE;
}
</style>