Shades of Medium Red Violet #BA2C93
Tints of Medium Red Violet #BA2C93
RGB
CMYK
RGB Variations
Color information
#BA2C93 (or 0xBA2C93) is known color: Medium Red Violet. HEX triplet: BA, 2C and 93. RGB value is (186,44,147). Sum of RGB (Red+Green+Blue) = 186+44+147=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2C93 is #45D36C. Grayscale: #616161. Windows color (decimal): -4576109 or 9645242. OLE color: 9645242.
HSL color Cylindrical-coordinate representation of color #BA2C93: hue angle of 316.48º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2C93 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 44 | 147 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.27 |
| HSL | 316.48º | 0.62% | 0.45% | - |
| HSV(B) | 316.48º | 0.76% | 0.73% | - |
| XYZ | 26.42 | 14.35 | 28.98 | - |
| YUV | 98.2 | 155.54 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 147 | 0 | 0.76 | 0.21 | 0.27 | 316.48 | 0.62 | 0.45 |
| Hex | BA | 2C | 93 | 0 | 4C | 15 | 1B | 13C | 3E | 2D |
| Octal | 272 | 54 | 223 | 0 | 114 | 25 | 33 | 474 | 76 | 55 |
| Binary | 10111010 | 101100 | 10010011 | 0 | 1001100 | 10101 | 11011 | 100111100 | 111110 | 101101 |
Color Harmonies of #BA2C93
Complementary color
Monochromatic Colors of #BA2C93
Black with #BA2C93
Text Example
Text Example
White with #BA2C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2C93; }
p { color: rgb(186,44,147); }
H1.HeaderClassName
{
color: #BA2C93;
}
.AnyTagClassName
{
color: #BA2C93;
}
</style>
background-color css
<style>
a { background-color: #BA2C93; }
a { background-color: rgb(186,44,147); }
div.DivClassName
{
background-color: #BA2C93;
}
.BgClassName
{
background-color: #BA2C93;
}
</style>
border-color css
<style>
span { border-color: #BA2C93; }
span { border-color: rgb(186,44,147); }
td.TdClassName
{
border-color: #BA2C93;
}
.TagClassName
{
border-color: #BA2C93;
}
</style>