Shades of London Hue #B87CB1
Tints of London Hue #B87CB1
RGB
CMYK
RGB Variations
Color information
#B87CB1 (or 0xB87CB1) is known color: London Hue. HEX triplet: B8, 7C and B1. RGB value is (184,124,177). Sum of RGB (Red+Green+Blue) = 184+124+177=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B87CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87CB1 is #47834E. Grayscale: #939393. Windows color (decimal): -4686671 or 11631800. OLE color: 11631800.
HSL color Cylindrical-coordinate representation of color #B87CB1: hue angle of 307º 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 #B87CB1 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 177 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.28 |
| HSL | 307º | 0.3% | 0.6% | - |
| HSV(B) | 307º | 0.33% | 0.72% | - |
| XYZ | 34.91 | 27.78 | 45.12 | - |
| YUV | 147.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 177 | 0 | 0.33 | 0.04 | 0.28 | 307 | 0.3 | 0.6 |
| Hex | B8 | 7C | B1 | 0 | 21 | 4 | 1C | 133 | 1E | 3C |
| Octal | 270 | 174 | 261 | 0 | 41 | 4 | 34 | 463 | 36 | 74 |
| Binary | 10111000 | 1111100 | 10110001 | 0 | 100001 | 100 | 11100 | 100110011 | 11110 | 111100 |
Color Harmonies of #B87CB1
Complementary color
Monochromatic Colors of #B87CB1
Black with #B87CB1
Text Example
Text Example
White with #B87CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87CB1; }
p { color: rgb(184,124,177); }
H1.HeaderClassName
{
color: #B87CB1;
}
.AnyTagClassName
{
color: #B87CB1;
}
</style>
background-color css
<style>
a { background-color: #B87CB1; }
a { background-color: rgb(184,124,177); }
div.DivClassName
{
background-color: #B87CB1;
}
.BgClassName
{
background-color: #B87CB1;
}
</style>
border-color css
<style>
span { border-color: #B87CB1; }
span { border-color: rgb(184,124,177); }
td.TdClassName
{
border-color: #B87CB1;
}
.TagClassName
{
border-color: #B87CB1;
}
</style>