Shades of London Hue #B87DB2
Tints of London Hue #B87DB2
RGB
CMYK
RGB Variations
Color information
#B87DB2 (or 0xB87DB2) is known color: London Hue. HEX triplet: B8, 7D and B2. RGB value is (184,125,178). Sum of RGB (Red+Green+Blue) = 184+125+178=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 184 - color contains mainly: red. Hex color #B87DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87DB2 is #47824D. Grayscale: #949494. Windows color (decimal): -4686414 or 11697592. OLE color: 11697592.
HSL color Cylindrical-coordinate representation of color #B87DB2: hue angle of 306.1º 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 #B87DB2 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 178 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.28 |
| HSL | 306.1º | 0.29% | 0.61% | - |
| HSV(B) | 306.1º | 0.32% | 0.72% | - |
| XYZ | 35.14 | 28.07 | 45.69 | - |
| YUV | 148.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 178 | 0 | 0.32 | 0.03 | 0.28 | 306.1 | 0.29 | 0.61 |
| Hex | B8 | 7D | B2 | 0 | 20 | 3 | 1C | 132 | 1D | 3D |
| Octal | 270 | 175 | 262 | 0 | 40 | 3 | 34 | 462 | 35 | 75 |
| Binary | 10111000 | 1111101 | 10110010 | 0 | 100000 | 11 | 11100 | 100110010 | 11101 | 111101 |
Color Harmonies of #B87DB2
Complementary color
Monochromatic Colors of #B87DB2
Black with #B87DB2
Text Example
Text Example
White with #B87DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87DB2; }
p { color: rgb(184,125,178); }
H1.HeaderClassName
{
color: #B87DB2;
}
.AnyTagClassName
{
color: #B87DB2;
}
</style>
background-color css
<style>
a { background-color: #B87DB2; }
a { background-color: rgb(184,125,178); }
div.DivClassName
{
background-color: #B87DB2;
}
.BgClassName
{
background-color: #B87DB2;
}
</style>
border-color css
<style>
span { border-color: #B87DB2; }
span { border-color: rgb(184,125,178); }
td.TdClassName
{
border-color: #B87DB2;
}
.TagClassName
{
border-color: #B87DB2;
}
</style>