Shades of Medium Red Violet #BA2F96
Tints of Medium Red Violet #BA2F96
RGB
CMYK
RGB Variations
Color information
#BA2F96 (or 0xBA2F96) is known color: Medium Red Violet. HEX triplet: BA, 2F and 96. RGB value is (186,47,150). Sum of RGB (Red+Green+Blue) = 186+47+150=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2F96 is #45D069. Grayscale: #646464. Windows color (decimal): -4575338 or 9842618. OLE color: 9842618.
HSL color Cylindrical-coordinate representation of color #BA2F96: hue angle of 315.54º 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 #BA2F96 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 150 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.27 |
| HSL | 315.54º | 0.6% | 0.46% | - |
| HSV(B) | 315.54º | 0.75% | 0.73% | - |
| XYZ | 26.77 | 14.67 | 30.28 | - |
| YUV | 100.3 | 156.05 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 150 | 0 | 0.75 | 0.19 | 0.27 | 315.54 | 0.6 | 0.46 |
| Hex | BA | 2F | 96 | 0 | 4B | 13 | 1B | 13C | 3C | 2E |
| Octal | 272 | 57 | 226 | 0 | 113 | 23 | 33 | 474 | 74 | 56 |
| Binary | 10111010 | 101111 | 10010110 | 0 | 1001011 | 10011 | 11011 | 100111100 | 111100 | 101110 |
Color Harmonies of #BA2F96
Complementary color
Monochromatic Colors of #BA2F96
Black with #BA2F96
Text Example
Text Example
White with #BA2F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F96; }
p { color: rgb(186,47,150); }
H1.HeaderClassName
{
color: #BA2F96;
}
.AnyTagClassName
{
color: #BA2F96;
}
</style>
background-color css
<style>
a { background-color: #BA2F96; }
a { background-color: rgb(186,47,150); }
div.DivClassName
{
background-color: #BA2F96;
}
.BgClassName
{
background-color: #BA2F96;
}
</style>
border-color css
<style>
span { border-color: #BA2F96; }
span { border-color: rgb(186,47,150); }
td.TdClassName
{
border-color: #BA2F96;
}
.TagClassName
{
border-color: #BA2F96;
}
</style>