Shades of London Hue #BD7BBB
Tints of London Hue #BD7BBB
RGB
CMYK
RGB Variations
Color information
#BD7BBB (or 0xBD7BBB) is known color: London Hue. HEX triplet: BD, 7B and BB. RGB value is (189,123,187). Sum of RGB (Red+Green+Blue) = 189+123+187=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7BBB is #428444. Grayscale: #959595. Windows color (decimal): -4359237 or 12286909. OLE color: 12286909.
HSL color Cylindrical-coordinate representation of color #BD7BBB: hue angle of 301.82º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD7BBB is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 123 | 187 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.26 |
| HSL | 301.82º | 0.33% | 0.61% | - |
| HSV(B) | 301.82º | 0.35% | 0.74% | - |
| XYZ | 37.04 | 28.57 | 50.58 | - |
| YUV | 150.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 187 | 0 | 0.35 | 0.01 | 0.26 | 301.82 | 0.33 | 0.61 |
| Hex | BD | 7B | BB | 0 | 23 | 1 | 1A | 12E | 21 | 3D |
| Octal | 275 | 173 | 273 | 0 | 43 | 1 | 32 | 456 | 41 | 75 |
| Binary | 10111101 | 1111011 | 10111011 | 0 | 100011 | 1 | 11010 | 100101110 | 100001 | 111101 |
Color Harmonies of #BD7BBB
Complementary color
Monochromatic Colors of #BD7BBB
Black with #BD7BBB
Text Example
Text Example
White with #BD7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7BBB; }
p { color: rgb(189,123,187); }
H1.HeaderClassName
{
color: #BD7BBB;
}
.AnyTagClassName
{
color: #BD7BBB;
}
</style>
background-color css
<style>
a { background-color: #BD7BBB; }
a { background-color: rgb(189,123,187); }
div.DivClassName
{
background-color: #BD7BBB;
}
.BgClassName
{
background-color: #BD7BBB;
}
</style>
border-color css
<style>
span { border-color: #BD7BBB; }
span { border-color: rgb(189,123,187); }
td.TdClassName
{
border-color: #BD7BBB;
}
.TagClassName
{
border-color: #BD7BBB;
}
</style>