Shades of Medium Violet Red #BA1198
Tints of Medium Violet Red #BA1198
RGB
CMYK
RGB Variations
Color information
#BA1198 (or 0xBA1198) is known color: Medium Violet Red. HEX triplet: BA, 11 and 98. RGB value is (186,17,152). Sum of RGB (Red+Green+Blue) = 186+17+152=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1198 is #45EE67. Grayscale: #525252. Windows color (decimal): -4583016 or 9966010. OLE color: 9966010.
HSL color Cylindrical-coordinate representation of color #BA1198: hue angle of 312.07º 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 #BA1198 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 152 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.27 |
| HSL | 312.07º | 0.83% | 0.4% | - |
| HSV(B) | 312.07º | 0.91% | 0.73% | - |
| XYZ | 26.12 | 13.11 | 30.86 | - |
| YUV | 82.92 | 166.99 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 152 | 0 | 0.91 | 0.18 | 0.27 | 312.07 | 0.83 | 0.4 |
| Hex | BA | 11 | 98 | 0 | 5B | 12 | 1B | 138 | 53 | 28 |
| Octal | 272 | 21 | 230 | 0 | 133 | 22 | 33 | 470 | 123 | 50 |
| Binary | 10111010 | 10001 | 10011000 | 0 | 1011011 | 10010 | 11011 | 100111000 | 1010011 | 101000 |
Color Harmonies of #BA1198
Complementary color
Monochromatic Colors of #BA1198
Black with #BA1198
Text Example
Text Example
White with #BA1198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1198; }
p { color: rgb(186,17,152); }
H1.HeaderClassName
{
color: #BA1198;
}
.AnyTagClassName
{
color: #BA1198;
}
</style>
background-color css
<style>
a { background-color: #BA1198; }
a { background-color: rgb(186,17,152); }
div.DivClassName
{
background-color: #BA1198;
}
.BgClassName
{
background-color: #BA1198;
}
</style>
border-color css
<style>
span { border-color: #BA1198; }
span { border-color: rgb(186,17,152); }
td.TdClassName
{
border-color: #BA1198;
}
.TagClassName
{
border-color: #BA1198;
}
</style>