Shades of London Hue #BD7DB2
Tints of London Hue #BD7DB2
RGB
CMYK
RGB Variations
Color information
#BD7DB2 (or 0xBD7DB2) is known color: London Hue. HEX triplet: BD, 7D and B2. RGB value is (189,125,178). Sum of RGB (Red+Green+Blue) = 189+125+178=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7DB2 is #42824D. Grayscale: #969696. Windows color (decimal): -4358734 or 11697597. OLE color: 11697597.
HSL color Cylindrical-coordinate representation of color #BD7DB2: hue angle of 310.31º 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 #BD7DB2 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 125 | 178 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.26 |
| HSL | 310.31º | 0.33% | 0.62% | - |
| HSV(B) | 310.31º | 0.34% | 0.74% | - |
| XYZ | 36.36 | 28.7 | 45.74 | - |
| YUV | 150.18 | 143.7 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 178 | 0 | 0.34 | 0.06 | 0.26 | 310.31 | 0.33 | 0.62 |
| Hex | BD | 7D | B2 | 0 | 22 | 6 | 1A | 136 | 21 | 3E |
| Octal | 275 | 175 | 262 | 0 | 42 | 6 | 32 | 466 | 41 | 76 |
| Binary | 10111101 | 1111101 | 10110010 | 0 | 100010 | 110 | 11010 | 100110110 | 100001 | 111110 |
Color Harmonies of #BD7DB2
Complementary color
Monochromatic Colors of #BD7DB2
Black with #BD7DB2
Text Example
Text Example
White with #BD7DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7DB2; }
p { color: rgb(189,125,178); }
H1.HeaderClassName
{
color: #BD7DB2;
}
.AnyTagClassName
{
color: #BD7DB2;
}
</style>
background-color css
<style>
a { background-color: #BD7DB2; }
a { background-color: rgb(189,125,178); }
div.DivClassName
{
background-color: #BD7DB2;
}
.BgClassName
{
background-color: #BD7DB2;
}
</style>
border-color css
<style>
span { border-color: #BD7DB2; }
span { border-color: rgb(189,125,178); }
td.TdClassName
{
border-color: #BD7DB2;
}
.TagClassName
{
border-color: #BD7DB2;
}
</style>