Shades of Medium Violet Red #BA0590
Tints of Medium Violet Red #BA0590
RGB
CMYK
RGB Variations
Color information
#BA0590 (or 0xBA0590) is known color: Medium Violet Red. HEX triplet: BA, 05 and 90. RGB value is (186,5,144). Sum of RGB (Red+Green+Blue) = 186+5+144=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0590 is #45FA6F. Grayscale: #4A4A4A. Windows color (decimal): -4586096 or 9438650. OLE color: 9438650.
HSL color Cylindrical-coordinate representation of color #BA0590: hue angle of 313.92º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0590 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 144 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.27 |
| HSL | 313.92º | 0.95% | 0.37% | - |
| HSV(B) | 313.92º | 0.97% | 0.73% | - |
| XYZ | 25.34 | 12.56 | 27.47 | - |
| YUV | 74.97 | 166.97 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 144 | 0 | 0.97 | 0.23 | 0.27 | 313.92 | 0.95 | 0.37 |
| Hex | BA | 5 | 90 | 0 | 61 | 17 | 1B | 13A | 5F | 25 |
| Octal | 272 | 5 | 220 | 0 | 141 | 27 | 33 | 472 | 137 | 45 |
| Binary | 10111010 | 101 | 10010000 | 0 | 1100001 | 10111 | 11011 | 100111010 | 1011111 | 100101 |
Color Harmonies of #BA0590
Complementary color
Monochromatic Colors of #BA0590
Black with #BA0590
Text Example
Text Example
White with #BA0590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0590; }
p { color: rgb(186,5,144); }
H1.HeaderClassName
{
color: #BA0590;
}
.AnyTagClassName
{
color: #BA0590;
}
</style>
background-color css
<style>
a { background-color: #BA0590; }
a { background-color: rgb(186,5,144); }
div.DivClassName
{
background-color: #BA0590;
}
.BgClassName
{
background-color: #BA0590;
}
</style>
border-color css
<style>
span { border-color: #BA0590; }
span { border-color: rgb(186,5,144); }
td.TdClassName
{
border-color: #BA0590;
}
.TagClassName
{
border-color: #BA0590;
}
</style>