Shades of London Hue #B87CB6
Tints of London Hue #B87CB6
RGB
CMYK
RGB Variations
Color information
#B87CB6 (or 0xB87CB6) is known color: London Hue. HEX triplet: B8, 7C and B6. RGB value is (184,124,182). Sum of RGB (Red+Green+Blue) = 184+124+182=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B87CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87CB6 is #478349. Grayscale: #949494. Windows color (decimal): -4686666 or 11959480. OLE color: 11959480.
HSL color Cylindrical-coordinate representation of color #B87CB6: hue angle of 302º 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 #B87CB6 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 182 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.28 |
| HSL | 302º | 0.3% | 0.6% | - |
| HSV(B) | 302º | 0.33% | 0.72% | - |
| XYZ | 35.42 | 27.98 | 47.79 | - |
| YUV | 148.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 182 | 0 | 0.33 | 0.01 | 0.28 | 302 | 0.3 | 0.6 |
| Hex | B8 | 7C | B6 | 0 | 21 | 1 | 1C | 12E | 1E | 3C |
| Octal | 270 | 174 | 266 | 0 | 41 | 1 | 34 | 456 | 36 | 74 |
| Binary | 10111000 | 1111100 | 10110110 | 0 | 100001 | 1 | 11100 | 100101110 | 11110 | 111100 |
Color Harmonies of #B87CB6
Complementary color
Monochromatic Colors of #B87CB6
Black with #B87CB6
Text Example
Text Example
White with #B87CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87CB6; }
p { color: rgb(184,124,182); }
H1.HeaderClassName
{
color: #B87CB6;
}
.AnyTagClassName
{
color: #B87CB6;
}
</style>
background-color css
<style>
a { background-color: #B87CB6; }
a { background-color: rgb(184,124,182); }
div.DivClassName
{
background-color: #B87CB6;
}
.BgClassName
{
background-color: #B87CB6;
}
</style>
border-color css
<style>
span { border-color: #B87CB6; }
span { border-color: rgb(184,124,182); }
td.TdClassName
{
border-color: #B87CB6;
}
.TagClassName
{
border-color: #B87CB6;
}
</style>