Shades of Medium Red Violet #BA3194
Tints of Medium Red Violet #BA3194
RGB
CMYK
RGB Variations
Color information
#BA3194 (or 0xBA3194) is known color: Medium Red Violet. HEX triplet: BA, 31 and 94. RGB value is (186,49,148). Sum of RGB (Red+Green+Blue) = 186+49+148=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3194 is #45CE6B. Grayscale: #646464. Windows color (decimal): -4574828 or 9712058. OLE color: 9712058.
HSL color Cylindrical-coordinate representation of color #BA3194: hue angle of 316.64º 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 #BA3194 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 148 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.27 |
| HSL | 316.64º | 0.58% | 0.46% | - |
| HSV(B) | 316.64º | 0.74% | 0.73% | - |
| XYZ | 26.69 | 14.77 | 29.46 | - |
| YUV | 101.25 | 154.39 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 148 | 0 | 0.74 | 0.20 | 0.27 | 316.64 | 0.58 | 0.46 |
| Hex | BA | 31 | 94 | 0 | 4A | 14 | 1B | 13D | 3A | 2E |
| Octal | 272 | 61 | 224 | 0 | 112 | 24 | 33 | 475 | 72 | 56 |
| Binary | 10111010 | 110001 | 10010100 | 0 | 1001010 | 10100 | 11011 | 100111101 | 111010 | 101110 |
Color Harmonies of #BA3194
Complementary color
Monochromatic Colors of #BA3194
Black with #BA3194
Text Example
Text Example
White with #BA3194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3194; }
p { color: rgb(186,49,148); }
H1.HeaderClassName
{
color: #BA3194;
}
.AnyTagClassName
{
color: #BA3194;
}
</style>
background-color css
<style>
a { background-color: #BA3194; }
a { background-color: rgb(186,49,148); }
div.DivClassName
{
background-color: #BA3194;
}
.BgClassName
{
background-color: #BA3194;
}
</style>
border-color css
<style>
span { border-color: #BA3194; }
span { border-color: rgb(186,49,148); }
td.TdClassName
{
border-color: #BA3194;
}
.TagClassName
{
border-color: #BA3194;
}
</style>