Shades of Medium Violet Red #BA0179
Tints of Medium Violet Red #BA0179
RGB
CMYK
RGB Variations
Color information
#BA0179 (or 0xBA0179) is known color: Medium Violet Red. HEX triplet: BA, 01 and 79. RGB value is (186,1,121). Sum of RGB (Red+Green+Blue) = 186+1+121=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0179 is #45FE86. Grayscale: #454545. Windows color (decimal): -4587143 or 7930298. OLE color: 7930298.
HSL color Cylindrical-coordinate representation of color #BA0179: hue angle of 321.08º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0179 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 121 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.27 |
| HSL | 321.08º | 0.99% | 0.37% | - |
| HSV(B) | 321.08º | 0.99% | 0.73% | - |
| XYZ | 23.71 | 11.84 | 19.13 | - |
| YUV | 70 | 156.79 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 121 | 0 | 0.99 | 0.35 | 0.27 | 321.08 | 0.99 | 0.37 |
| Hex | BA | 1 | 79 | 0 | 63 | 23 | 1B | 141 | 63 | 25 |
| Octal | 272 | 1 | 171 | 0 | 143 | 43 | 33 | 501 | 143 | 45 |
| Binary | 10111010 | 1 | 1111001 | 0 | 1100011 | 100011 | 11011 | 101000001 | 1100011 | 100101 |
Color Harmonies of #BA0179
Complementary color
Monochromatic Colors of #BA0179
Black with #BA0179
Text Example
Text Example
White with #BA0179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0179; }
p { color: rgb(186,1,121); }
H1.HeaderClassName
{
color: #BA0179;
}
.AnyTagClassName
{
color: #BA0179;
}
</style>
background-color css
<style>
a { background-color: #BA0179; }
a { background-color: rgb(186,1,121); }
div.DivClassName
{
background-color: #BA0179;
}
.BgClassName
{
background-color: #BA0179;
}
</style>
border-color css
<style>
span { border-color: #BA0179; }
span { border-color: rgb(186,1,121); }
td.TdClassName
{
border-color: #BA0179;
}
.TagClassName
{
border-color: #BA0179;
}
</style>