Shades of London Hue #BD7DBB
Tints of London Hue #BD7DBB
RGB
CMYK
RGB Variations
Color information
#BD7DBB (or 0xBD7DBB) is known color: London Hue. HEX triplet: BD, 7D and BB. RGB value is (189,125,187). Sum of RGB (Red+Green+Blue) = 189+125+187=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7DBB is #428244. Grayscale: #979797. Windows color (decimal): -4358725 or 12287421. OLE color: 12287421.
HSL color Cylindrical-coordinate representation of color #BD7DBB: hue angle of 301.88º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7DBB is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 125 | 187 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.26 |
| HSL | 301.88º | 0.33% | 0.62% | - |
| HSV(B) | 301.88º | 0.34% | 0.74% | - |
| XYZ | 37.29 | 29.07 | 50.66 | - |
| YUV | 151.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 187 | 0 | 0.34 | 0.01 | 0.26 | 301.88 | 0.33 | 0.62 |
| Hex | BD | 7D | BB | 0 | 22 | 1 | 1A | 12E | 21 | 3E |
| Octal | 275 | 175 | 273 | 0 | 42 | 1 | 32 | 456 | 41 | 76 |
| Binary | 10111101 | 1111101 | 10111011 | 0 | 100010 | 1 | 11010 | 100101110 | 100001 | 111110 |
Color Harmonies of #BD7DBB
Complementary color
Monochromatic Colors of #BD7DBB
Black with #BD7DBB
Text Example
Text Example
White with #BD7DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7DBB; }
p { color: rgb(189,125,187); }
H1.HeaderClassName
{
color: #BD7DBB;
}
.AnyTagClassName
{
color: #BD7DBB;
}
</style>
background-color css
<style>
a { background-color: #BD7DBB; }
a { background-color: rgb(189,125,187); }
div.DivClassName
{
background-color: #BD7DBB;
}
.BgClassName
{
background-color: #BD7DBB;
}
</style>
border-color css
<style>
span { border-color: #BD7DBB; }
span { border-color: rgb(189,125,187); }
td.TdClassName
{
border-color: #BD7DBB;
}
.TagClassName
{
border-color: #BD7DBB;
}
</style>