Shades of London Hue #BA85B3
Tints of London Hue #BA85B3
RGB
CMYK
RGB Variations
Color information
#BA85B3 (or 0xBA85B3) is known color: London Hue. HEX triplet: BA, 85 and B3. RGB value is (186,133,179). Sum of RGB (Red+Green+Blue) = 186+133+179=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BA85B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85B3 is #457A4C. Grayscale: #999999. Windows color (decimal): -4553293 or 11765178. OLE color: 11765178.
HSL color Cylindrical-coordinate representation of color #BA85B3: hue angle of 307.92º 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 #BA85B3 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 179 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.27 |
| HSL | 307.92º | 0.28% | 0.63% | - |
| HSV(B) | 307.92º | 0.28% | 0.73% | - |
| XYZ | 36.77 | 30.47 | 46.59 | - |
| YUV | 154.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 179 | 0 | 0.28 | 0.04 | 0.27 | 307.92 | 0.28 | 0.63 |
| Hex | BA | 85 | B3 | 0 | 1C | 4 | 1B | 134 | 1C | 3F |
| Octal | 272 | 205 | 263 | 0 | 34 | 4 | 33 | 464 | 34 | 77 |
| Binary | 10111010 | 10000101 | 10110011 | 0 | 11100 | 100 | 11011 | 100110100 | 11100 | 111111 |
Color Harmonies of #BA85B3
Complementary color
Monochromatic Colors of #BA85B3
Black with #BA85B3
Text Example
Text Example
White with #BA85B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA85B3; }
p { color: rgb(186,133,179); }
H1.HeaderClassName
{
color: #BA85B3;
}
.AnyTagClassName
{
color: #BA85B3;
}
</style>
background-color css
<style>
a { background-color: #BA85B3; }
a { background-color: rgb(186,133,179); }
div.DivClassName
{
background-color: #BA85B3;
}
.BgClassName
{
background-color: #BA85B3;
}
</style>
border-color css
<style>
span { border-color: #BA85B3; }
span { border-color: rgb(186,133,179); }
td.TdClassName
{
border-color: #BA85B3;
}
.TagClassName
{
border-color: #BA85B3;
}
</style>