Shades of London Hue #BB84B5
Tints of London Hue #BB84B5
RGB
CMYK
RGB Variations
Color information
#BB84B5 (or 0xBB84B5) is known color: London Hue. HEX triplet: BB, 84 and B5. RGB value is (187,132,181). Sum of RGB (Red+Green+Blue) = 187+132+181=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BB84B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84B5 is #447B4A. Grayscale: #999999. Windows color (decimal): -4488011 or 11895995. OLE color: 11895995.
HSL color Cylindrical-coordinate representation of color #BB84B5: hue angle of 306.55º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB84B5 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 181 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.27 |
| HSL | 306.55º | 0.29% | 0.63% | - |
| HSV(B) | 306.55º | 0.29% | 0.73% | - |
| XYZ | 37.09 | 30.4 | 47.63 | - |
| YUV | 154.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 181 | 0 | 0.29 | 0.03 | 0.27 | 306.55 | 0.29 | 0.63 |
| Hex | BB | 84 | B5 | 0 | 1D | 3 | 1B | 133 | 1D | 3F |
| Octal | 273 | 204 | 265 | 0 | 35 | 3 | 33 | 463 | 35 | 77 |
| Binary | 10111011 | 10000100 | 10110101 | 0 | 11101 | 11 | 11011 | 100110011 | 11101 | 111111 |
Color Harmonies of #BB84B5
Complementary color
Monochromatic Colors of #BB84B5
Black with #BB84B5
Text Example
Text Example
White with #BB84B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB84B5; }
p { color: rgb(187,132,181); }
H1.HeaderClassName
{
color: #BB84B5;
}
.AnyTagClassName
{
color: #BB84B5;
}
</style>
background-color css
<style>
a { background-color: #BB84B5; }
a { background-color: rgb(187,132,181); }
div.DivClassName
{
background-color: #BB84B5;
}
.BgClassName
{
background-color: #BB84B5;
}
</style>
border-color css
<style>
span { border-color: #BB84B5; }
span { border-color: rgb(187,132,181); }
td.TdClassName
{
border-color: #BB84B5;
}
.TagClassName
{
border-color: #BB84B5;
}
</style>