Shades of Medium Red Violet #BA3E9E
Tints of Medium Red Violet #BA3E9E
RGB
CMYK
RGB Variations
Color information
#BA3E9E (or 0xBA3E9E) is known color: Medium Red Violet. HEX triplet: BA, 3E and 9E. RGB value is (186,62,158). Sum of RGB (Red+Green+Blue) = 186+62+158=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 62 (24.61% from 255 or 15.27% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3E9E is #45C161. Grayscale: #6D6D6D. Windows color (decimal): -4571490 or 10370746. OLE color: 10370746.
HSL color Cylindrical-coordinate representation of color #BA3E9E: hue angle of 313.55º 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 #BA3E9E is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 158 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.27 |
| HSL | 313.55º | 0.5% | 0.49% | - |
| HSV(B) | 313.55º | 0.67% | 0.73% | - |
| XYZ | 28.14 | 16.35 | 34.02 | - |
| YUV | 110.02 | 155.08 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 158 | 0 | 0.67 | 0.15 | 0.27 | 313.55 | 0.5 | 0.49 |
| Hex | BA | 3E | 9E | 0 | 43 | F | 1B | 13A | 32 | 31 |
| Octal | 272 | 76 | 236 | 0 | 103 | 17 | 33 | 472 | 62 | 61 |
| Binary | 10111010 | 111110 | 10011110 | 0 | 1000011 | 1111 | 11011 | 100111010 | 110010 | 110001 |
Color Harmonies of #BA3E9E
Complementary color
Monochromatic Colors of #BA3E9E
Black with #BA3E9E
Text Example
Text Example
White with #BA3E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E9E; }
p { color: rgb(186,62,158); }
H1.HeaderClassName
{
color: #BA3E9E;
}
.AnyTagClassName
{
color: #BA3E9E;
}
</style>
background-color css
<style>
a { background-color: #BA3E9E; }
a { background-color: rgb(186,62,158); }
div.DivClassName
{
background-color: #BA3E9E;
}
.BgClassName
{
background-color: #BA3E9E;
}
</style>
border-color css
<style>
span { border-color: #BA3E9E; }
span { border-color: rgb(186,62,158); }
td.TdClassName
{
border-color: #BA3E9E;
}
.TagClassName
{
border-color: #BA3E9E;
}
</style>