Shades of London Hue #B87BAF
Tints of London Hue #B87BAF
RGB
CMYK
RGB Variations
Color information
#B87BAF (or 0xB87BAF) is known color: London Hue. HEX triplet: B8, 7B and AF. RGB value is (184,123,175). Sum of RGB (Red+Green+Blue) = 184+123+175=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 184 - color contains mainly: red. Hex color #B87BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87BAF is #478450. Grayscale: #939393. Windows color (decimal): -4686929 or 11500472. OLE color: 11500472.
HSL color Cylindrical-coordinate representation of color #B87BAF: hue angle of 308.85º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B87BAF is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 123 | 175 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.28 |
| HSL | 308.85º | 0.3% | 0.6% | - |
| HSV(B) | 308.85º | 0.33% | 0.72% | - |
| XYZ | 34.59 | 27.45 | 44.03 | - |
| YUV | 147.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 175 | 0 | 0.33 | 0.05 | 0.28 | 308.85 | 0.3 | 0.6 |
| Hex | B8 | 7B | AF | 0 | 21 | 5 | 1C | 135 | 1E | 3C |
| Octal | 270 | 173 | 257 | 0 | 41 | 5 | 34 | 465 | 36 | 74 |
| Binary | 10111000 | 1111011 | 10101111 | 0 | 100001 | 101 | 11100 | 100110101 | 11110 | 111100 |
Color Harmonies of #B87BAF
Complementary color
Monochromatic Colors of #B87BAF
Black with #B87BAF
Text Example
Text Example
White with #B87BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87BAF; }
p { color: rgb(184,123,175); }
H1.HeaderClassName
{
color: #B87BAF;
}
.AnyTagClassName
{
color: #B87BAF;
}
</style>
background-color css
<style>
a { background-color: #B87BAF; }
a { background-color: rgb(184,123,175); }
div.DivClassName
{
background-color: #B87BAF;
}
.BgClassName
{
background-color: #B87BAF;
}
</style>
border-color css
<style>
span { border-color: #B87BAF; }
span { border-color: rgb(184,123,175); }
td.TdClassName
{
border-color: #B87BAF;
}
.TagClassName
{
border-color: #B87BAF;
}
</style>