Shades of Medium Red Violet #BA2990
Tints of Medium Red Violet #BA2990
RGB
CMYK
RGB Variations
Color information
#BA2990 (or 0xBA2990) is known color: Medium Red Violet. HEX triplet: BA, 29 and 90. RGB value is (186,41,144). Sum of RGB (Red+Green+Blue) = 186+41+144=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2990 is #45D66F. Grayscale: #5F5F5F. Windows color (decimal): -4576880 or 9447866. OLE color: 9447866.
HSL color Cylindrical-coordinate representation of color #BA2990: hue angle of 317.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2990 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 144 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.27 |
| HSL | 317.38º | 0.64% | 0.45% | - |
| HSV(B) | 317.38º | 0.78% | 0.73% | - |
| XYZ | 26.08 | 14.04 | 27.72 | - |
| YUV | 96.1 | 155.04 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 144 | 0 | 0.78 | 0.23 | 0.27 | 317.38 | 0.64 | 0.45 |
| Hex | BA | 29 | 90 | 0 | 4E | 17 | 1B | 13D | 40 | 2D |
| Octal | 272 | 51 | 220 | 0 | 116 | 27 | 33 | 475 | 100 | 55 |
| Binary | 10111010 | 101001 | 10010000 | 0 | 1001110 | 10111 | 11011 | 100111101 | 1000000 | 101101 |
Color Harmonies of #BA2990
Complementary color
Monochromatic Colors of #BA2990
Black with #BA2990
Text Example
Text Example
White with #BA2990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2990; }
p { color: rgb(186,41,144); }
H1.HeaderClassName
{
color: #BA2990;
}
.AnyTagClassName
{
color: #BA2990;
}
</style>
background-color css
<style>
a { background-color: #BA2990; }
a { background-color: rgb(186,41,144); }
div.DivClassName
{
background-color: #BA2990;
}
.BgClassName
{
background-color: #BA2990;
}
</style>
border-color css
<style>
span { border-color: #BA2990; }
span { border-color: rgb(186,41,144); }
td.TdClassName
{
border-color: #BA2990;
}
.TagClassName
{
border-color: #BA2990;
}
</style>