Shades of London Hue #BA85B1
Tints of London Hue #BA85B1
RGB
CMYK
RGB Variations
Color information
#BA85B1 (or 0xBA85B1) is known color: London Hue. HEX triplet: BA, 85 and B1. RGB value is (186,133,177). Sum of RGB (Red+Green+Blue) = 186+133+177=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BA85B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA85B1 is #457A4E. Grayscale: #999999. Windows color (decimal): -4553295 or 11634106. OLE color: 11634106.
HSL color Cylindrical-coordinate representation of color #BA85B1: hue angle of 310.19º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA85B1 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 177 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.27 |
| HSL | 310.19º | 0.28% | 0.63% | - |
| HSV(B) | 310.19º | 0.28% | 0.73% | - |
| XYZ | 36.57 | 30.39 | 45.53 | - |
| YUV | 153.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 177 | 0 | 0.28 | 0.05 | 0.27 | 310.19 | 0.28 | 0.63 |
| Hex | BA | 85 | B1 | 0 | 1C | 5 | 1B | 136 | 1C | 3F |
| Octal | 272 | 205 | 261 | 0 | 34 | 5 | 33 | 466 | 34 | 77 |
| Binary | 10111010 | 10000101 | 10110001 | 0 | 11100 | 101 | 11011 | 100110110 | 11100 | 111111 |
Color Harmonies of #BA85B1
Complementary color
Monochromatic Colors of #BA85B1
Black with #BA85B1
Text Example
Text Example
White with #BA85B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA85B1; }
p { color: rgb(186,133,177); }
H1.HeaderClassName
{
color: #BA85B1;
}
.AnyTagClassName
{
color: #BA85B1;
}
</style>
background-color css
<style>
a { background-color: #BA85B1; }
a { background-color: rgb(186,133,177); }
div.DivClassName
{
background-color: #BA85B1;
}
.BgClassName
{
background-color: #BA85B1;
}
</style>
border-color css
<style>
span { border-color: #BA85B1; }
span { border-color: rgb(186,133,177); }
td.TdClassName
{
border-color: #BA85B1;
}
.TagClassName
{
border-color: #BA85B1;
}
</style>