Shades of Medium Red Violet #BA2E79
Tints of Medium Red Violet #BA2E79
RGB
CMYK
RGB Variations
Color information
#BA2E79 (or 0xBA2E79) is known color: Medium Red Violet. HEX triplet: BA, 2E and 79. RGB value is (186,46,121). Sum of RGB (Red+Green+Blue) = 186+46+121=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E79 is #45D186. Grayscale: #606060. Windows color (decimal): -4575623 or 7941818. OLE color: 7941818.
HSL color Cylindrical-coordinate representation of color #BA2E79: hue angle of 327.86º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2E79 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 121 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.27 |
| HSL | 327.86º | 0.6% | 0.45% | - |
| HSV(B) | 327.86º | 0.75% | 0.73% | - |
| XYZ | 24.68 | 13.77 | 19.45 | - |
| YUV | 96.41 | 141.88 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 121 | 0 | 0.75 | 0.35 | 0.27 | 327.86 | 0.6 | 0.45 |
| Hex | BA | 2E | 79 | 0 | 4B | 23 | 1B | 148 | 3C | 2D |
| Octal | 272 | 56 | 171 | 0 | 113 | 43 | 33 | 510 | 74 | 55 |
| Binary | 10111010 | 101110 | 1111001 | 0 | 1001011 | 100011 | 11011 | 101001000 | 111100 | 101101 |
Color Harmonies of #BA2E79
Complementary color
Monochromatic Colors of #BA2E79
Black with #BA2E79
Text Example
Text Example
White with #BA2E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E79; }
p { color: rgb(186,46,121); }
H1.HeaderClassName
{
color: #BA2E79;
}
.AnyTagClassName
{
color: #BA2E79;
}
</style>
background-color css
<style>
a { background-color: #BA2E79; }
a { background-color: rgb(186,46,121); }
div.DivClassName
{
background-color: #BA2E79;
}
.BgClassName
{
background-color: #BA2E79;
}
</style>
border-color css
<style>
span { border-color: #BA2E79; }
span { border-color: rgb(186,46,121); }
td.TdClassName
{
border-color: #BA2E79;
}
.TagClassName
{
border-color: #BA2E79;
}
</style>