Shades of Medium Red Violet #BA3EA1
Tints of Medium Red Violet #BA3EA1
RGB
CMYK
RGB Variations
Color information
#BA3EA1 (or 0xBA3EA1) is known color: Medium Red Violet. HEX triplet: BA, 3E and A1. RGB value is (186,62,161). Sum of RGB (Red+Green+Blue) = 186+62+161=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3EA1 is #45C15E. Grayscale: #6E6E6E. Windows color (decimal): -4571487 or 10567354. OLE color: 10567354.
HSL color Cylindrical-coordinate representation of color #BA3EA1: hue angle of 312.1º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3EA1 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 161 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.27 |
| HSL | 312.1º | 0.5% | 0.49% | - |
| HSV(B) | 312.1º | 0.67% | 0.73% | - |
| XYZ | 28.41 | 16.46 | 35.4 | - |
| YUV | 110.36 | 156.58 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 161 | 0 | 0.67 | 0.13 | 0.27 | 312.1 | 0.5 | 0.49 |
| Hex | BA | 3E | A1 | 0 | 43 | D | 1B | 138 | 32 | 31 |
| Octal | 272 | 76 | 241 | 0 | 103 | 15 | 33 | 470 | 62 | 61 |
| Binary | 10111010 | 111110 | 10100001 | 0 | 1000011 | 1101 | 11011 | 100111000 | 110010 | 110001 |
Color Harmonies of #BA3EA1
Complementary color
Monochromatic Colors of #BA3EA1
Black with #BA3EA1
Text Example
Text Example
White with #BA3EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3EA1; }
p { color: rgb(186,62,161); }
H1.HeaderClassName
{
color: #BA3EA1;
}
.AnyTagClassName
{
color: #BA3EA1;
}
</style>
background-color css
<style>
a { background-color: #BA3EA1; }
a { background-color: rgb(186,62,161); }
div.DivClassName
{
background-color: #BA3EA1;
}
.BgClassName
{
background-color: #BA3EA1;
}
</style>
border-color css
<style>
span { border-color: #BA3EA1; }
span { border-color: rgb(186,62,161); }
td.TdClassName
{
border-color: #BA3EA1;
}
.TagClassName
{
border-color: #BA3EA1;
}
</style>