Shades of Medium Violet Red #BA1D79
Tints of Medium Violet Red #BA1D79
RGB
CMYK
RGB Variations
Color information
#BA1D79 (or 0xBA1D79) is known color: Medium Violet Red. HEX triplet: BA, 1D and 79. RGB value is (186,29,121). Sum of RGB (Red+Green+Blue) = 186+29+121=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1D79 is #45E286. Grayscale: #565656. Windows color (decimal): -4579975 or 7937466. OLE color: 7937466.
HSL color Cylindrical-coordinate representation of color #BA1D79: hue angle of 324.84º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1D79 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 121 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.27 |
| HSL | 324.84º | 0.73% | 0.42% | - |
| HSV(B) | 324.84º | 0.84% | 0.73% | - |
| XYZ | 24.14 | 12.7 | 19.27 | - |
| YUV | 86.43 | 147.51 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 121 | 0 | 0.84 | 0.35 | 0.27 | 324.84 | 0.73 | 0.42 |
| Hex | BA | 1D | 79 | 0 | 54 | 23 | 1B | 145 | 49 | 2A |
| Octal | 272 | 35 | 171 | 0 | 124 | 43 | 33 | 505 | 111 | 52 |
| Binary | 10111010 | 11101 | 1111001 | 0 | 1010100 | 100011 | 11011 | 101000101 | 1001001 | 101010 |
Color Harmonies of #BA1D79
Complementary color
Monochromatic Colors of #BA1D79
Black with #BA1D79
Text Example
Text Example
White with #BA1D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D79; }
p { color: rgb(186,29,121); }
H1.HeaderClassName
{
color: #BA1D79;
}
.AnyTagClassName
{
color: #BA1D79;
}
</style>
background-color css
<style>
a { background-color: #BA1D79; }
a { background-color: rgb(186,29,121); }
div.DivClassName
{
background-color: #BA1D79;
}
.BgClassName
{
background-color: #BA1D79;
}
</style>
border-color css
<style>
span { border-color: #BA1D79; }
span { border-color: rgb(186,29,121); }
td.TdClassName
{
border-color: #BA1D79;
}
.TagClassName
{
border-color: #BA1D79;
}
</style>