Shades of London Hue #B88BB2
Tints of London Hue #B88BB2
RGB
CMYK
RGB Variations
Color information
#B88BB2 (or 0xB88BB2) is known color: London Hue. HEX triplet: B8, 8B and B2. RGB value is (184,139,178). Sum of RGB (Red+Green+Blue) = 184+139+178=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 184 - color contains mainly: red. Hex color #B88BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88BB2 is #47744D. Grayscale: #9C9C9C. Windows color (decimal): -4682830 or 11701176. OLE color: 11701176.
HSL color Cylindrical-coordinate representation of color #B88BB2: hue angle of 308º 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 #B88BB2 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 178 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.28 |
| HSL | 308º | 0.24% | 0.63% | - |
| HSV(B) | 308º | 0.24% | 0.72% | - |
| XYZ | 37.04 | 31.87 | 46.32 | - |
| YUV | 156.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 178 | 0 | 0.24 | 0.03 | 0.28 | 308 | 0.24 | 0.63 |
| Hex | B8 | 8B | B2 | 0 | 18 | 3 | 1C | 134 | 18 | 3F |
| Octal | 270 | 213 | 262 | 0 | 30 | 3 | 34 | 464 | 30 | 77 |
| Binary | 10111000 | 10001011 | 10110010 | 0 | 11000 | 11 | 11100 | 100110100 | 11000 | 111111 |
Color Harmonies of #B88BB2
Complementary color
Monochromatic Colors of #B88BB2
Black with #B88BB2
Text Example
Text Example
White with #B88BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88BB2; }
p { color: rgb(184,139,178); }
H1.HeaderClassName
{
color: #B88BB2;
}
.AnyTagClassName
{
color: #B88BB2;
}
</style>
background-color css
<style>
a { background-color: #B88BB2; }
a { background-color: rgb(184,139,178); }
div.DivClassName
{
background-color: #B88BB2;
}
.BgClassName
{
background-color: #B88BB2;
}
</style>
border-color css
<style>
span { border-color: #B88BB2; }
span { border-color: rgb(184,139,178); }
td.TdClassName
{
border-color: #B88BB2;
}
.TagClassName
{
border-color: #B88BB2;
}
</style>