Shades of London Hue #B87AB1
Tints of London Hue #B87AB1
RGB
CMYK
RGB Variations
Color information
#B87AB1 (or 0xB87AB1) is known color: London Hue. HEX triplet: B8, 7A and B1. RGB value is (184,122,177). Sum of RGB (Red+Green+Blue) = 184+122+177=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 184 - color contains mainly: red. Hex color #B87AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87AB1 is #47854E. Grayscale: #929292. Windows color (decimal): -4687183 or 11631288. OLE color: 11631288.
HSL color Cylindrical-coordinate representation of color #B87AB1: hue angle of 306.77º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B87AB1 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 122 | 177 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.28 |
| HSL | 306.77º | 0.3% | 0.6% | - |
| HSV(B) | 306.77º | 0.34% | 0.72% | - |
| XYZ | 34.66 | 27.28 | 45.03 | - |
| YUV | 146.81 | 145.04 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 177 | 0 | 0.34 | 0.04 | 0.28 | 306.77 | 0.3 | 0.6 |
| Hex | B8 | 7A | B1 | 0 | 22 | 4 | 1C | 133 | 1E | 3C |
| Octal | 270 | 172 | 261 | 0 | 42 | 4 | 34 | 463 | 36 | 74 |
| Binary | 10111000 | 1111010 | 10110001 | 0 | 100010 | 100 | 11100 | 100110011 | 11110 | 111100 |
Color Harmonies of #B87AB1
Complementary color
Monochromatic Colors of #B87AB1
Black with #B87AB1
Text Example
Text Example
White with #B87AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87AB1; }
p { color: rgb(184,122,177); }
H1.HeaderClassName
{
color: #B87AB1;
}
.AnyTagClassName
{
color: #B87AB1;
}
</style>
background-color css
<style>
a { background-color: #B87AB1; }
a { background-color: rgb(184,122,177); }
div.DivClassName
{
background-color: #B87AB1;
}
.BgClassName
{
background-color: #B87AB1;
}
</style>
border-color css
<style>
span { border-color: #B87AB1; }
span { border-color: rgb(184,122,177); }
td.TdClassName
{
border-color: #B87AB1;
}
.TagClassName
{
border-color: #B87AB1;
}
</style>