Shades of London Hue #B87DAF
Tints of London Hue #B87DAF
RGB
CMYK
RGB Variations
Color information
#B87DAF (or 0xB87DAF) is known color: London Hue. HEX triplet: B8, 7D and AF. RGB value is (184,125,175). Sum of RGB (Red+Green+Blue) = 184+125+175=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 184 - color contains mainly: red. Hex color #B87DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87DAF is #478250. Grayscale: #949494. Windows color (decimal): -4686417 or 11500984. OLE color: 11500984.
HSL color Cylindrical-coordinate representation of color #B87DAF: hue angle of 309.15º 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 #B87DAF is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 175 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.28 |
| HSL | 309.15º | 0.29% | 0.61% | - |
| HSV(B) | 309.15º | 0.32% | 0.72% | - |
| XYZ | 34.84 | 27.95 | 44.12 | - |
| YUV | 148.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 175 | 0 | 0.32 | 0.05 | 0.28 | 309.15 | 0.29 | 0.61 |
| Hex | B8 | 7D | AF | 0 | 20 | 5 | 1C | 135 | 1D | 3D |
| Octal | 270 | 175 | 257 | 0 | 40 | 5 | 34 | 465 | 35 | 75 |
| Binary | 10111000 | 1111101 | 10101111 | 0 | 100000 | 101 | 11100 | 100110101 | 11101 | 111101 |
Color Harmonies of #B87DAF
Complementary color
Monochromatic Colors of #B87DAF
Black with #B87DAF
Text Example
Text Example
White with #B87DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87DAF; }
p { color: rgb(184,125,175); }
H1.HeaderClassName
{
color: #B87DAF;
}
.AnyTagClassName
{
color: #B87DAF;
}
</style>
background-color css
<style>
a { background-color: #B87DAF; }
a { background-color: rgb(184,125,175); }
div.DivClassName
{
background-color: #B87DAF;
}
.BgClassName
{
background-color: #B87DAF;
}
</style>
border-color css
<style>
span { border-color: #B87DAF; }
span { border-color: rgb(184,125,175); }
td.TdClassName
{
border-color: #B87DAF;
}
.TagClassName
{
border-color: #B87DAF;
}
</style>