Shades of Medium Violet Red #BA1C79
Tints of Medium Violet Red #BA1C79
RGB
CMYK
RGB Variations
Color information
#BA1C79 (or 0xBA1C79) is known color: Medium Violet Red. HEX triplet: BA, 1C and 79. RGB value is (186,28,121). Sum of RGB (Red+Green+Blue) = 186+28+121=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1C79 is #45E386. Grayscale: #555555. Windows color (decimal): -4580231 or 7937210. OLE color: 7937210.
HSL color Cylindrical-coordinate representation of color #BA1C79: hue angle of 324.68º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1C79 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 121 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.27 |
| HSL | 324.68º | 0.74% | 0.42% | - |
| HSV(B) | 324.68º | 0.85% | 0.73% | - |
| XYZ | 24.12 | 12.65 | 19.26 | - |
| YUV | 85.84 | 147.85 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 121 | 0 | 0.85 | 0.35 | 0.27 | 324.68 | 0.74 | 0.42 |
| Hex | BA | 1C | 79 | 0 | 55 | 23 | 1B | 145 | 4A | 2A |
| Octal | 272 | 34 | 171 | 0 | 125 | 43 | 33 | 505 | 112 | 52 |
| Binary | 10111010 | 11100 | 1111001 | 0 | 1010101 | 100011 | 11011 | 101000101 | 1001010 | 101010 |
Color Harmonies of #BA1C79
Complementary color
Monochromatic Colors of #BA1C79
Black with #BA1C79
Text Example
Text Example
White with #BA1C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1C79; }
p { color: rgb(186,28,121); }
H1.HeaderClassName
{
color: #BA1C79;
}
.AnyTagClassName
{
color: #BA1C79;
}
</style>
background-color css
<style>
a { background-color: #BA1C79; }
a { background-color: rgb(186,28,121); }
div.DivClassName
{
background-color: #BA1C79;
}
.BgClassName
{
background-color: #BA1C79;
}
</style>
border-color css
<style>
span { border-color: #BA1C79; }
span { border-color: rgb(186,28,121); }
td.TdClassName
{
border-color: #BA1C79;
}
.TagClassName
{
border-color: #BA1C79;
}
</style>