Shades of Medium Red Violet #BA2F93
Tints of Medium Red Violet #BA2F93
RGB
CMYK
RGB Variations
Color information
#BA2F93 (or 0xBA2F93) is known color: Medium Red Violet. HEX triplet: BA, 2F and 93. RGB value is (186,47,147). Sum of RGB (Red+Green+Blue) = 186+47+147=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 47 (18.75% from 255 or 12.37% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2F93 is #45D06C. Grayscale: #636363. Windows color (decimal): -4575341 or 9646010. OLE color: 9646010.
HSL color Cylindrical-coordinate representation of color #BA2F93: hue angle of 316.83º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2F93 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 147 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.27 |
| HSL | 316.83º | 0.6% | 0.46% | - |
| HSV(B) | 316.83º | 0.75% | 0.73% | - |
| XYZ | 26.53 | 14.58 | 29.02 | - |
| YUV | 99.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 147 | 0 | 0.75 | 0.21 | 0.27 | 316.83 | 0.6 | 0.46 |
| Hex | BA | 2F | 93 | 0 | 4B | 15 | 1B | 13D | 3C | 2E |
| Octal | 272 | 57 | 223 | 0 | 113 | 25 | 33 | 475 | 74 | 56 |
| Binary | 10111010 | 101111 | 10010011 | 0 | 1001011 | 10101 | 11011 | 100111101 | 111100 | 101110 |
Color Harmonies of #BA2F93
Complementary color
Monochromatic Colors of #BA2F93
Black with #BA2F93
Text Example
Text Example
White with #BA2F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F93; }
p { color: rgb(186,47,147); }
H1.HeaderClassName
{
color: #BA2F93;
}
.AnyTagClassName
{
color: #BA2F93;
}
</style>
background-color css
<style>
a { background-color: #BA2F93; }
a { background-color: rgb(186,47,147); }
div.DivClassName
{
background-color: #BA2F93;
}
.BgClassName
{
background-color: #BA2F93;
}
</style>
border-color css
<style>
span { border-color: #BA2F93; }
span { border-color: rgb(186,47,147); }
td.TdClassName
{
border-color: #BA2F93;
}
.TagClassName
{
border-color: #BA2F93;
}
</style>