Shades of London Hue #BB84B7
Tints of London Hue #BB84B7
RGB
CMYK
RGB Variations
Color information
#BB84B7 (or 0xBB84B7) is known color: London Hue. HEX triplet: BB, 84 and B7. RGB value is (187,132,183). Sum of RGB (Red+Green+Blue) = 187+132+183=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BB84B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84B7 is #447B48. Grayscale: #9A9A9A. Windows color (decimal): -4488009 or 12027067. OLE color: 12027067.
HSL color Cylindrical-coordinate representation of color #BB84B7: hue angle of 304.36º 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 #BB84B7 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 183 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.27 |
| HSL | 304.36º | 0.29% | 0.63% | - |
| HSV(B) | 304.36º | 0.29% | 0.73% | - |
| XYZ | 37.29 | 30.49 | 48.72 | - |
| YUV | 154.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 183 | 0 | 0.29 | 0.02 | 0.27 | 304.36 | 0.29 | 0.63 |
| Hex | BB | 84 | B7 | 0 | 1D | 2 | 1B | 130 | 1D | 3F |
| Octal | 273 | 204 | 267 | 0 | 35 | 2 | 33 | 460 | 35 | 77 |
| Binary | 10111011 | 10000100 | 10110111 | 0 | 11101 | 10 | 11011 | 100110000 | 11101 | 111111 |
Color Harmonies of #BB84B7
Complementary color
Monochromatic Colors of #BB84B7
Black with #BB84B7
Text Example
Text Example
White with #BB84B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB84B7; }
p { color: rgb(187,132,183); }
H1.HeaderClassName
{
color: #BB84B7;
}
.AnyTagClassName
{
color: #BB84B7;
}
</style>
background-color css
<style>
a { background-color: #BB84B7; }
a { background-color: rgb(187,132,183); }
div.DivClassName
{
background-color: #BB84B7;
}
.BgClassName
{
background-color: #BB84B7;
}
</style>
border-color css
<style>
span { border-color: #BB84B7; }
span { border-color: rgb(187,132,183); }
td.TdClassName
{
border-color: #BB84B7;
}
.TagClassName
{
border-color: #BB84B7;
}
</style>