Shades of London Hue #B87EAA
Tints of London Hue #B87EAA
RGB
CMYK
RGB Variations
Color information
#B87EAA (or 0xB87EAA) is known color: London Hue. HEX triplet: B8, 7E and AA. RGB value is (184,126,170). Sum of RGB (Red+Green+Blue) = 184+126+170=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 184 - color contains mainly: red. Hex color #B87EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87EAA is #478155. Grayscale: #949494. Windows color (decimal): -4686166 or 11173560. OLE color: 11173560.
HSL color Cylindrical-coordinate representation of color #B87EAA: hue angle of 314.48º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B87EAA is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 126 | 170 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.28 |
| HSL | 314.48º | 0.29% | 0.61% | - |
| HSV(B) | 314.48º | 0.32% | 0.72% | - |
| XYZ | 34.48 | 28.01 | 41.62 | - |
| YUV | 148.36 | 140.22 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 126 | 170 | 0 | 0.32 | 0.08 | 0.28 | 314.48 | 0.29 | 0.61 |
| Hex | B8 | 7E | AA | 0 | 20 | 8 | 1C | 13A | 1D | 3D |
| Octal | 270 | 176 | 252 | 0 | 40 | 10 | 34 | 472 | 35 | 75 |
| Binary | 10111000 | 1111110 | 10101010 | 0 | 100000 | 1000 | 11100 | 100111010 | 11101 | 111101 |
Color Harmonies of #B87EAA
Complementary color
Monochromatic Colors of #B87EAA
Black with #B87EAA
Text Example
Text Example
White with #B87EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87EAA; }
p { color: rgb(184,126,170); }
H1.HeaderClassName
{
color: #B87EAA;
}
.AnyTagClassName
{
color: #B87EAA;
}
</style>
background-color css
<style>
a { background-color: #B87EAA; }
a { background-color: rgb(184,126,170); }
div.DivClassName
{
background-color: #B87EAA;
}
.BgClassName
{
background-color: #B87EAA;
}
</style>
border-color css
<style>
span { border-color: #B87EAA; }
span { border-color: rgb(184,126,170); }
td.TdClassName
{
border-color: #B87EAA;
}
.TagClassName
{
border-color: #B87EAA;
}
</style>