Shades of London Hue #B87AB4
Tints of London Hue #B87AB4
RGB
CMYK
RGB Variations
Color information
#B87AB4 (or 0xB87AB4) is known color: London Hue. HEX triplet: B8, 7A and B4. RGB value is (184,122,180). Sum of RGB (Red+Green+Blue) = 184+122+180=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 184 - color contains mainly: red. Hex color #B87AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87AB4 is #47854B. Grayscale: #929292. Windows color (decimal): -4687180 or 11827896. OLE color: 11827896.
HSL color Cylindrical-coordinate representation of color #B87AB4: hue angle of 303.87º 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 #B87AB4 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 122 | 180 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.28 |
| HSL | 303.87º | 0.3% | 0.6% | - |
| HSV(B) | 303.87º | 0.34% | 0.72% | - |
| XYZ | 34.96 | 27.4 | 46.63 | - |
| YUV | 147.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 180 | 0 | 0.34 | 0.02 | 0.28 | 303.87 | 0.3 | 0.6 |
| Hex | B8 | 7A | B4 | 0 | 22 | 2 | 1C | 130 | 1E | 3C |
| Octal | 270 | 172 | 264 | 0 | 42 | 2 | 34 | 460 | 36 | 74 |
| Binary | 10111000 | 1111010 | 10110100 | 0 | 100010 | 10 | 11100 | 100110000 | 11110 | 111100 |
Color Harmonies of #B87AB4
Complementary color
Monochromatic Colors of #B87AB4
Black with #B87AB4
Text Example
Text Example
White with #B87AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87AB4; }
p { color: rgb(184,122,180); }
H1.HeaderClassName
{
color: #B87AB4;
}
.AnyTagClassName
{
color: #B87AB4;
}
</style>
background-color css
<style>
a { background-color: #B87AB4; }
a { background-color: rgb(184,122,180); }
div.DivClassName
{
background-color: #B87AB4;
}
.BgClassName
{
background-color: #B87AB4;
}
</style>
border-color css
<style>
span { border-color: #B87AB4; }
span { border-color: rgb(184,122,180); }
td.TdClassName
{
border-color: #B87AB4;
}
.TagClassName
{
border-color: #B87AB4;
}
</style>