Shades of London Hue #BA73AF
Tints of London Hue #BA73AF
RGB
CMYK
RGB Variations
Color information
#BA73AF (or 0xBA73AF) is known color: London Hue. HEX triplet: BA, 73 and AF. RGB value is (186,115,175). Sum of RGB (Red+Green+Blue) = 186+115+175=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA73AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA73AF is #458C50. Grayscale: #8E8E8E. Windows color (decimal): -4557905 or 11498426. OLE color: 11498426.
HSL color Cylindrical-coordinate representation of color #BA73AF: hue angle of 309.3º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA73AF is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 175 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.27 |
| HSL | 309.3º | 0.34% | 0.59% | - |
| HSV(B) | 309.3º | 0.38% | 0.73% | - |
| XYZ | 34.12 | 25.8 | 43.74 | - |
| YUV | 143.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 175 | 0 | 0.38 | 0.06 | 0.27 | 309.3 | 0.34 | 0.59 |
| Hex | BA | 73 | AF | 0 | 26 | 6 | 1B | 135 | 22 | 3B |
| Octal | 272 | 163 | 257 | 0 | 46 | 6 | 33 | 465 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10101111 | 0 | 100110 | 110 | 11011 | 100110101 | 100010 | 111011 |
Color Harmonies of #BA73AF
Complementary color
Monochromatic Colors of #BA73AF
Black with #BA73AF
Text Example
Text Example
White with #BA73AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73AF; }
p { color: rgb(186,115,175); }
H1.HeaderClassName
{
color: #BA73AF;
}
.AnyTagClassName
{
color: #BA73AF;
}
</style>
background-color css
<style>
a { background-color: #BA73AF; }
a { background-color: rgb(186,115,175); }
div.DivClassName
{
background-color: #BA73AF;
}
.BgClassName
{
background-color: #BA73AF;
}
</style>
border-color css
<style>
span { border-color: #BA73AF; }
span { border-color: rgb(186,115,175); }
td.TdClassName
{
border-color: #BA73AF;
}
.TagClassName
{
border-color: #BA73AF;
}
</style>