Shades of London Hue #BB76B2
Tints of London Hue #BB76B2
RGB
CMYK
RGB Variations
Color information
#BB76B2 (or 0xBB76B2) is known color: London Hue. HEX triplet: BB, 76 and B2. RGB value is (187,118,178). Sum of RGB (Red+Green+Blue) = 187+118+178=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BB76B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB76B2 is #44894D. Grayscale: #919191. Windows color (decimal): -4491598 or 11695803. OLE color: 11695803.
HSL color Cylindrical-coordinate representation of color #BB76B2: hue angle of 307.83º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB76B2 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 118 | 178 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.27 |
| HSL | 307.83º | 0.34% | 0.6% | - |
| HSV(B) | 307.83º | 0.37% | 0.73% | - |
| XYZ | 35.01 | 26.74 | 45.43 | - |
| YUV | 145.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 118 | 178 | 0 | 0.37 | 0.05 | 0.27 | 307.83 | 0.34 | 0.6 |
| Hex | BB | 76 | B2 | 0 | 25 | 5 | 1B | 134 | 22 | 3C |
| Octal | 273 | 166 | 262 | 0 | 45 | 5 | 33 | 464 | 42 | 74 |
| Binary | 10111011 | 1110110 | 10110010 | 0 | 100101 | 101 | 11011 | 100110100 | 100010 | 111100 |
Color Harmonies of #BB76B2
Complementary color
Monochromatic Colors of #BB76B2
Black with #BB76B2
Text Example
Text Example
White with #BB76B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB76B2; }
p { color: rgb(187,118,178); }
H1.HeaderClassName
{
color: #BB76B2;
}
.AnyTagClassName
{
color: #BB76B2;
}
</style>
background-color css
<style>
a { background-color: #BB76B2; }
a { background-color: rgb(187,118,178); }
div.DivClassName
{
background-color: #BB76B2;
}
.BgClassName
{
background-color: #BB76B2;
}
</style>
border-color css
<style>
span { border-color: #BB76B2; }
span { border-color: rgb(187,118,178); }
td.TdClassName
{
border-color: #BB76B2;
}
.TagClassName
{
border-color: #BB76B2;
}
</style>