Shades of Medium Red Violet #BA2F99
Tints of Medium Red Violet #BA2F99
RGB
CMYK
RGB Variations
Color information
#BA2F99 (or 0xBA2F99) is known color: Medium Red Violet. HEX triplet: BA, 2F and 99. RGB value is (186,47,153). Sum of RGB (Red+Green+Blue) = 186+47+153=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2F99 is #45D066. Grayscale: #646464. Windows color (decimal): -4575335 or 10039226. OLE color: 10039226.
HSL color Cylindrical-coordinate representation of color #BA2F99: hue angle of 314.24º 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 #BA2F99 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 153 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.27 |
| HSL | 314.24º | 0.6% | 0.46% | - |
| HSV(B) | 314.24º | 0.75% | 0.73% | - |
| XYZ | 27.02 | 14.77 | 31.56 | - |
| YUV | 100.65 | 157.55 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 153 | 0 | 0.75 | 0.18 | 0.27 | 314.24 | 0.6 | 0.46 |
| Hex | BA | 2F | 99 | 0 | 4B | 12 | 1B | 13A | 3C | 2E |
| Octal | 272 | 57 | 231 | 0 | 113 | 22 | 33 | 472 | 74 | 56 |
| Binary | 10111010 | 101111 | 10011001 | 0 | 1001011 | 10010 | 11011 | 100111010 | 111100 | 101110 |
Color Harmonies of #BA2F99
Complementary color
Monochromatic Colors of #BA2F99
Black with #BA2F99
Text Example
Text Example
White with #BA2F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F99; }
p { color: rgb(186,47,153); }
H1.HeaderClassName
{
color: #BA2F99;
}
.AnyTagClassName
{
color: #BA2F99;
}
</style>
background-color css
<style>
a { background-color: #BA2F99; }
a { background-color: rgb(186,47,153); }
div.DivClassName
{
background-color: #BA2F99;
}
.BgClassName
{
background-color: #BA2F99;
}
</style>
border-color css
<style>
span { border-color: #BA2F99; }
span { border-color: rgb(186,47,153); }
td.TdClassName
{
border-color: #BA2F99;
}
.TagClassName
{
border-color: #BA2F99;
}
</style>