Shades of London Hue #BD7EC0
Tints of London Hue #BD7EC0
RGB
CMYK
RGB Variations
Color information
#BD7EC0 (or 0xBD7EC0) is known color: London Hue. HEX triplet: BD, 7E and C0. RGB value is (189,126,192). Sum of RGB (Red+Green+Blue) = 189+126+192=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD7EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7EC0 is #42813F. Grayscale: #989898. Windows color (decimal): -4358464 or 12615357. OLE color: 12615357.
HSL color Cylindrical-coordinate representation of color #BD7EC0: hue angle of 297.27º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7EC0 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 126 | 192 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.25 |
| HSL | 297.27º | 0.34% | 0.62% | - |
| HSV(B) | 297.27º | 0.34% | 0.75% | - |
| XYZ | 37.96 | 29.55 | 53.57 | - |
| YUV | 152.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 192 | 0.02 | 0.34 | 0 | 0.25 | 297.27 | 0.34 | 0.62 |
| Hex | BD | 7E | C0 | 2 | 22 | 0 | 19 | 129 | 22 | 3E |
| Octal | 275 | 176 | 300 | 2 | 42 | 0 | 31 | 451 | 42 | 76 |
| Binary | 10111101 | 1111110 | 11000000 | 10 | 100010 | 0 | 11001 | 100101001 | 100010 | 111110 |
Color Harmonies of #BD7EC0
Complementary color
Monochromatic Colors of #BD7EC0
Black with #BD7EC0
Text Example
Text Example
White with #BD7EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7EC0; }
p { color: rgb(189,126,192); }
H1.HeaderClassName
{
color: #BD7EC0;
}
.AnyTagClassName
{
color: #BD7EC0;
}
</style>
background-color css
<style>
a { background-color: #BD7EC0; }
a { background-color: rgb(189,126,192); }
div.DivClassName
{
background-color: #BD7EC0;
}
.BgClassName
{
background-color: #BD7EC0;
}
</style>
border-color css
<style>
span { border-color: #BD7EC0; }
span { border-color: rgb(189,126,192); }
td.TdClassName
{
border-color: #BD7EC0;
}
.TagClassName
{
border-color: #BD7EC0;
}
</style>