Shades of Medium Red Violet #BA2F97
Tints of Medium Red Violet #BA2F97
RGB
CMYK
RGB Variations
Color information
#BA2F97 (or 0xBA2F97) is known color: Medium Red Violet. HEX triplet: BA, 2F and 97. RGB value is (186,47,151). Sum of RGB (Red+Green+Blue) = 186+47+151=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2F97 is #45D068. Grayscale: #646464. Windows color (decimal): -4575337 or 9908154. OLE color: 9908154.
HSL color Cylindrical-coordinate representation of color #BA2F97: hue angle of 315.11º 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 #BA2F97 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 151 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.27 |
| HSL | 315.11º | 0.6% | 0.46% | - |
| HSV(B) | 315.11º | 0.75% | 0.73% | - |
| XYZ | 26.85 | 14.71 | 30.7 | - |
| YUV | 100.42 | 156.55 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 151 | 0 | 0.75 | 0.19 | 0.27 | 315.11 | 0.6 | 0.46 |
| Hex | BA | 2F | 97 | 0 | 4B | 13 | 1B | 13B | 3C | 2E |
| Octal | 272 | 57 | 227 | 0 | 113 | 23 | 33 | 473 | 74 | 56 |
| Binary | 10111010 | 101111 | 10010111 | 0 | 1001011 | 10011 | 11011 | 100111011 | 111100 | 101110 |
Color Harmonies of #BA2F97
Complementary color
Monochromatic Colors of #BA2F97
Black with #BA2F97
Text Example
Text Example
White with #BA2F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F97; }
p { color: rgb(186,47,151); }
H1.HeaderClassName
{
color: #BA2F97;
}
.AnyTagClassName
{
color: #BA2F97;
}
</style>
background-color css
<style>
a { background-color: #BA2F97; }
a { background-color: rgb(186,47,151); }
div.DivClassName
{
background-color: #BA2F97;
}
.BgClassName
{
background-color: #BA2F97;
}
</style>
border-color css
<style>
span { border-color: #BA2F97; }
span { border-color: rgb(186,47,151); }
td.TdClassName
{
border-color: #BA2F97;
}
.TagClassName
{
border-color: #BA2F97;
}
</style>