Shades of Medium Violet Red #BA1379
Tints of Medium Violet Red #BA1379
RGB
CMYK
RGB Variations
Color information
#BA1379 (or 0xBA1379) is known color: Medium Violet Red. HEX triplet: BA, 13 and 79. RGB value is (186,19,121). Sum of RGB (Red+Green+Blue) = 186+19+121=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1379 is #45EC86. Grayscale: #505050. Windows color (decimal): -4582535 or 7934906. OLE color: 7934906.
HSL color Cylindrical-coordinate representation of color #BA1379: hue angle of 323.35º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1379 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 121 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.27 |
| HSL | 323.35º | 0.81% | 0.4% | - |
| HSV(B) | 323.35º | 0.9% | 0.73% | - |
| XYZ | 23.93 | 12.29 | 19.2 | - |
| YUV | 80.56 | 150.83 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 121 | 0 | 0.90 | 0.35 | 0.27 | 323.35 | 0.81 | 0.4 |
| Hex | BA | 13 | 79 | 0 | 5A | 23 | 1B | 143 | 51 | 28 |
| Octal | 272 | 23 | 171 | 0 | 132 | 43 | 33 | 503 | 121 | 50 |
| Binary | 10111010 | 10011 | 1111001 | 0 | 1011010 | 100011 | 11011 | 101000011 | 1010001 | 101000 |
Color Harmonies of #BA1379
Complementary color
Monochromatic Colors of #BA1379
Black with #BA1379
Text Example
Text Example
White with #BA1379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1379; }
p { color: rgb(186,19,121); }
H1.HeaderClassName
{
color: #BA1379;
}
.AnyTagClassName
{
color: #BA1379;
}
</style>
background-color css
<style>
a { background-color: #BA1379; }
a { background-color: rgb(186,19,121); }
div.DivClassName
{
background-color: #BA1379;
}
.BgClassName
{
background-color: #BA1379;
}
</style>
border-color css
<style>
span { border-color: #BA1379; }
span { border-color: rgb(186,19,121); }
td.TdClassName
{
border-color: #BA1379;
}
.TagClassName
{
border-color: #BA1379;
}
</style>