Shades of London Hue #B87BB0
Tints of London Hue #B87BB0
RGB
CMYK
RGB Variations
Color information
#B87BB0 (or 0xB87BB0) is known color: London Hue. HEX triplet: B8, 7B and B0. RGB value is (184,123,176). Sum of RGB (Red+Green+Blue) = 184+123+176=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 184 - color contains mainly: red. Hex color #B87BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87BB0 is #47844F. Grayscale: #939393. Windows color (decimal): -4686928 or 11566008. OLE color: 11566008.
HSL color Cylindrical-coordinate representation of color #B87BB0: hue angle of 307.87º 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 #B87BB0 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 123 | 176 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.28 |
| HSL | 307.87º | 0.3% | 0.6% | - |
| HSV(B) | 307.87º | 0.33% | 0.72% | - |
| XYZ | 34.69 | 27.49 | 44.55 | - |
| YUV | 147.28 | 144.21 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 176 | 0 | 0.33 | 0.04 | 0.28 | 307.87 | 0.3 | 0.6 |
| Hex | B8 | 7B | B0 | 0 | 21 | 4 | 1C | 134 | 1E | 3C |
| Octal | 270 | 173 | 260 | 0 | 41 | 4 | 34 | 464 | 36 | 74 |
| Binary | 10111000 | 1111011 | 10110000 | 0 | 100001 | 100 | 11100 | 100110100 | 11110 | 111100 |
Color Harmonies of #B87BB0
Complementary color
Monochromatic Colors of #B87BB0
Black with #B87BB0
Text Example
Text Example
White with #B87BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87BB0; }
p { color: rgb(184,123,176); }
H1.HeaderClassName
{
color: #B87BB0;
}
.AnyTagClassName
{
color: #B87BB0;
}
</style>
background-color css
<style>
a { background-color: #B87BB0; }
a { background-color: rgb(184,123,176); }
div.DivClassName
{
background-color: #B87BB0;
}
.BgClassName
{
background-color: #B87BB0;
}
</style>
border-color css
<style>
span { border-color: #B87BB0; }
span { border-color: rgb(184,123,176); }
td.TdClassName
{
border-color: #B87BB0;
}
.TagClassName
{
border-color: #B87BB0;
}
</style>