Shades of London Hue #BD7BBE
Tints of London Hue #BD7BBE
RGB
CMYK
RGB Variations
Color information
#BD7BBE (or 0xBD7BBE) is known color: London Hue. HEX triplet: BD, 7B and BE. RGB value is (189,123,190). Sum of RGB (Red+Green+Blue) = 189+123+190=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD7BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7BBE is #428441. Grayscale: #969696. Windows color (decimal): -4359234 or 12483517. OLE color: 12483517.
HSL color Cylindrical-coordinate representation of color #BD7BBE: hue angle of 299.1º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD7BBE is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 123 | 190 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.25 |
| HSL | 299.1º | 0.34% | 0.61% | - |
| HSV(B) | 299.1º | 0.35% | 0.75% | - |
| XYZ | 37.36 | 28.7 | 52.29 | - |
| YUV | 150.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 190 | 0.01 | 0.35 | 0 | 0.25 | 299.1 | 0.34 | 0.61 |
| Hex | BD | 7B | BE | 1 | 23 | 0 | 19 | 12B | 22 | 3D |
| Octal | 275 | 173 | 276 | 1 | 43 | 0 | 31 | 453 | 42 | 75 |
| Binary | 10111101 | 1111011 | 10111110 | 1 | 100011 | 0 | 11001 | 100101011 | 100010 | 111101 |
Color Harmonies of #BD7BBE
Complementary color
Monochromatic Colors of #BD7BBE
Black with #BD7BBE
Text Example
Text Example
White with #BD7BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7BBE; }
p { color: rgb(189,123,190); }
H1.HeaderClassName
{
color: #BD7BBE;
}
.AnyTagClassName
{
color: #BD7BBE;
}
</style>
background-color css
<style>
a { background-color: #BD7BBE; }
a { background-color: rgb(189,123,190); }
div.DivClassName
{
background-color: #BD7BBE;
}
.BgClassName
{
background-color: #BD7BBE;
}
</style>
border-color css
<style>
span { border-color: #BD7BBE; }
span { border-color: rgb(189,123,190); }
td.TdClassName
{
border-color: #BD7BBE;
}
.TagClassName
{
border-color: #BD7BBE;
}
</style>