Shades of Medium Red Violet #BA3E9C
Tints of Medium Red Violet #BA3E9C
RGB
CMYK
RGB Variations
Color information
#BA3E9C (or 0xBA3E9C) is known color: Medium Red Violet. HEX triplet: BA, 3E and 9C. RGB value is (186,62,156). Sum of RGB (Red+Green+Blue) = 186+62+156=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 62 (24.61% from 255 or 15.35% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3E9C is #45C163. Grayscale: #6D6D6D. Windows color (decimal): -4571492 or 10239674. OLE color: 10239674.
HSL color Cylindrical-coordinate representation of color #BA3E9C: hue angle of 314.52º 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 #BA3E9C is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 156 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.27 |
| HSL | 314.52º | 0.5% | 0.49% | - |
| HSV(B) | 314.52º | 0.67% | 0.73% | - |
| XYZ | 27.97 | 16.28 | 33.12 | - |
| YUV | 109.79 | 154.08 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 156 | 0 | 0.67 | 0.16 | 0.27 | 314.52 | 0.5 | 0.49 |
| Hex | BA | 3E | 9C | 0 | 43 | 10 | 1B | 13B | 32 | 31 |
| Octal | 272 | 76 | 234 | 0 | 103 | 20 | 33 | 473 | 62 | 61 |
| Binary | 10111010 | 111110 | 10011100 | 0 | 1000011 | 10000 | 11011 | 100111011 | 110010 | 110001 |
Color Harmonies of #BA3E9C
Complementary color
Monochromatic Colors of #BA3E9C
Black with #BA3E9C
Text Example
Text Example
White with #BA3E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E9C; }
p { color: rgb(186,62,156); }
H1.HeaderClassName
{
color: #BA3E9C;
}
.AnyTagClassName
{
color: #BA3E9C;
}
</style>
background-color css
<style>
a { background-color: #BA3E9C; }
a { background-color: rgb(186,62,156); }
div.DivClassName
{
background-color: #BA3E9C;
}
.BgClassName
{
background-color: #BA3E9C;
}
</style>
border-color css
<style>
span { border-color: #BA3E9C; }
span { border-color: rgb(186,62,156); }
td.TdClassName
{
border-color: #BA3E9C;
}
.TagClassName
{
border-color: #BA3E9C;
}
</style>