Shades of London Hue #BA87B2
Tints of London Hue #BA87B2
RGB
CMYK
RGB Variations
Color information
#BA87B2 (or 0xBA87B2) is known color: London Hue. HEX triplet: BA, 87 and B2. RGB value is (186,135,178). Sum of RGB (Red+Green+Blue) = 186+135+178=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BA87B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA87B2 is #45784D. Grayscale: #9B9B9B. Windows color (decimal): -4552782 or 11700154. OLE color: 11700154.
HSL color Cylindrical-coordinate representation of color #BA87B2: hue angle of 309.41º 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 #BA87B2 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 178 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.27 |
| HSL | 309.41º | 0.27% | 0.63% | - |
| HSV(B) | 309.41º | 0.27% | 0.73% | - |
| XYZ | 36.95 | 30.98 | 46.15 | - |
| YUV | 155.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 178 | 0 | 0.27 | 0.04 | 0.27 | 309.41 | 0.27 | 0.63 |
| Hex | BA | 87 | B2 | 0 | 1B | 4 | 1B | 135 | 1B | 3F |
| Octal | 272 | 207 | 262 | 0 | 33 | 4 | 33 | 465 | 33 | 77 |
| Binary | 10111010 | 10000111 | 10110010 | 0 | 11011 | 100 | 11011 | 100110101 | 11011 | 111111 |
Color Harmonies of #BA87B2
Complementary color
Monochromatic Colors of #BA87B2
Black with #BA87B2
Text Example
Text Example
White with #BA87B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA87B2; }
p { color: rgb(186,135,178); }
H1.HeaderClassName
{
color: #BA87B2;
}
.AnyTagClassName
{
color: #BA87B2;
}
</style>
background-color css
<style>
a { background-color: #BA87B2; }
a { background-color: rgb(186,135,178); }
div.DivClassName
{
background-color: #BA87B2;
}
.BgClassName
{
background-color: #BA87B2;
}
</style>
border-color css
<style>
span { border-color: #BA87B2; }
span { border-color: rgb(186,135,178); }
td.TdClassName
{
border-color: #BA87B2;
}
.TagClassName
{
border-color: #BA87B2;
}
</style>