Shades of Medium Red Violet #BA3979
Tints of Medium Red Violet #BA3979
RGB
CMYK
RGB Variations
Color information
#BA3979 (or 0xBA3979) is known color: Medium Red Violet. HEX triplet: BA, 39 and 79. RGB value is (186,57,121). Sum of RGB (Red+Green+Blue) = 186+57+121=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3979 is #45C686. Grayscale: #666666. Windows color (decimal): -4572807 or 7944634. OLE color: 7944634.
HSL color Cylindrical-coordinate representation of color #BA3979: hue angle of 330.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3979 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 121 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.27 |
| HSL | 330.23º | 0.53% | 0.48% | - |
| HSV(B) | 330.23º | 0.69% | 0.73% | - |
| XYZ | 25.16 | 14.75 | 19.61 | - |
| YUV | 102.87 | 138.24 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 121 | 0 | 0.69 | 0.35 | 0.27 | 330.23 | 0.53 | 0.48 |
| Hex | BA | 39 | 79 | 0 | 45 | 23 | 1B | 14A | 35 | 30 |
| Octal | 272 | 71 | 171 | 0 | 105 | 43 | 33 | 512 | 65 | 60 |
| Binary | 10111010 | 111001 | 1111001 | 0 | 1000101 | 100011 | 11011 | 101001010 | 110101 | 110000 |
Color Harmonies of #BA3979
Complementary color
Monochromatic Colors of #BA3979
Black with #BA3979
Text Example
Text Example
White with #BA3979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3979; }
p { color: rgb(186,57,121); }
H1.HeaderClassName
{
color: #BA3979;
}
.AnyTagClassName
{
color: #BA3979;
}
</style>
background-color css
<style>
a { background-color: #BA3979; }
a { background-color: rgb(186,57,121); }
div.DivClassName
{
background-color: #BA3979;
}
.BgClassName
{
background-color: #BA3979;
}
</style>
border-color css
<style>
span { border-color: #BA3979; }
span { border-color: rgb(186,57,121); }
td.TdClassName
{
border-color: #BA3979;
}
.TagClassName
{
border-color: #BA3979;
}
</style>