Shades of London Hue #BD7BBF
Tints of London Hue #BD7BBF
RGB
CMYK
RGB Variations
Color information
#BD7BBF (or 0xBD7BBF) is known color: London Hue. HEX triplet: BD, 7B and BF. RGB value is (189,123,191). Sum of RGB (Red+Green+Blue) = 189+123+191=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD7BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7BBF is #428440. Grayscale: #969696. Windows color (decimal): -4359233 or 12549053. OLE color: 12549053.
HSL color Cylindrical-coordinate representation of color #BD7BBF: hue angle of 298.24º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD7BBF is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 123 | 191 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.25 |
| HSL | 298.24º | 0.35% | 0.62% | - |
| HSV(B) | 298.24º | 0.36% | 0.75% | - |
| XYZ | 37.47 | 28.75 | 52.86 | - |
| YUV | 150.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 191 | 0.01 | 0.36 | 0 | 0.25 | 298.24 | 0.35 | 0.62 |
| Hex | BD | 7B | BF | 1 | 24 | 0 | 19 | 12A | 23 | 3E |
| Octal | 275 | 173 | 277 | 1 | 44 | 0 | 31 | 452 | 43 | 76 |
| Binary | 10111101 | 1111011 | 10111111 | 1 | 100100 | 0 | 11001 | 100101010 | 100011 | 111110 |
Color Harmonies of #BD7BBF
Complementary color
Monochromatic Colors of #BD7BBF
Black with #BD7BBF
Text Example
Text Example
White with #BD7BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7BBF; }
p { color: rgb(189,123,191); }
H1.HeaderClassName
{
color: #BD7BBF;
}
.AnyTagClassName
{
color: #BD7BBF;
}
</style>
background-color css
<style>
a { background-color: #BD7BBF; }
a { background-color: rgb(189,123,191); }
div.DivClassName
{
background-color: #BD7BBF;
}
.BgClassName
{
background-color: #BD7BBF;
}
</style>
border-color css
<style>
span { border-color: #BD7BBF; }
span { border-color: rgb(189,123,191); }
td.TdClassName
{
border-color: #BD7BBF;
}
.TagClassName
{
border-color: #BD7BBF;
}
</style>