Shades of London Hue #B87FB2
Tints of London Hue #B87FB2
RGB
CMYK
RGB Variations
Color information
#B87FB2 (or 0xB87FB2) is known color: London Hue. HEX triplet: B8, 7F and B2. RGB value is (184,127,178). Sum of RGB (Red+Green+Blue) = 184+127+178=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 184 - color contains mainly: red. Hex color #B87FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87FB2 is #47804D. Grayscale: #959595. Windows color (decimal): -4685902 or 11698104. OLE color: 11698104.
HSL color Cylindrical-coordinate representation of color #B87FB2: hue angle of 306.32º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B87FB2 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 127 | 178 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.28 |
| HSL | 306.32º | 0.29% | 0.61% | - |
| HSV(B) | 306.32º | 0.31% | 0.72% | - |
| XYZ | 35.39 | 28.58 | 45.77 | - |
| YUV | 149.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 127 | 178 | 0 | 0.31 | 0.03 | 0.28 | 306.32 | 0.29 | 0.61 |
| Hex | B8 | 7F | B2 | 0 | 1F | 3 | 1C | 132 | 1D | 3D |
| Octal | 270 | 177 | 262 | 0 | 37 | 3 | 34 | 462 | 35 | 75 |
| Binary | 10111000 | 1111111 | 10110010 | 0 | 11111 | 11 | 11100 | 100110010 | 11101 | 111101 |
Color Harmonies of #B87FB2
Complementary color
Monochromatic Colors of #B87FB2
Black with #B87FB2
Text Example
Text Example
White with #B87FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87FB2; }
p { color: rgb(184,127,178); }
H1.HeaderClassName
{
color: #B87FB2;
}
.AnyTagClassName
{
color: #B87FB2;
}
</style>
background-color css
<style>
a { background-color: #B87FB2; }
a { background-color: rgb(184,127,178); }
div.DivClassName
{
background-color: #B87FB2;
}
.BgClassName
{
background-color: #B87FB2;
}
</style>
border-color css
<style>
span { border-color: #B87FB2; }
span { border-color: rgb(184,127,178); }
td.TdClassName
{
border-color: #B87FB2;
}
.TagClassName
{
border-color: #B87FB2;
}
</style>