Shades of London Hue #BD88BD
Tints of London Hue #BD88BD
RGB
CMYK
RGB Variations
Color information
#BD88BD (or 0xBD88BD) is known color: London Hue. HEX triplet: BD, 88 and BD. RGB value is (189,136,189). Sum of RGB (Red+Green+Blue) = 189+136+189=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD88BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD88BD is #427742. Grayscale: #9D9D9D. Windows color (decimal): -4355907 or 12421309. OLE color: 12421309.
HSL color Cylindrical-coordinate representation of color #BD88BD: hue angle of 300º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD88BD is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 189 | - |
| CMYK | 0 | 0.28 | 0 | 0.26 |
| HSL | 300º | 0.29% | 0.64% | - |
| HSV(B) | 300º | 0.28% | 0.74% | - |
| XYZ | 38.98 | 32.1 | 52.29 | - |
| YUV | 157.89 | 145.56 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 189 | 0 | 0.28 | 0 | 0.26 | 300 | 0.29 | 0.64 |
| Hex | BD | 88 | BD | 0 | 1C | 0 | 1A | 12C | 1D | 40 |
| Octal | 275 | 210 | 275 | 0 | 34 | 0 | 32 | 454 | 35 | 100 |
| Binary | 10111101 | 10001000 | 10111101 | 0 | 11100 | 0 | 11010 | 100101100 | 11101 | 1000000 |
Color Harmonies of #BD88BD
Complementary color
Monochromatic Colors of #BD88BD
Black with #BD88BD
Text Example
Text Example
White with #BD88BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD88BD; }
p { color: rgb(189,136,189); }
H1.HeaderClassName
{
color: #BD88BD;
}
.AnyTagClassName
{
color: #BD88BD;
}
</style>
background-color css
<style>
a { background-color: #BD88BD; }
a { background-color: rgb(189,136,189); }
div.DivClassName
{
background-color: #BD88BD;
}
.BgClassName
{
background-color: #BD88BD;
}
</style>
border-color css
<style>
span { border-color: #BD88BD; }
span { border-color: rgb(189,136,189); }
td.TdClassName
{
border-color: #BD88BD;
}
.TagClassName
{
border-color: #BD88BD;
}
</style>