Shades of London Hue #B87DB5
Tints of London Hue #B87DB5
RGB
CMYK
RGB Variations
Color information
#B87DB5 (or 0xB87DB5) is known color: London Hue. HEX triplet: B8, 7D and B5. RGB value is (184,125,181). Sum of RGB (Red+Green+Blue) = 184+125+181=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B87DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87DB5 is #47824A. Grayscale: #949494. Windows color (decimal): -4686411 or 11894200. OLE color: 11894200.
HSL color Cylindrical-coordinate representation of color #B87DB5: hue angle of 303.05º 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 #B87DB5 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 181 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.28 |
| HSL | 303.05º | 0.29% | 0.61% | - |
| HSV(B) | 303.05º | 0.32% | 0.72% | - |
| XYZ | 35.44 | 28.19 | 47.29 | - |
| YUV | 149.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 181 | 0 | 0.32 | 0.02 | 0.28 | 303.05 | 0.29 | 0.61 |
| Hex | B8 | 7D | B5 | 0 | 20 | 2 | 1C | 12F | 1D | 3D |
| Octal | 270 | 175 | 265 | 0 | 40 | 2 | 34 | 457 | 35 | 75 |
| Binary | 10111000 | 1111101 | 10110101 | 0 | 100000 | 10 | 11100 | 100101111 | 11101 | 111101 |
Color Harmonies of #B87DB5
Complementary color
Monochromatic Colors of #B87DB5
Black with #B87DB5
Text Example
Text Example
White with #B87DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87DB5; }
p { color: rgb(184,125,181); }
H1.HeaderClassName
{
color: #B87DB5;
}
.AnyTagClassName
{
color: #B87DB5;
}
</style>
background-color css
<style>
a { background-color: #B87DB5; }
a { background-color: rgb(184,125,181); }
div.DivClassName
{
background-color: #B87DB5;
}
.BgClassName
{
background-color: #B87DB5;
}
</style>
border-color css
<style>
span { border-color: #B87DB5; }
span { border-color: rgb(184,125,181); }
td.TdClassName
{
border-color: #B87DB5;
}
.TagClassName
{
border-color: #B87DB5;
}
</style>