Shades of London Hue #BD7DAE
Tints of London Hue #BD7DAE
RGB
CMYK
RGB Variations
Color information
#BD7DAE (or 0xBD7DAE) is known color: London Hue. HEX triplet: BD, 7D and AE. RGB value is (189,125,174). Sum of RGB (Red+Green+Blue) = 189+125+174=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7DAE is #428251. Grayscale: #959595. Windows color (decimal): -4358738 or 11435453. OLE color: 11435453.
HSL color Cylindrical-coordinate representation of color #BD7DAE: hue angle of 314.06º 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 #BD7DAE is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 125 | 174 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.26 |
| HSL | 314.06º | 0.33% | 0.62% | - |
| HSV(B) | 314.06º | 0.34% | 0.74% | - |
| XYZ | 35.96 | 28.54 | 43.66 | - |
| YUV | 149.72 | 141.7 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 174 | 0 | 0.34 | 0.08 | 0.26 | 314.06 | 0.33 | 0.62 |
| Hex | BD | 7D | AE | 0 | 22 | 8 | 1A | 13A | 21 | 3E |
| Octal | 275 | 175 | 256 | 0 | 42 | 10 | 32 | 472 | 41 | 76 |
| Binary | 10111101 | 1111101 | 10101110 | 0 | 100010 | 1000 | 11010 | 100111010 | 100001 | 111110 |
Color Harmonies of #BD7DAE
Complementary color
Monochromatic Colors of #BD7DAE
Black with #BD7DAE
Text Example
Text Example
White with #BD7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7DAE; }
p { color: rgb(189,125,174); }
H1.HeaderClassName
{
color: #BD7DAE;
}
.AnyTagClassName
{
color: #BD7DAE;
}
</style>
background-color css
<style>
a { background-color: #BD7DAE; }
a { background-color: rgb(189,125,174); }
div.DivClassName
{
background-color: #BD7DAE;
}
.BgClassName
{
background-color: #BD7DAE;
}
</style>
border-color css
<style>
span { border-color: #BD7DAE; }
span { border-color: rgb(189,125,174); }
td.TdClassName
{
border-color: #BD7DAE;
}
.TagClassName
{
border-color: #BD7DAE;
}
</style>