Shades of Medium Violet Red #BA1599
Tints of Medium Violet Red #BA1599
RGB
CMYK
RGB Variations
Color information
#BA1599 (or 0xBA1599) is known color: Medium Violet Red. HEX triplet: BA, 15 and 99. RGB value is (186,21,153). Sum of RGB (Red+Green+Blue) = 186+21+153=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1599 is #45EA66. Grayscale: #555555. Windows color (decimal): -4581991 or 10032570. OLE color: 10032570.
HSL color Cylindrical-coordinate representation of color #BA1599: hue angle of 312º 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 #BA1599 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 153 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.27 |
| HSL | 312º | 0.8% | 0.41% | - |
| HSV(B) | 312º | 0.89% | 0.73% | - |
| XYZ | 26.27 | 13.28 | 31.31 | - |
| YUV | 85.38 | 166.16 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 153 | 0 | 0.89 | 0.18 | 0.27 | 312 | 0.8 | 0.41 |
| Hex | BA | 15 | 99 | 0 | 59 | 12 | 1B | 138 | 50 | 29 |
| Octal | 272 | 25 | 231 | 0 | 131 | 22 | 33 | 470 | 120 | 51 |
| Binary | 10111010 | 10101 | 10011001 | 0 | 1011001 | 10010 | 11011 | 100111000 | 1010000 | 101001 |
Color Harmonies of #BA1599
Complementary color
Monochromatic Colors of #BA1599
Black with #BA1599
Text Example
Text Example
White with #BA1599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1599; }
p { color: rgb(186,21,153); }
H1.HeaderClassName
{
color: #BA1599;
}
.AnyTagClassName
{
color: #BA1599;
}
</style>
background-color css
<style>
a { background-color: #BA1599; }
a { background-color: rgb(186,21,153); }
div.DivClassName
{
background-color: #BA1599;
}
.BgClassName
{
background-color: #BA1599;
}
</style>
border-color css
<style>
span { border-color: #BA1599; }
span { border-color: rgb(186,21,153); }
td.TdClassName
{
border-color: #BA1599;
}
.TagClassName
{
border-color: #BA1599;
}
</style>