Shades of London Hue #BD7AB2
Tints of London Hue #BD7AB2
RGB
CMYK
RGB Variations
Color information
#BD7AB2 (or 0xBD7AB2) is known color: London Hue. HEX triplet: BD, 7A and B2. RGB value is (189,122,178). Sum of RGB (Red+Green+Blue) = 189+122+178=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7AB2 is #42854D. Grayscale: #949494. Windows color (decimal): -4359502 or 11696829. OLE color: 11696829.
HSL color Cylindrical-coordinate representation of color #BD7AB2: hue angle of 309.85º 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 #BD7AB2 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 122 | 178 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.26 |
| HSL | 309.85º | 0.34% | 0.61% | - |
| HSV(B) | 309.85º | 0.35% | 0.74% | - |
| XYZ | 35.98 | 27.95 | 45.62 | - |
| YUV | 148.42 | 144.7 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 178 | 0 | 0.35 | 0.06 | 0.26 | 309.85 | 0.34 | 0.61 |
| Hex | BD | 7A | B2 | 0 | 23 | 6 | 1A | 136 | 22 | 3D |
| Octal | 275 | 172 | 262 | 0 | 43 | 6 | 32 | 466 | 42 | 75 |
| Binary | 10111101 | 1111010 | 10110010 | 0 | 100011 | 110 | 11010 | 100110110 | 100010 | 111101 |
Color Harmonies of #BD7AB2
Complementary color
Monochromatic Colors of #BD7AB2
Black with #BD7AB2
Text Example
Text Example
White with #BD7AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7AB2; }
p { color: rgb(189,122,178); }
H1.HeaderClassName
{
color: #BD7AB2;
}
.AnyTagClassName
{
color: #BD7AB2;
}
</style>
background-color css
<style>
a { background-color: #BD7AB2; }
a { background-color: rgb(189,122,178); }
div.DivClassName
{
background-color: #BD7AB2;
}
.BgClassName
{
background-color: #BD7AB2;
}
</style>
border-color css
<style>
span { border-color: #BD7AB2; }
span { border-color: rgb(189,122,178); }
td.TdClassName
{
border-color: #BD7AB2;
}
.TagClassName
{
border-color: #BD7AB2;
}
</style>