Shades of London Hue #BD7AB9
Tints of London Hue #BD7AB9
RGB
CMYK
RGB Variations
Color information
#BD7AB9 (or 0xBD7AB9) is known color: London Hue. HEX triplet: BD, 7A and B9. RGB value is (189,122,185). Sum of RGB (Red+Green+Blue) = 189+122+185=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7AB9 is #428546. Grayscale: #959595. Windows color (decimal): -4359495 or 12155581. OLE color: 12155581.
HSL color Cylindrical-coordinate representation of color #BD7AB9: hue angle of 303.58º 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 #BD7AB9 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 122 | 185 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.26 |
| HSL | 303.58º | 0.34% | 0.61% | - |
| HSV(B) | 303.58º | 0.35% | 0.74% | - |
| XYZ | 36.7 | 28.24 | 49.42 | - |
| YUV | 149.22 | 148.2 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 185 | 0 | 0.35 | 0.02 | 0.26 | 303.58 | 0.34 | 0.61 |
| Hex | BD | 7A | B9 | 0 | 23 | 2 | 1A | 130 | 22 | 3D |
| Octal | 275 | 172 | 271 | 0 | 43 | 2 | 32 | 460 | 42 | 75 |
| Binary | 10111101 | 1111010 | 10111001 | 0 | 100011 | 10 | 11010 | 100110000 | 100010 | 111101 |
Color Harmonies of #BD7AB9
Complementary color
Monochromatic Colors of #BD7AB9
Black with #BD7AB9
Text Example
Text Example
White with #BD7AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7AB9; }
p { color: rgb(189,122,185); }
H1.HeaderClassName
{
color: #BD7AB9;
}
.AnyTagClassName
{
color: #BD7AB9;
}
</style>
background-color css
<style>
a { background-color: #BD7AB9; }
a { background-color: rgb(189,122,185); }
div.DivClassName
{
background-color: #BD7AB9;
}
.BgClassName
{
background-color: #BD7AB9;
}
</style>
border-color css
<style>
span { border-color: #BD7AB9; }
span { border-color: rgb(189,122,185); }
td.TdClassName
{
border-color: #BD7AB9;
}
.TagClassName
{
border-color: #BD7AB9;
}
</style>