Shades of Medium Violet Red #BA1586
Tints of Medium Violet Red #BA1586
RGB
CMYK
RGB Variations
Color information
#BA1586 (or 0xBA1586) is known color: Medium Violet Red. HEX triplet: BA, 15 and 86. RGB value is (186,21,134). Sum of RGB (Red+Green+Blue) = 186+21+134=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1586 is #45EA79. Grayscale: #525252. Windows color (decimal): -4582010 or 8787386. OLE color: 8787386.
HSL color Cylindrical-coordinate representation of color #BA1586: hue angle of 318.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1586 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 134 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.27 |
| HSL | 318.91º | 0.8% | 0.41% | - |
| HSV(B) | 318.91º | 0.89% | 0.73% | - |
| XYZ | 24.82 | 12.7 | 23.7 | - |
| YUV | 83.22 | 156.66 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 134 | 0 | 0.89 | 0.28 | 0.27 | 318.91 | 0.8 | 0.41 |
| Hex | BA | 15 | 86 | 0 | 59 | 1C | 1B | 13F | 50 | 29 |
| Octal | 272 | 25 | 206 | 0 | 131 | 34 | 33 | 477 | 120 | 51 |
| Binary | 10111010 | 10101 | 10000110 | 0 | 1011001 | 11100 | 11011 | 100111111 | 1010000 | 101001 |
Color Harmonies of #BA1586
Complementary color
Monochromatic Colors of #BA1586
Black with #BA1586
Text Example
Text Example
White with #BA1586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1586; }
p { color: rgb(186,21,134); }
H1.HeaderClassName
{
color: #BA1586;
}
.AnyTagClassName
{
color: #BA1586;
}
</style>
background-color css
<style>
a { background-color: #BA1586; }
a { background-color: rgb(186,21,134); }
div.DivClassName
{
background-color: #BA1586;
}
.BgClassName
{
background-color: #BA1586;
}
</style>
border-color css
<style>
span { border-color: #BA1586; }
span { border-color: rgb(186,21,134); }
td.TdClassName
{
border-color: #BA1586;
}
.TagClassName
{
border-color: #BA1586;
}
</style>