Shades of London Hue #B88BB1
Tints of London Hue #B88BB1
RGB
CMYK
RGB Variations
Color information
#B88BB1 (or 0xB88BB1) is known color: London Hue. HEX triplet: B8, 8B and B1. RGB value is (184,139,177). Sum of RGB (Red+Green+Blue) = 184+139+177=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 184 - color contains mainly: red. Hex color #B88BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88BB1 is #47744E. Grayscale: #9C9C9C. Windows color (decimal): -4682831 or 11635640. OLE color: 11635640.
HSL color Cylindrical-coordinate representation of color #B88BB1: hue angle of 309.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B88BB1 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 177 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.28 |
| HSL | 309.33º | 0.24% | 0.63% | - |
| HSV(B) | 309.33º | 0.24% | 0.72% | - |
| XYZ | 36.94 | 31.83 | 45.79 | - |
| YUV | 156.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 177 | 0 | 0.24 | 0.04 | 0.28 | 309.33 | 0.24 | 0.63 |
| Hex | B8 | 8B | B1 | 0 | 18 | 4 | 1C | 135 | 18 | 3F |
| Octal | 270 | 213 | 261 | 0 | 30 | 4 | 34 | 465 | 30 | 77 |
| Binary | 10111000 | 10001011 | 10110001 | 0 | 11000 | 100 | 11100 | 100110101 | 11000 | 111111 |
Color Harmonies of #B88BB1
Complementary color
Monochromatic Colors of #B88BB1
Black with #B88BB1
Text Example
Text Example
White with #B88BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88BB1; }
p { color: rgb(184,139,177); }
H1.HeaderClassName
{
color: #B88BB1;
}
.AnyTagClassName
{
color: #B88BB1;
}
</style>
background-color css
<style>
a { background-color: #B88BB1; }
a { background-color: rgb(184,139,177); }
div.DivClassName
{
background-color: #B88BB1;
}
.BgClassName
{
background-color: #B88BB1;
}
</style>
border-color css
<style>
span { border-color: #B88BB1; }
span { border-color: rgb(184,139,177); }
td.TdClassName
{
border-color: #B88BB1;
}
.TagClassName
{
border-color: #B88BB1;
}
</style>