Shades of London Hue #BB73AF
Tints of London Hue #BB73AF
RGB
CMYK
RGB Variations
Color information
#BB73AF (or 0xBB73AF) is known color: London Hue. HEX triplet: BB, 73 and AF. RGB value is (187,115,175). Sum of RGB (Red+Green+Blue) = 187+115+175=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BB73AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB73AF is #448C50. Grayscale: #8F8F8F. Windows color (decimal): -4492369 or 11498427. OLE color: 11498427.
HSL color Cylindrical-coordinate representation of color #BB73AF: hue angle of 310º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB73AF is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 175 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.27 |
| HSL | 310º | 0.35% | 0.59% | - |
| HSV(B) | 310º | 0.39% | 0.73% | - |
| XYZ | 34.36 | 25.92 | 43.75 | - |
| YUV | 143.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 175 | 0 | 0.39 | 0.06 | 0.27 | 310 | 0.35 | 0.59 |
| Hex | BB | 73 | AF | 0 | 27 | 6 | 1B | 136 | 23 | 3B |
| Octal | 273 | 163 | 257 | 0 | 47 | 6 | 33 | 466 | 43 | 73 |
| Binary | 10111011 | 1110011 | 10101111 | 0 | 100111 | 110 | 11011 | 100110110 | 100011 | 111011 |
Color Harmonies of #BB73AF
Complementary color
Monochromatic Colors of #BB73AF
Black with #BB73AF
Text Example
Text Example
White with #BB73AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73AF; }
p { color: rgb(187,115,175); }
H1.HeaderClassName
{
color: #BB73AF;
}
.AnyTagClassName
{
color: #BB73AF;
}
</style>
background-color css
<style>
a { background-color: #BB73AF; }
a { background-color: rgb(187,115,175); }
div.DivClassName
{
background-color: #BB73AF;
}
.BgClassName
{
background-color: #BB73AF;
}
</style>
border-color css
<style>
span { border-color: #BB73AF; }
span { border-color: rgb(187,115,175); }
td.TdClassName
{
border-color: #BB73AF;
}
.TagClassName
{
border-color: #BB73AF;
}
</style>