Shades of Medium Violet Red #BA1698
Tints of Medium Violet Red #BA1698
RGB
CMYK
RGB Variations
Color information
#BA1698 (or 0xBA1698) is known color: Medium Violet Red. HEX triplet: BA, 16 and 98. RGB value is (186,22,152). Sum of RGB (Red+Green+Blue) = 186+22+152=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1698 is #45E967. Grayscale: #555555. Windows color (decimal): -4581736 or 9967290. OLE color: 9967290.
HSL color Cylindrical-coordinate representation of color #BA1698: hue angle of 312.44º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1698 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 152 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.27 |
| HSL | 312.44º | 0.79% | 0.41% | - |
| HSV(B) | 312.44º | 0.88% | 0.73% | - |
| XYZ | 26.2 | 13.28 | 30.89 | - |
| YUV | 85.86 | 165.33 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 152 | 0 | 0.88 | 0.18 | 0.27 | 312.44 | 0.79 | 0.41 |
| Hex | BA | 16 | 98 | 0 | 58 | 12 | 1B | 138 | 4F | 29 |
| Octal | 272 | 26 | 230 | 0 | 130 | 22 | 33 | 470 | 117 | 51 |
| Binary | 10111010 | 10110 | 10011000 | 0 | 1011000 | 10010 | 11011 | 100111000 | 1001111 | 101001 |
Color Harmonies of #BA1698
Complementary color
Monochromatic Colors of #BA1698
Black with #BA1698
Text Example
Text Example
White with #BA1698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1698; }
p { color: rgb(186,22,152); }
H1.HeaderClassName
{
color: #BA1698;
}
.AnyTagClassName
{
color: #BA1698;
}
</style>
background-color css
<style>
a { background-color: #BA1698; }
a { background-color: rgb(186,22,152); }
div.DivClassName
{
background-color: #BA1698;
}
.BgClassName
{
background-color: #BA1698;
}
</style>
border-color css
<style>
span { border-color: #BA1698; }
span { border-color: rgb(186,22,152); }
td.TdClassName
{
border-color: #BA1698;
}
.TagClassName
{
border-color: #BA1698;
}
</style>