Shades of Medium Red Violet #BA3E94
Tints of Medium Red Violet #BA3E94
RGB
CMYK
RGB Variations
Color information
#BA3E94 (or 0xBA3E94) is known color: Medium Red Violet. HEX triplet: BA, 3E and 94. RGB value is (186,62,148). Sum of RGB (Red+Green+Blue) = 186+62+148=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3E94 is #45C16B. Grayscale: #6C6C6C. Windows color (decimal): -4571500 or 9715386. OLE color: 9715386.
HSL color Cylindrical-coordinate representation of color #BA3E94: hue angle of 318.39º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3E94 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 148 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.27 |
| HSL | 318.39º | 0.5% | 0.49% | - |
| HSV(B) | 318.39º | 0.67% | 0.73% | - |
| XYZ | 27.32 | 16.02 | 29.67 | - |
| YUV | 108.88 | 150.08 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 148 | 0 | 0.67 | 0.20 | 0.27 | 318.39 | 0.5 | 0.49 |
| Hex | BA | 3E | 94 | 0 | 43 | 14 | 1B | 13E | 32 | 31 |
| Octal | 272 | 76 | 224 | 0 | 103 | 24 | 33 | 476 | 62 | 61 |
| Binary | 10111010 | 111110 | 10010100 | 0 | 1000011 | 10100 | 11011 | 100111110 | 110010 | 110001 |
Color Harmonies of #BA3E94
Complementary color
Monochromatic Colors of #BA3E94
Black with #BA3E94
Text Example
Text Example
White with #BA3E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E94; }
p { color: rgb(186,62,148); }
H1.HeaderClassName
{
color: #BA3E94;
}
.AnyTagClassName
{
color: #BA3E94;
}
</style>
background-color css
<style>
a { background-color: #BA3E94; }
a { background-color: rgb(186,62,148); }
div.DivClassName
{
background-color: #BA3E94;
}
.BgClassName
{
background-color: #BA3E94;
}
</style>
border-color css
<style>
span { border-color: #BA3E94; }
span { border-color: rgb(186,62,148); }
td.TdClassName
{
border-color: #BA3E94;
}
.TagClassName
{
border-color: #BA3E94;
}
</style>