Shades of London Hue #BB7AAF
Tints of London Hue #BB7AAF
RGB
CMYK
RGB Variations
Color information
#BB7AAF (or 0xBB7AAF) is known color: London Hue. HEX triplet: BB, 7A and AF. RGB value is (187,122,175). Sum of RGB (Red+Green+Blue) = 187+122+175=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7AAF is #448550. Grayscale: #939393. Windows color (decimal): -4490577 or 11500219. OLE color: 11500219.
HSL color Cylindrical-coordinate representation of color #BB7AAF: hue angle of 311.08º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB7AAF is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 175 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.27 |
| HSL | 311.08º | 0.32% | 0.61% | - |
| HSV(B) | 311.08º | 0.35% | 0.73% | - |
| XYZ | 35.19 | 27.58 | 44.03 | - |
| YUV | 147.48 | 143.53 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 175 | 0 | 0.35 | 0.06 | 0.27 | 311.08 | 0.32 | 0.61 |
| Hex | BB | 7A | AF | 0 | 23 | 6 | 1B | 137 | 20 | 3D |
| Octal | 273 | 172 | 257 | 0 | 43 | 6 | 33 | 467 | 40 | 75 |
| Binary | 10111011 | 1111010 | 10101111 | 0 | 100011 | 110 | 11011 | 100110111 | 100000 | 111101 |
Color Harmonies of #BB7AAF
Complementary color
Monochromatic Colors of #BB7AAF
Black with #BB7AAF
Text Example
Text Example
White with #BB7AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7AAF; }
p { color: rgb(187,122,175); }
H1.HeaderClassName
{
color: #BB7AAF;
}
.AnyTagClassName
{
color: #BB7AAF;
}
</style>
background-color css
<style>
a { background-color: #BB7AAF; }
a { background-color: rgb(187,122,175); }
div.DivClassName
{
background-color: #BB7AAF;
}
.BgClassName
{
background-color: #BB7AAF;
}
</style>
border-color css
<style>
span { border-color: #BB7AAF; }
span { border-color: rgb(187,122,175); }
td.TdClassName
{
border-color: #BB7AAF;
}
.TagClassName
{
border-color: #BB7AAF;
}
</style>