Shades of Medium Red Violet #BA3192
Tints of Medium Red Violet #BA3192
RGB
CMYK
RGB Variations
Color information
#BA3192 (or 0xBA3192) is known color: Medium Red Violet. HEX triplet: BA, 31 and 92. RGB value is (186,49,146). Sum of RGB (Red+Green+Blue) = 186+49+146=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3192 is #45CE6D. Grayscale: #646464. Windows color (decimal): -4574830 or 9580986. OLE color: 9580986.
HSL color Cylindrical-coordinate representation of color #BA3192: hue angle of 317.52º 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 #BA3192 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 146 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.27 |
| HSL | 317.52º | 0.58% | 0.46% | - |
| HSV(B) | 317.52º | 0.74% | 0.73% | - |
| XYZ | 26.54 | 14.71 | 28.64 | - |
| YUV | 101.02 | 153.39 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 146 | 0 | 0.74 | 0.22 | 0.27 | 317.52 | 0.58 | 0.46 |
| Hex | BA | 31 | 92 | 0 | 4A | 16 | 1B | 13E | 3A | 2E |
| Octal | 272 | 61 | 222 | 0 | 112 | 26 | 33 | 476 | 72 | 56 |
| Binary | 10111010 | 110001 | 10010010 | 0 | 1001010 | 10110 | 11011 | 100111110 | 111010 | 101110 |
Color Harmonies of #BA3192
Complementary color
Monochromatic Colors of #BA3192
Black with #BA3192
Text Example
Text Example
White with #BA3192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3192; }
p { color: rgb(186,49,146); }
H1.HeaderClassName
{
color: #BA3192;
}
.AnyTagClassName
{
color: #BA3192;
}
</style>
background-color css
<style>
a { background-color: #BA3192; }
a { background-color: rgb(186,49,146); }
div.DivClassName
{
background-color: #BA3192;
}
.BgClassName
{
background-color: #BA3192;
}
</style>
border-color css
<style>
span { border-color: #BA3192; }
span { border-color: rgb(186,49,146); }
td.TdClassName
{
border-color: #BA3192;
}
.TagClassName
{
border-color: #BA3192;
}
</style>