Shades of London Hue #BA87B0
Tints of London Hue #BA87B0
RGB
CMYK
RGB Variations
Color information
#BA87B0 (or 0xBA87B0) is known color: London Hue. HEX triplet: BA, 87 and B0. RGB value is (186,135,176). Sum of RGB (Red+Green+Blue) = 186+135+176=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BA87B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA87B0 is #45784F. Grayscale: #9A9A9A. Windows color (decimal): -4552784 or 11569082. OLE color: 11569082.
HSL color Cylindrical-coordinate representation of color #BA87B0: hue angle of 311.76º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA87B0 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 176 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.27 |
| HSL | 311.76º | 0.27% | 0.63% | - |
| HSV(B) | 311.76º | 0.27% | 0.73% | - |
| XYZ | 36.75 | 30.9 | 45.1 | - |
| YUV | 154.92 | 139.9 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 176 | 0 | 0.27 | 0.05 | 0.27 | 311.76 | 0.27 | 0.63 |
| Hex | BA | 87 | B0 | 0 | 1B | 5 | 1B | 138 | 1B | 3F |
| Octal | 272 | 207 | 260 | 0 | 33 | 5 | 33 | 470 | 33 | 77 |
| Binary | 10111010 | 10000111 | 10110000 | 0 | 11011 | 101 | 11011 | 100111000 | 11011 | 111111 |
Color Harmonies of #BA87B0
Complementary color
Monochromatic Colors of #BA87B0
Black with #BA87B0
Text Example
Text Example
White with #BA87B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA87B0; }
p { color: rgb(186,135,176); }
H1.HeaderClassName
{
color: #BA87B0;
}
.AnyTagClassName
{
color: #BA87B0;
}
</style>
background-color css
<style>
a { background-color: #BA87B0; }
a { background-color: rgb(186,135,176); }
div.DivClassName
{
background-color: #BA87B0;
}
.BgClassName
{
background-color: #BA87B0;
}
</style>
border-color css
<style>
span { border-color: #BA87B0; }
span { border-color: rgb(186,135,176); }
td.TdClassName
{
border-color: #BA87B0;
}
.TagClassName
{
border-color: #BA87B0;
}
</style>