Shades of Medium Red Violet #BA2879
Tints of Medium Red Violet #BA2879
RGB
CMYK
RGB Variations
Color information
#BA2879 (or 0xBA2879) is known color: Medium Red Violet. HEX triplet: BA, 28 and 79. RGB value is (186,40,121). Sum of RGB (Red+Green+Blue) = 186+40+121=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2879 is #45D786. Grayscale: #5C5C5C. Windows color (decimal): -4577159 or 7940282. OLE color: 7940282.
HSL color Cylindrical-coordinate representation of color #BA2879: hue angle of 326.71º 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 #BA2879 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 121 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.27 |
| HSL | 326.71º | 0.65% | 0.44% | - |
| HSV(B) | 326.71º | 0.78% | 0.73% | - |
| XYZ | 24.46 | 13.34 | 19.37 | - |
| YUV | 92.89 | 143.87 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 121 | 0 | 0.78 | 0.35 | 0.27 | 326.71 | 0.65 | 0.44 |
| Hex | BA | 28 | 79 | 0 | 4E | 23 | 1B | 147 | 41 | 2C |
| Octal | 272 | 50 | 171 | 0 | 116 | 43 | 33 | 507 | 101 | 54 |
| Binary | 10111010 | 101000 | 1111001 | 0 | 1001110 | 100011 | 11011 | 101000111 | 1000001 | 101100 |
Color Harmonies of #BA2879
Complementary color
Monochromatic Colors of #BA2879
Black with #BA2879
Text Example
Text Example
White with #BA2879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2879; }
p { color: rgb(186,40,121); }
H1.HeaderClassName
{
color: #BA2879;
}
.AnyTagClassName
{
color: #BA2879;
}
</style>
background-color css
<style>
a { background-color: #BA2879; }
a { background-color: rgb(186,40,121); }
div.DivClassName
{
background-color: #BA2879;
}
.BgClassName
{
background-color: #BA2879;
}
</style>
border-color css
<style>
span { border-color: #BA2879; }
span { border-color: rgb(186,40,121); }
td.TdClassName
{
border-color: #BA2879;
}
.TagClassName
{
border-color: #BA2879;
}
</style>