Shades of London Hue #BD7AAD
Tints of London Hue #BD7AAD
RGB
CMYK
RGB Variations
Color information
#BD7AAD (or 0xBD7AAD) is known color: London Hue. HEX triplet: BD, 7A and AD. RGB value is (189,122,173). Sum of RGB (Red+Green+Blue) = 189+122+173=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7AAD is #428552. Grayscale: #939393. Windows color (decimal): -4359507 or 11369149. OLE color: 11369149.
HSL color Cylindrical-coordinate representation of color #BD7AAD: hue angle of 314.33º degrees, saturation: 0.34, 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 #BD7AAD is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 122 | 173 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.26 |
| HSL | 314.33º | 0.34% | 0.61% | - |
| HSV(B) | 314.33º | 0.35% | 0.74% | - |
| XYZ | 35.49 | 27.76 | 43.02 | - |
| YUV | 147.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 173 | 0 | 0.35 | 0.08 | 0.26 | 314.33 | 0.34 | 0.61 |
| Hex | BD | 7A | AD | 0 | 23 | 8 | 1A | 13A | 22 | 3D |
| Octal | 275 | 172 | 255 | 0 | 43 | 10 | 32 | 472 | 42 | 75 |
| Binary | 10111101 | 1111010 | 10101101 | 0 | 100011 | 1000 | 11010 | 100111010 | 100010 | 111101 |
Color Harmonies of #BD7AAD
Complementary color
Monochromatic Colors of #BD7AAD
Black with #BD7AAD
Text Example
Text Example
White with #BD7AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7AAD; }
p { color: rgb(189,122,173); }
H1.HeaderClassName
{
color: #BD7AAD;
}
.AnyTagClassName
{
color: #BD7AAD;
}
</style>
background-color css
<style>
a { background-color: #BD7AAD; }
a { background-color: rgb(189,122,173); }
div.DivClassName
{
background-color: #BD7AAD;
}
.BgClassName
{
background-color: #BD7AAD;
}
</style>
border-color css
<style>
span { border-color: #BD7AAD; }
span { border-color: rgb(189,122,173); }
td.TdClassName
{
border-color: #BD7AAD;
}
.TagClassName
{
border-color: #BD7AAD;
}
</style>