Shades of London Hue #B87AB0
Tints of London Hue #B87AB0
RGB
CMYK
RGB Variations
Color information
#B87AB0 (or 0xB87AB0) is known color: London Hue. HEX triplet: B8, 7A and B0. RGB value is (184,122,176). Sum of RGB (Red+Green+Blue) = 184+122+176=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 184 - color contains mainly: red. Hex color #B87AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87AB0 is #47854F. Grayscale: #929292. Windows color (decimal): -4687184 or 11565752. OLE color: 11565752.
HSL color Cylindrical-coordinate representation of color #B87AB0: hue angle of 307.74º 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 #B87AB0 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 122 | 176 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.28 |
| HSL | 307.74º | 0.3% | 0.6% | - |
| HSV(B) | 307.74º | 0.34% | 0.72% | - |
| XYZ | 34.56 | 27.24 | 44.51 | - |
| YUV | 146.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 176 | 0 | 0.34 | 0.04 | 0.28 | 307.74 | 0.3 | 0.6 |
| Hex | B8 | 7A | B0 | 0 | 22 | 4 | 1C | 134 | 1E | 3C |
| Octal | 270 | 172 | 260 | 0 | 42 | 4 | 34 | 464 | 36 | 74 |
| Binary | 10111000 | 1111010 | 10110000 | 0 | 100010 | 100 | 11100 | 100110100 | 11110 | 111100 |
Color Harmonies of #B87AB0
Complementary color
Monochromatic Colors of #B87AB0
Black with #B87AB0
Text Example
Text Example
White with #B87AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87AB0; }
p { color: rgb(184,122,176); }
H1.HeaderClassName
{
color: #B87AB0;
}
.AnyTagClassName
{
color: #B87AB0;
}
</style>
background-color css
<style>
a { background-color: #B87AB0; }
a { background-color: rgb(184,122,176); }
div.DivClassName
{
background-color: #B87AB0;
}
.BgClassName
{
background-color: #B87AB0;
}
</style>
border-color css
<style>
span { border-color: #B87AB0; }
span { border-color: rgb(184,122,176); }
td.TdClassName
{
border-color: #B87AB0;
}
.TagClassName
{
border-color: #B87AB0;
}
</style>