Shades of London Hue #B884BB
Tints of London Hue #B884BB
RGB
CMYK
RGB Variations
Color information
#B884BB (or 0xB884BB) is known color: London Hue. HEX triplet: B8, 84 and BB. RGB value is (184,132,187). Sum of RGB (Red+Green+Blue) = 184+132+187=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #B884BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B884BB is #477B44. Grayscale: #999999. Windows color (decimal): -4684613 or 12289208. OLE color: 12289208.
HSL color Cylindrical-coordinate representation of color #B884BB: hue angle of 296.73º 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 #B884BB is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 132 | 187 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.27 |
| HSL | 296.73º | 0.29% | 0.63% | - |
| HSV(B) | 296.73º | 0.29% | 0.73% | - |
| XYZ | 36.99 | 30.28 | 50.91 | - |
| YUV | 153.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 187 | 0.02 | 0.29 | 0 | 0.27 | 296.73 | 0.29 | 0.63 |
| Hex | B8 | 84 | BB | 2 | 1D | 0 | 1B | 129 | 1D | 3F |
| Octal | 270 | 204 | 273 | 2 | 35 | 0 | 33 | 451 | 35 | 77 |
| Binary | 10111000 | 10000100 | 10111011 | 10 | 11101 | 0 | 11011 | 100101001 | 11101 | 111111 |
Color Harmonies of #B884BB
Complementary color
Monochromatic Colors of #B884BB
Black with #B884BB
Text Example
Text Example
White with #B884BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B884BB; }
p { color: rgb(184,132,187); }
H1.HeaderClassName
{
color: #B884BB;
}
.AnyTagClassName
{
color: #B884BB;
}
</style>
background-color css
<style>
a { background-color: #B884BB; }
a { background-color: rgb(184,132,187); }
div.DivClassName
{
background-color: #B884BB;
}
.BgClassName
{
background-color: #B884BB;
}
</style>
border-color css
<style>
span { border-color: #B884BB; }
span { border-color: rgb(184,132,187); }
td.TdClassName
{
border-color: #B884BB;
}
.TagClassName
{
border-color: #B884BB;
}
</style>