Shades of Medium Red Violet #BA2490
Tints of Medium Red Violet #BA2490
RGB
CMYK
RGB Variations
Color information
#BA2490 (or 0xBA2490) is known color: Medium Red Violet. HEX triplet: BA, 24 and 90. RGB value is (186,36,144). Sum of RGB (Red+Green+Blue) = 186+36+144=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2490 is #45DB6F. Grayscale: #5C5C5C. Windows color (decimal): -4578160 or 9446586. OLE color: 9446586.
HSL color Cylindrical-coordinate representation of color #BA2490: hue angle of 316.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2490 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 144 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.27 |
| HSL | 316.8º | 0.68% | 0.44% | - |
| HSV(B) | 316.8º | 0.81% | 0.73% | - |
| XYZ | 25.91 | 13.71 | 27.67 | - |
| YUV | 93.16 | 156.7 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 144 | 0 | 0.81 | 0.23 | 0.27 | 316.8 | 0.68 | 0.44 |
| Hex | BA | 24 | 90 | 0 | 51 | 17 | 1B | 13D | 44 | 2C |
| Octal | 272 | 44 | 220 | 0 | 121 | 27 | 33 | 475 | 104 | 54 |
| Binary | 10111010 | 100100 | 10010000 | 0 | 1010001 | 10111 | 11011 | 100111101 | 1000100 | 101100 |
Color Harmonies of #BA2490
Complementary color
Monochromatic Colors of #BA2490
Black with #BA2490
Text Example
Text Example
White with #BA2490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2490; }
p { color: rgb(186,36,144); }
H1.HeaderClassName
{
color: #BA2490;
}
.AnyTagClassName
{
color: #BA2490;
}
</style>
background-color css
<style>
a { background-color: #BA2490; }
a { background-color: rgb(186,36,144); }
div.DivClassName
{
background-color: #BA2490;
}
.BgClassName
{
background-color: #BA2490;
}
</style>
border-color css
<style>
span { border-color: #BA2490; }
span { border-color: rgb(186,36,144); }
td.TdClassName
{
border-color: #BA2490;
}
.TagClassName
{
border-color: #BA2490;
}
</style>