Shades of Medium Red Violet #BA3199
Tints of Medium Red Violet #BA3199
RGB
CMYK
RGB Variations
Color information
#BA3199 (or 0xBA3199) is known color: Medium Red Violet. HEX triplet: BA, 31 and 99. RGB value is (186,49,153). Sum of RGB (Red+Green+Blue) = 186+49+153=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3199 is #45CE66. Grayscale: #656565. Windows color (decimal): -4574823 or 10039738. OLE color: 10039738.
HSL color Cylindrical-coordinate representation of color #BA3199: hue angle of 314.45º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3199 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 153 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.27 |
| HSL | 314.45º | 0.58% | 0.46% | - |
| HSV(B) | 314.45º | 0.74% | 0.73% | - |
| XYZ | 27.1 | 14.94 | 31.59 | - |
| YUV | 101.82 | 156.89 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 153 | 0 | 0.74 | 0.18 | 0.27 | 314.45 | 0.58 | 0.46 |
| Hex | BA | 31 | 99 | 0 | 4A | 12 | 1B | 13A | 3A | 2E |
| Octal | 272 | 61 | 231 | 0 | 112 | 22 | 33 | 472 | 72 | 56 |
| Binary | 10111010 | 110001 | 10011001 | 0 | 1001010 | 10010 | 11011 | 100111010 | 111010 | 101110 |
Color Harmonies of #BA3199
Complementary color
Monochromatic Colors of #BA3199
Black with #BA3199
Text Example
Text Example
White with #BA3199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3199; }
p { color: rgb(186,49,153); }
H1.HeaderClassName
{
color: #BA3199;
}
.AnyTagClassName
{
color: #BA3199;
}
</style>
background-color css
<style>
a { background-color: #BA3199; }
a { background-color: rgb(186,49,153); }
div.DivClassName
{
background-color: #BA3199;
}
.BgClassName
{
background-color: #BA3199;
}
</style>
border-color css
<style>
span { border-color: #BA3199; }
span { border-color: rgb(186,49,153); }
td.TdClassName
{
border-color: #BA3199;
}
.TagClassName
{
border-color: #BA3199;
}
</style>