Shades of Medium Red Violet #BA2890
Tints of Medium Red Violet #BA2890
RGB
CMYK
RGB Variations
Color information
#BA2890 (or 0xBA2890) is known color: Medium Red Violet. HEX triplet: BA, 28 and 90. RGB value is (186,40,144). Sum of RGB (Red+Green+Blue) = 186+40+144=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2890 is #45D76F. Grayscale: #5F5F5F. Windows color (decimal): -4577136 or 9447610. OLE color: 9447610.
HSL color Cylindrical-coordinate representation of color #BA2890: hue angle of 317.26º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2890 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 144 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.27 |
| HSL | 317.26º | 0.65% | 0.44% | - |
| HSV(B) | 317.26º | 0.78% | 0.73% | - |
| XYZ | 26.04 | 13.97 | 27.71 | - |
| YUV | 95.51 | 155.37 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 144 | 0 | 0.78 | 0.23 | 0.27 | 317.26 | 0.65 | 0.44 |
| Hex | BA | 28 | 90 | 0 | 4E | 17 | 1B | 13D | 41 | 2C |
| Octal | 272 | 50 | 220 | 0 | 116 | 27 | 33 | 475 | 101 | 54 |
| Binary | 10111010 | 101000 | 10010000 | 0 | 1001110 | 10111 | 11011 | 100111101 | 1000001 | 101100 |
Color Harmonies of #BA2890
Complementary color
Monochromatic Colors of #BA2890
Black with #BA2890
Text Example
Text Example
White with #BA2890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2890; }
p { color: rgb(186,40,144); }
H1.HeaderClassName
{
color: #BA2890;
}
.AnyTagClassName
{
color: #BA2890;
}
</style>
background-color css
<style>
a { background-color: #BA2890; }
a { background-color: rgb(186,40,144); }
div.DivClassName
{
background-color: #BA2890;
}
.BgClassName
{
background-color: #BA2890;
}
</style>
border-color css
<style>
span { border-color: #BA2890; }
span { border-color: rgb(186,40,144); }
td.TdClassName
{
border-color: #BA2890;
}
.TagClassName
{
border-color: #BA2890;
}
</style>