Shades of Medium Violet Red #BA1179
Tints of Medium Violet Red #BA1179
RGB
CMYK
RGB Variations
Color information
#BA1179 (or 0xBA1179) is known color: Medium Violet Red. HEX triplet: BA, 11 and 79. RGB value is (186,17,121). Sum of RGB (Red+Green+Blue) = 186+17+121=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1179 is #45EE86. Grayscale: #4F4F4F. Windows color (decimal): -4583047 or 7934394. OLE color: 7934394.
HSL color Cylindrical-coordinate representation of color #BA1179: hue angle of 323.08º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1179 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 121 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.27 |
| HSL | 323.08º | 0.83% | 0.4% | - |
| HSV(B) | 323.08º | 0.91% | 0.73% | - |
| XYZ | 23.9 | 12.22 | 19.19 | - |
| YUV | 79.39 | 151.49 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 121 | 0 | 0.91 | 0.35 | 0.27 | 323.08 | 0.83 | 0.4 |
| Hex | BA | 11 | 79 | 0 | 5B | 23 | 1B | 143 | 53 | 28 |
| Octal | 272 | 21 | 171 | 0 | 133 | 43 | 33 | 503 | 123 | 50 |
| Binary | 10111010 | 10001 | 1111001 | 0 | 1011011 | 100011 | 11011 | 101000011 | 1010011 | 101000 |
Color Harmonies of #BA1179
Complementary color
Monochromatic Colors of #BA1179
Black with #BA1179
Text Example
Text Example
White with #BA1179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1179; }
p { color: rgb(186,17,121); }
H1.HeaderClassName
{
color: #BA1179;
}
.AnyTagClassName
{
color: #BA1179;
}
</style>
background-color css
<style>
a { background-color: #BA1179; }
a { background-color: rgb(186,17,121); }
div.DivClassName
{
background-color: #BA1179;
}
.BgClassName
{
background-color: #BA1179;
}
</style>
border-color css
<style>
span { border-color: #BA1179; }
span { border-color: rgb(186,17,121); }
td.TdClassName
{
border-color: #BA1179;
}
.TagClassName
{
border-color: #BA1179;
}
</style>