Shades of London Hue #B87AB3
Tints of London Hue #B87AB3
RGB
CMYK
RGB Variations
Color information
#B87AB3 (or 0xB87AB3) is known color: London Hue. HEX triplet: B8, 7A and B3. RGB value is (184,122,179). Sum of RGB (Red+Green+Blue) = 184+122+179=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B87AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87AB3 is #47854C. Grayscale: #929292. Windows color (decimal): -4687181 or 11762360. OLE color: 11762360.
HSL color Cylindrical-coordinate representation of color #B87AB3: hue angle of 304.84º 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 #B87AB3 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 122 | 179 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.28 |
| HSL | 304.84º | 0.3% | 0.6% | - |
| HSV(B) | 304.84º | 0.34% | 0.72% | - |
| XYZ | 34.86 | 27.36 | 46.09 | - |
| YUV | 147.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 179 | 0 | 0.34 | 0.03 | 0.28 | 304.84 | 0.3 | 0.6 |
| Hex | B8 | 7A | B3 | 0 | 22 | 3 | 1C | 131 | 1E | 3C |
| Octal | 270 | 172 | 263 | 0 | 42 | 3 | 34 | 461 | 36 | 74 |
| Binary | 10111000 | 1111010 | 10110011 | 0 | 100010 | 11 | 11100 | 100110001 | 11110 | 111100 |
Color Harmonies of #B87AB3
Complementary color
Monochromatic Colors of #B87AB3
Black with #B87AB3
Text Example
Text Example
White with #B87AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87AB3; }
p { color: rgb(184,122,179); }
H1.HeaderClassName
{
color: #B87AB3;
}
.AnyTagClassName
{
color: #B87AB3;
}
</style>
background-color css
<style>
a { background-color: #B87AB3; }
a { background-color: rgb(184,122,179); }
div.DivClassName
{
background-color: #B87AB3;
}
.BgClassName
{
background-color: #B87AB3;
}
</style>
border-color css
<style>
span { border-color: #B87AB3; }
span { border-color: rgb(184,122,179); }
td.TdClassName
{
border-color: #B87AB3;
}
.TagClassName
{
border-color: #B87AB3;
}
</style>