Shades of Medium Violet Red #BA1B79
Tints of Medium Violet Red #BA1B79
RGB
CMYK
RGB Variations
Color information
#BA1B79 (or 0xBA1B79) is known color: Medium Violet Red. HEX triplet: BA, 1B and 79. RGB value is (186,27,121). Sum of RGB (Red+Green+Blue) = 186+27+121=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1B79 is #45E486. Grayscale: #555555. Windows color (decimal): -4580487 or 7936954. OLE color: 7936954.
HSL color Cylindrical-coordinate representation of color #BA1B79: hue angle of 324.53º degrees, saturation: 0.75, 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 #BA1B79 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 121 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.27 |
| HSL | 324.53º | 0.75% | 0.42% | - |
| HSV(B) | 324.53º | 0.85% | 0.73% | - |
| XYZ | 24.09 | 12.6 | 19.25 | - |
| YUV | 85.26 | 148.18 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 121 | 0 | 0.85 | 0.35 | 0.27 | 324.53 | 0.75 | 0.42 |
| Hex | BA | 1B | 79 | 0 | 55 | 23 | 1B | 145 | 4B | 2A |
| Octal | 272 | 33 | 171 | 0 | 125 | 43 | 33 | 505 | 113 | 52 |
| Binary | 10111010 | 11011 | 1111001 | 0 | 1010101 | 100011 | 11011 | 101000101 | 1001011 | 101010 |
Color Harmonies of #BA1B79
Complementary color
Monochromatic Colors of #BA1B79
Black with #BA1B79
Text Example
Text Example
White with #BA1B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1B79; }
p { color: rgb(186,27,121); }
H1.HeaderClassName
{
color: #BA1B79;
}
.AnyTagClassName
{
color: #BA1B79;
}
</style>
background-color css
<style>
a { background-color: #BA1B79; }
a { background-color: rgb(186,27,121); }
div.DivClassName
{
background-color: #BA1B79;
}
.BgClassName
{
background-color: #BA1B79;
}
</style>
border-color css
<style>
span { border-color: #BA1B79; }
span { border-color: rgb(186,27,121); }
td.TdClassName
{
border-color: #BA1B79;
}
.TagClassName
{
border-color: #BA1B79;
}
</style>