Shades of London Hue #B87BB3
Tints of London Hue #B87BB3
RGB
CMYK
RGB Variations
Color information
#B87BB3 (or 0xB87BB3) is known color: London Hue. HEX triplet: B8, 7B and B3. RGB value is (184,123,179). Sum of RGB (Red+Green+Blue) = 184+123+179=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 184 - color contains mainly: red. Hex color #B87BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87BB3 is #47844C. Grayscale: #939393. Windows color (decimal): -4686925 or 11762616. OLE color: 11762616.
HSL color Cylindrical-coordinate representation of color #B87BB3: hue angle of 304.92º 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 #B87BB3 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 123 | 179 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.28 |
| HSL | 304.92º | 0.3% | 0.6% | - |
| HSV(B) | 304.92º | 0.33% | 0.72% | - |
| XYZ | 34.99 | 27.61 | 46.13 | - |
| YUV | 147.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 179 | 0 | 0.33 | 0.03 | 0.28 | 304.92 | 0.3 | 0.6 |
| Hex | B8 | 7B | B3 | 0 | 21 | 3 | 1C | 131 | 1E | 3C |
| Octal | 270 | 173 | 263 | 0 | 41 | 3 | 34 | 461 | 36 | 74 |
| Binary | 10111000 | 1111011 | 10110011 | 0 | 100001 | 11 | 11100 | 100110001 | 11110 | 111100 |
Color Harmonies of #B87BB3
Complementary color
Monochromatic Colors of #B87BB3
Black with #B87BB3
Text Example
Text Example
White with #B87BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87BB3; }
p { color: rgb(184,123,179); }
H1.HeaderClassName
{
color: #B87BB3;
}
.AnyTagClassName
{
color: #B87BB3;
}
</style>
background-color css
<style>
a { background-color: #B87BB3; }
a { background-color: rgb(184,123,179); }
div.DivClassName
{
background-color: #B87BB3;
}
.BgClassName
{
background-color: #B87BB3;
}
</style>
border-color css
<style>
span { border-color: #B87BB3; }
span { border-color: rgb(184,123,179); }
td.TdClassName
{
border-color: #B87BB3;
}
.TagClassName
{
border-color: #B87BB3;
}
</style>