Shades of Medium Violet Red #BA1498
Tints of Medium Violet Red #BA1498
RGB
CMYK
RGB Variations
Color information
#BA1498 (or 0xBA1498) is known color: Medium Violet Red. HEX triplet: BA, 14 and 98. RGB value is (186,20,152). Sum of RGB (Red+Green+Blue) = 186+20+152=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1498 is #45EB67. Grayscale: #545454. Windows color (decimal): -4582248 or 9966778. OLE color: 9966778.
HSL color Cylindrical-coordinate representation of color #BA1498: hue angle of 312.29º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1498 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 152 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.27 |
| HSL | 312.29º | 0.81% | 0.4% | - |
| HSV(B) | 312.29º | 0.89% | 0.73% | - |
| XYZ | 26.17 | 13.21 | 30.88 | - |
| YUV | 84.68 | 166 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 152 | 0 | 0.89 | 0.18 | 0.27 | 312.29 | 0.81 | 0.4 |
| Hex | BA | 14 | 98 | 0 | 59 | 12 | 1B | 138 | 51 | 28 |
| Octal | 272 | 24 | 230 | 0 | 131 | 22 | 33 | 470 | 121 | 50 |
| Binary | 10111010 | 10100 | 10011000 | 0 | 1011001 | 10010 | 11011 | 100111000 | 1010001 | 101000 |
Color Harmonies of #BA1498
Complementary color
Monochromatic Colors of #BA1498
Black with #BA1498
Text Example
Text Example
White with #BA1498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1498; }
p { color: rgb(186,20,152); }
H1.HeaderClassName
{
color: #BA1498;
}
.AnyTagClassName
{
color: #BA1498;
}
</style>
background-color css
<style>
a { background-color: #BA1498; }
a { background-color: rgb(186,20,152); }
div.DivClassName
{
background-color: #BA1498;
}
.BgClassName
{
background-color: #BA1498;
}
</style>
border-color css
<style>
span { border-color: #BA1498; }
span { border-color: rgb(186,20,152); }
td.TdClassName
{
border-color: #BA1498;
}
.TagClassName
{
border-color: #BA1498;
}
</style>