Shades of London Hue #BD7ABA
Tints of London Hue #BD7ABA
RGB
CMYK
RGB Variations
Color information
#BD7ABA (or 0xBD7ABA) is known color: London Hue. HEX triplet: BD, 7A and BA. RGB value is (189,122,186). Sum of RGB (Red+Green+Blue) = 189+122+186=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7ABA is #428545. Grayscale: #959595. Windows color (decimal): -4359494 or 12221117. OLE color: 12221117.
HSL color Cylindrical-coordinate representation of color #BD7ABA: hue angle of 302.69º 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 #BD7ABA is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 122 | 186 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.26 |
| HSL | 302.69º | 0.34% | 0.61% | - |
| HSV(B) | 302.69º | 0.35% | 0.74% | - |
| XYZ | 36.81 | 28.28 | 49.97 | - |
| YUV | 149.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 186 | 0 | 0.35 | 0.02 | 0.26 | 302.69 | 0.34 | 0.61 |
| Hex | BD | 7A | BA | 0 | 23 | 2 | 1A | 12F | 22 | 3D |
| Octal | 275 | 172 | 272 | 0 | 43 | 2 | 32 | 457 | 42 | 75 |
| Binary | 10111101 | 1111010 | 10111010 | 0 | 100011 | 10 | 11010 | 100101111 | 100010 | 111101 |
Color Harmonies of #BD7ABA
Complementary color
Monochromatic Colors of #BD7ABA
Black with #BD7ABA
Text Example
Text Example
White with #BD7ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7ABA; }
p { color: rgb(189,122,186); }
H1.HeaderClassName
{
color: #BD7ABA;
}
.AnyTagClassName
{
color: #BD7ABA;
}
</style>
background-color css
<style>
a { background-color: #BD7ABA; }
a { background-color: rgb(189,122,186); }
div.DivClassName
{
background-color: #BD7ABA;
}
.BgClassName
{
background-color: #BD7ABA;
}
</style>
border-color css
<style>
span { border-color: #BD7ABA; }
span { border-color: rgb(189,122,186); }
td.TdClassName
{
border-color: #BD7ABA;
}
.TagClassName
{
border-color: #BD7ABA;
}
</style>