Shades of London Hue #B883BB
Tints of London Hue #B883BB
RGB
CMYK
RGB Variations
Color information
#B883BB (or 0xB883BB) is known color: London Hue. HEX triplet: B8, 83 and BB. RGB value is (184,131,187). Sum of RGB (Red+Green+Blue) = 184+131+187=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: blue. Hex color #B883BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B883BB is #477C44. Grayscale: #999999. Windows color (decimal): -4684869 or 12288952. OLE color: 12288952.
HSL color Cylindrical-coordinate representation of color #B883BB: hue angle of 296.79º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B883BB is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 131 | 187 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.27 |
| HSL | 296.79º | 0.29% | 0.62% | - |
| HSV(B) | 296.79º | 0.3% | 0.73% | - |
| XYZ | 36.85 | 30.01 | 50.86 | - |
| YUV | 153.23 | 147.06 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 187 | 0.02 | 0.30 | 0 | 0.27 | 296.79 | 0.29 | 0.62 |
| Hex | B8 | 83 | BB | 2 | 1E | 0 | 1B | 129 | 1D | 3E |
| Octal | 270 | 203 | 273 | 2 | 36 | 0 | 33 | 451 | 35 | 76 |
| Binary | 10111000 | 10000011 | 10111011 | 10 | 11110 | 0 | 11011 | 100101001 | 11101 | 111110 |
Color Harmonies of #B883BB
Complementary color
Monochromatic Colors of #B883BB
Black with #B883BB
Text Example
Text Example
White with #B883BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B883BB; }
p { color: rgb(184,131,187); }
H1.HeaderClassName
{
color: #B883BB;
}
.AnyTagClassName
{
color: #B883BB;
}
</style>
background-color css
<style>
a { background-color: #B883BB; }
a { background-color: rgb(184,131,187); }
div.DivClassName
{
background-color: #B883BB;
}
.BgClassName
{
background-color: #B883BB;
}
</style>
border-color css
<style>
span { border-color: #B883BB; }
span { border-color: rgb(184,131,187); }
td.TdClassName
{
border-color: #B883BB;
}
.TagClassName
{
border-color: #B883BB;
}
</style>