Shades of Medium Violet Red #BA0390
Tints of Medium Violet Red #BA0390
RGB
CMYK
RGB Variations
Color information
#BA0390 (or 0xBA0390) is known color: Medium Violet Red. HEX triplet: BA, 03 and 90. RGB value is (186,3,144). Sum of RGB (Red+Green+Blue) = 186+3+144=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0390 is #45FC6F. Grayscale: #494949. Windows color (decimal): -4586608 or 9438138. OLE color: 9438138.
HSL color Cylindrical-coordinate representation of color #BA0390: hue angle of 313.77º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0390 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 144 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.27 |
| HSL | 313.77º | 0.97% | 0.37% | - |
| HSV(B) | 313.77º | 0.98% | 0.73% | - |
| XYZ | 25.32 | 12.52 | 27.47 | - |
| YUV | 73.79 | 167.63 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 144 | 0 | 0.98 | 0.23 | 0.27 | 313.77 | 0.97 | 0.37 |
| Hex | BA | 3 | 90 | 0 | 62 | 17 | 1B | 13A | 61 | 25 |
| Octal | 272 | 3 | 220 | 0 | 142 | 27 | 33 | 472 | 141 | 45 |
| Binary | 10111010 | 11 | 10010000 | 0 | 1100010 | 10111 | 11011 | 100111010 | 1100001 | 100101 |
Color Harmonies of #BA0390
Complementary color
Monochromatic Colors of #BA0390
Black with #BA0390
Text Example
Text Example
White with #BA0390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0390; }
p { color: rgb(186,3,144); }
H1.HeaderClassName
{
color: #BA0390;
}
.AnyTagClassName
{
color: #BA0390;
}
</style>
background-color css
<style>
a { background-color: #BA0390; }
a { background-color: rgb(186,3,144); }
div.DivClassName
{
background-color: #BA0390;
}
.BgClassName
{
background-color: #BA0390;
}
</style>
border-color css
<style>
span { border-color: #BA0390; }
span { border-color: rgb(186,3,144); }
td.TdClassName
{
border-color: #BA0390;
}
.TagClassName
{
border-color: #BA0390;
}
</style>