Shades of London Hue #BB84BB
Tints of London Hue #BB84BB
RGB
CMYK
RGB Variations
Color information
#BB84BB (or 0xBB84BB) is known color: London Hue. HEX triplet: BB, 84 and BB. RGB value is (187,132,187). Sum of RGB (Red+Green+Blue) = 187+132+187=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB84BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84BB is #447B44. Grayscale: #9A9A9A. Windows color (decimal): -4488005 or 12289211. OLE color: 12289211.
HSL color Cylindrical-coordinate representation of color #BB84BB: hue angle of 300º 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 #BB84BB is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 187 | - |
| CMYK | 0 | 0.29 | 0 | 0.27 |
| HSL | 300º | 0.29% | 0.63% | - |
| HSV(B) | 300º | 0.29% | 0.73% | - |
| XYZ | 37.71 | 30.66 | 50.94 | - |
| YUV | 154.72 | 146.22 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 187 | 0 | 0.29 | 0 | 0.27 | 300 | 0.29 | 0.63 |
| Hex | BB | 84 | BB | 0 | 1D | 0 | 1B | 12C | 1D | 3F |
| Octal | 273 | 204 | 273 | 0 | 35 | 0 | 33 | 454 | 35 | 77 |
| Binary | 10111011 | 10000100 | 10111011 | 0 | 11101 | 0 | 11011 | 100101100 | 11101 | 111111 |
Color Harmonies of #BB84BB
Complementary color
Monochromatic Colors of #BB84BB
Black with #BB84BB
Text Example
Text Example
White with #BB84BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB84BB; }
p { color: rgb(187,132,187); }
H1.HeaderClassName
{
color: #BB84BB;
}
.AnyTagClassName
{
color: #BB84BB;
}
</style>
background-color css
<style>
a { background-color: #BB84BB; }
a { background-color: rgb(187,132,187); }
div.DivClassName
{
background-color: #BB84BB;
}
.BgClassName
{
background-color: #BB84BB;
}
</style>
border-color css
<style>
span { border-color: #BB84BB; }
span { border-color: rgb(187,132,187); }
td.TdClassName
{
border-color: #BB84BB;
}
.TagClassName
{
border-color: #BB84BB;
}
</style>