Shades of Medium Violet Red #BA1199
Tints of Medium Violet Red #BA1199
RGB
CMYK
RGB Variations
Color information
#BA1199 (or 0xBA1199) is known color: Medium Violet Red. HEX triplet: BA, 11 and 99. RGB value is (186,17,153). Sum of RGB (Red+Green+Blue) = 186+17+153=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1199 is #45EE66. Grayscale: #525252. Windows color (decimal): -4583015 or 10031546. OLE color: 10031546.
HSL color Cylindrical-coordinate representation of color #BA1199: hue angle of 311.72º 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 #BA1199 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 153 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.27 |
| HSL | 311.72º | 0.83% | 0.4% | - |
| HSV(B) | 311.72º | 0.91% | 0.73% | - |
| XYZ | 26.2 | 13.14 | 31.29 | - |
| YUV | 83.04 | 167.49 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 153 | 0 | 0.91 | 0.18 | 0.27 | 311.72 | 0.83 | 0.4 |
| Hex | BA | 11 | 99 | 0 | 5B | 12 | 1B | 138 | 53 | 28 |
| Octal | 272 | 21 | 231 | 0 | 133 | 22 | 33 | 470 | 123 | 50 |
| Binary | 10111010 | 10001 | 10011001 | 0 | 1011011 | 10010 | 11011 | 100111000 | 1010011 | 101000 |
Color Harmonies of #BA1199
Complementary color
Monochromatic Colors of #BA1199
Black with #BA1199
Text Example
Text Example
White with #BA1199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1199; }
p { color: rgb(186,17,153); }
H1.HeaderClassName
{
color: #BA1199;
}
.AnyTagClassName
{
color: #BA1199;
}
</style>
background-color css
<style>
a { background-color: #BA1199; }
a { background-color: rgb(186,17,153); }
div.DivClassName
{
background-color: #BA1199;
}
.BgClassName
{
background-color: #BA1199;
}
</style>
border-color css
<style>
span { border-color: #BA1199; }
span { border-color: rgb(186,17,153); }
td.TdClassName
{
border-color: #BA1199;
}
.TagClassName
{
border-color: #BA1199;
}
</style>