Shades of Medium Red Violet #BA3493
Tints of Medium Red Violet #BA3493
RGB
CMYK
RGB Variations
Color information
#BA3493 (or 0xBA3493) is known color: Medium Red Violet. HEX triplet: BA, 34 and 93. RGB value is (186,52,147). Sum of RGB (Red+Green+Blue) = 186+52+147=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3493 is #45CB6C. Grayscale: #666666. Windows color (decimal): -4574061 or 9647290. OLE color: 9647290.
HSL color Cylindrical-coordinate representation of color #BA3493: hue angle of 317.46º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3493 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 147 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.27 |
| HSL | 317.46º | 0.56% | 0.47% | - |
| HSV(B) | 317.46º | 0.72% | 0.73% | - |
| XYZ | 26.74 | 15 | 29.09 | - |
| YUV | 102.9 | 152.89 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 147 | 0 | 0.72 | 0.21 | 0.27 | 317.46 | 0.56 | 0.47 |
| Hex | BA | 34 | 93 | 0 | 48 | 15 | 1B | 13D | 38 | 2F |
| Octal | 272 | 64 | 223 | 0 | 110 | 25 | 33 | 475 | 70 | 57 |
| Binary | 10111010 | 110100 | 10010011 | 0 | 1001000 | 10101 | 11011 | 100111101 | 111000 | 101111 |
Color Harmonies of #BA3493
Complementary color
Monochromatic Colors of #BA3493
Black with #BA3493
Text Example
Text Example
White with #BA3493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3493; }
p { color: rgb(186,52,147); }
H1.HeaderClassName
{
color: #BA3493;
}
.AnyTagClassName
{
color: #BA3493;
}
</style>
background-color css
<style>
a { background-color: #BA3493; }
a { background-color: rgb(186,52,147); }
div.DivClassName
{
background-color: #BA3493;
}
.BgClassName
{
background-color: #BA3493;
}
</style>
border-color css
<style>
span { border-color: #BA3493; }
span { border-color: rgb(186,52,147); }
td.TdClassName
{
border-color: #BA3493;
}
.TagClassName
{
border-color: #BA3493;
}
</style>