Shades of Medium Red Violet #BA2479
Tints of Medium Red Violet #BA2479
RGB
CMYK
RGB Variations
Color information
#BA2479 (or 0xBA2479) is known color: Medium Red Violet. HEX triplet: BA, 24 and 79. RGB value is (186,36,121). Sum of RGB (Red+Green+Blue) = 186+36+121=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2479 is #45DB86. Grayscale: #5A5A5A. Windows color (decimal): -4578183 or 7939258. OLE color: 7939258.
HSL color Cylindrical-coordinate representation of color #BA2479: hue angle of 326º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2479 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 121 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.27 |
| HSL | 326º | 0.68% | 0.44% | - |
| HSV(B) | 326º | 0.81% | 0.73% | - |
| XYZ | 24.33 | 13.08 | 19.33 | - |
| YUV | 90.54 | 145.2 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 121 | 0 | 0.81 | 0.35 | 0.27 | 326 | 0.68 | 0.44 |
| Hex | BA | 24 | 79 | 0 | 51 | 23 | 1B | 146 | 44 | 2C |
| Octal | 272 | 44 | 171 | 0 | 121 | 43 | 33 | 506 | 104 | 54 |
| Binary | 10111010 | 100100 | 1111001 | 0 | 1010001 | 100011 | 11011 | 101000110 | 1000100 | 101100 |
Color Harmonies of #BA2479
Complementary color
Monochromatic Colors of #BA2479
Black with #BA2479
Text Example
Text Example
White with #BA2479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2479; }
p { color: rgb(186,36,121); }
H1.HeaderClassName
{
color: #BA2479;
}
.AnyTagClassName
{
color: #BA2479;
}
</style>
background-color css
<style>
a { background-color: #BA2479; }
a { background-color: rgb(186,36,121); }
div.DivClassName
{
background-color: #BA2479;
}
.BgClassName
{
background-color: #BA2479;
}
</style>
border-color css
<style>
span { border-color: #BA2479; }
span { border-color: rgb(186,36,121); }
td.TdClassName
{
border-color: #BA2479;
}
.TagClassName
{
border-color: #BA2479;
}
</style>