Shades of Medium Red Violet #BA2390
Tints of Medium Red Violet #BA2390
RGB
CMYK
RGB Variations
Color information
#BA2390 (or 0xBA2390) is known color: Medium Red Violet. HEX triplet: BA, 23 and 90. RGB value is (186,35,144). Sum of RGB (Red+Green+Blue) = 186+35+144=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2390 is #45DC6F. Grayscale: #5C5C5C. Windows color (decimal): -4578416 or 9446330. OLE color: 9446330.
HSL color Cylindrical-coordinate representation of color #BA2390: hue angle of 316.69º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2390 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 144 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.27 |
| HSL | 316.69º | 0.68% | 0.43% | - |
| HSV(B) | 316.69º | 0.81% | 0.73% | - |
| XYZ | 25.88 | 13.65 | 27.66 | - |
| YUV | 92.58 | 157.03 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 144 | 0 | 0.81 | 0.23 | 0.27 | 316.69 | 0.68 | 0.43 |
| Hex | BA | 23 | 90 | 0 | 51 | 17 | 1B | 13D | 44 | 2B |
| Octal | 272 | 43 | 220 | 0 | 121 | 27 | 33 | 475 | 104 | 53 |
| Binary | 10111010 | 100011 | 10010000 | 0 | 1010001 | 10111 | 11011 | 100111101 | 1000100 | 101011 |
Color Harmonies of #BA2390
Complementary color
Monochromatic Colors of #BA2390
Black with #BA2390
Text Example
Text Example
White with #BA2390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2390; }
p { color: rgb(186,35,144); }
H1.HeaderClassName
{
color: #BA2390;
}
.AnyTagClassName
{
color: #BA2390;
}
</style>
background-color css
<style>
a { background-color: #BA2390; }
a { background-color: rgb(186,35,144); }
div.DivClassName
{
background-color: #BA2390;
}
.BgClassName
{
background-color: #BA2390;
}
</style>
border-color css
<style>
span { border-color: #BA2390; }
span { border-color: rgb(186,35,144); }
td.TdClassName
{
border-color: #BA2390;
}
.TagClassName
{
border-color: #BA2390;
}
</style>