Shades of London Hue #BB74AF
Tints of London Hue #BB74AF
RGB
CMYK
RGB Variations
Color information
#BB74AF (or 0xBB74AF) is known color: London Hue. HEX triplet: BB, 74 and AF. RGB value is (187,116,175). Sum of RGB (Red+Green+Blue) = 187+116+175=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB74AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB74AF is #448B50. Grayscale: #8F8F8F. Windows color (decimal): -4492113 or 11498683. OLE color: 11498683.
HSL color Cylindrical-coordinate representation of color #BB74AF: hue angle of 310.14º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB74AF is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 175 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.27 |
| HSL | 310.14º | 0.34% | 0.59% | - |
| HSV(B) | 310.14º | 0.38% | 0.73% | - |
| XYZ | 34.48 | 26.15 | 43.79 | - |
| YUV | 143.96 | 145.52 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 175 | 0 | 0.38 | 0.06 | 0.27 | 310.14 | 0.34 | 0.59 |
| Hex | BB | 74 | AF | 0 | 26 | 6 | 1B | 136 | 22 | 3B |
| Octal | 273 | 164 | 257 | 0 | 46 | 6 | 33 | 466 | 42 | 73 |
| Binary | 10111011 | 1110100 | 10101111 | 0 | 100110 | 110 | 11011 | 100110110 | 100010 | 111011 |
Color Harmonies of #BB74AF
Complementary color
Monochromatic Colors of #BB74AF
Black with #BB74AF
Text Example
Text Example
White with #BB74AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB74AF; }
p { color: rgb(187,116,175); }
H1.HeaderClassName
{
color: #BB74AF;
}
.AnyTagClassName
{
color: #BB74AF;
}
</style>
background-color css
<style>
a { background-color: #BB74AF; }
a { background-color: rgb(187,116,175); }
div.DivClassName
{
background-color: #BB74AF;
}
.BgClassName
{
background-color: #BB74AF;
}
</style>
border-color css
<style>
span { border-color: #BB74AF; }
span { border-color: rgb(187,116,175); }
td.TdClassName
{
border-color: #BB74AF;
}
.TagClassName
{
border-color: #BB74AF;
}
</style>