Shades of Medium Red Violet #BA3E9A
Tints of Medium Red Violet #BA3E9A
RGB
CMYK
RGB Variations
Color information
#BA3E9A (or 0xBA3E9A) is known color: Medium Red Violet. HEX triplet: BA, 3E and 9A. RGB value is (186,62,154). Sum of RGB (Red+Green+Blue) = 186+62+154=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 62 (24.61% from 255 or 15.42% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3E9A is #45C165. Grayscale: #6D6D6D. Windows color (decimal): -4571494 or 10108602. OLE color: 10108602.
HSL color Cylindrical-coordinate representation of color #BA3E9A: hue angle of 315.48º 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 #BA3E9A is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 154 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.27 |
| HSL | 315.48º | 0.5% | 0.49% | - |
| HSV(B) | 315.48º | 0.67% | 0.73% | - |
| XYZ | 27.81 | 16.22 | 32.24 | - |
| YUV | 109.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 154 | 0 | 0.67 | 0.17 | 0.27 | 315.48 | 0.5 | 0.49 |
| Hex | BA | 3E | 9A | 0 | 43 | 11 | 1B | 13B | 32 | 31 |
| Octal | 272 | 76 | 232 | 0 | 103 | 21 | 33 | 473 | 62 | 61 |
| Binary | 10111010 | 111110 | 10011010 | 0 | 1000011 | 10001 | 11011 | 100111011 | 110010 | 110001 |
Color Harmonies of #BA3E9A
Complementary color
Monochromatic Colors of #BA3E9A
Black with #BA3E9A
Text Example
Text Example
White with #BA3E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E9A; }
p { color: rgb(186,62,154); }
H1.HeaderClassName
{
color: #BA3E9A;
}
.AnyTagClassName
{
color: #BA3E9A;
}
</style>
background-color css
<style>
a { background-color: #BA3E9A; }
a { background-color: rgb(186,62,154); }
div.DivClassName
{
background-color: #BA3E9A;
}
.BgClassName
{
background-color: #BA3E9A;
}
</style>
border-color css
<style>
span { border-color: #BA3E9A; }
span { border-color: rgb(186,62,154); }
td.TdClassName
{
border-color: #BA3E9A;
}
.TagClassName
{
border-color: #BA3E9A;
}
</style>