Shades of Medium Violet Red #BA1898
Tints of Medium Violet Red #BA1898
RGB
CMYK
RGB Variations
Color information
#BA1898 (or 0xBA1898) is known color: Medium Violet Red. HEX triplet: BA, 18 and 98. RGB value is (186,24,152). Sum of RGB (Red+Green+Blue) = 186+24+152=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1898 is #45E767. Grayscale: #565656. Windows color (decimal): -4581224 or 9967802. OLE color: 9967802.
HSL color Cylindrical-coordinate representation of color #BA1898: hue angle of 312.59º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1898 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 152 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.27 |
| HSL | 312.59º | 0.77% | 0.41% | - |
| HSV(B) | 312.59º | 0.87% | 0.73% | - |
| XYZ | 26.24 | 13.36 | 30.9 | - |
| YUV | 87.03 | 164.67 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 152 | 0 | 0.87 | 0.18 | 0.27 | 312.59 | 0.77 | 0.41 |
| Hex | BA | 18 | 98 | 0 | 57 | 12 | 1B | 139 | 4D | 29 |
| Octal | 272 | 30 | 230 | 0 | 127 | 22 | 33 | 471 | 115 | 51 |
| Binary | 10111010 | 11000 | 10011000 | 0 | 1010111 | 10010 | 11011 | 100111001 | 1001101 | 101001 |
Color Harmonies of #BA1898
Complementary color
Monochromatic Colors of #BA1898
Black with #BA1898
Text Example
Text Example
White with #BA1898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1898; }
p { color: rgb(186,24,152); }
H1.HeaderClassName
{
color: #BA1898;
}
.AnyTagClassName
{
color: #BA1898;
}
</style>
background-color css
<style>
a { background-color: #BA1898; }
a { background-color: rgb(186,24,152); }
div.DivClassName
{
background-color: #BA1898;
}
.BgClassName
{
background-color: #BA1898;
}
</style>
border-color css
<style>
span { border-color: #BA1898; }
span { border-color: rgb(186,24,152); }
td.TdClassName
{
border-color: #BA1898;
}
.TagClassName
{
border-color: #BA1898;
}
</style>