Shades of London Hue #BA85B7
Tints of London Hue #BA85B7
RGB
CMYK
RGB Variations
Color information
#BA85B7 (or 0xBA85B7) is known color: London Hue. HEX triplet: BA, 85 and B7. RGB value is (186,133,183). Sum of RGB (Red+Green+Blue) = 186+133+183=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BA85B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85B7 is #457A48. Grayscale: #9A9A9A. Windows color (decimal): -4553289 or 12027322. OLE color: 12027322.
HSL color Cylindrical-coordinate representation of color #BA85B7: hue angle of 303.4º 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 #BA85B7 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 183 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.27 |
| HSL | 303.4º | 0.28% | 0.63% | - |
| HSV(B) | 303.4º | 0.28% | 0.73% | - |
| XYZ | 37.18 | 30.63 | 48.75 | - |
| YUV | 154.55 | 144.06 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 183 | 0 | 0.28 | 0.02 | 0.27 | 303.4 | 0.28 | 0.63 |
| Hex | BA | 85 | B7 | 0 | 1C | 2 | 1B | 12F | 1C | 3F |
| Octal | 272 | 205 | 267 | 0 | 34 | 2 | 33 | 457 | 34 | 77 |
| Binary | 10111010 | 10000101 | 10110111 | 0 | 11100 | 10 | 11011 | 100101111 | 11100 | 111111 |
Color Harmonies of #BA85B7
Complementary color
Monochromatic Colors of #BA85B7
Black with #BA85B7
Text Example
Text Example
White with #BA85B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA85B7; }
p { color: rgb(186,133,183); }
H1.HeaderClassName
{
color: #BA85B7;
}
.AnyTagClassName
{
color: #BA85B7;
}
</style>
background-color css
<style>
a { background-color: #BA85B7; }
a { background-color: rgb(186,133,183); }
div.DivClassName
{
background-color: #BA85B7;
}
.BgClassName
{
background-color: #BA85B7;
}
</style>
border-color css
<style>
span { border-color: #BA85B7; }
span { border-color: rgb(186,133,183); }
td.TdClassName
{
border-color: #BA85B7;
}
.TagClassName
{
border-color: #BA85B7;
}
</style>