Shades of Medium Red Violet #BA2FA1
Tints of Medium Red Violet #BA2FA1
RGB
CMYK
RGB Variations
Color information
#BA2FA1 (or 0xBA2FA1) is known color: Medium Red Violet. HEX triplet: BA, 2F and A1. RGB value is (186,47,161). Sum of RGB (Red+Green+Blue) = 186+47+161=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2FA1 is #45D05E. Grayscale: #656565. Windows color (decimal): -4575327 or 10563514. OLE color: 10563514.
HSL color Cylindrical-coordinate representation of color #BA2FA1: hue angle of 310.79º 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 #BA2FA1 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 161 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.27 |
| HSL | 310.79º | 0.6% | 0.46% | - |
| HSV(B) | 310.79º | 0.75% | 0.73% | - |
| XYZ | 27.7 | 15.05 | 35.16 | - |
| YUV | 101.56 | 161.55 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 161 | 0 | 0.75 | 0.13 | 0.27 | 310.79 | 0.6 | 0.46 |
| Hex | BA | 2F | A1 | 0 | 4B | D | 1B | 137 | 3C | 2E |
| Octal | 272 | 57 | 241 | 0 | 113 | 15 | 33 | 467 | 74 | 56 |
| Binary | 10111010 | 101111 | 10100001 | 0 | 1001011 | 1101 | 11011 | 100110111 | 111100 | 101110 |
Color Harmonies of #BA2FA1
Complementary color
Monochromatic Colors of #BA2FA1
Black with #BA2FA1
Text Example
Text Example
White with #BA2FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FA1; }
p { color: rgb(186,47,161); }
H1.HeaderClassName
{
color: #BA2FA1;
}
.AnyTagClassName
{
color: #BA2FA1;
}
</style>
background-color css
<style>
a { background-color: #BA2FA1; }
a { background-color: rgb(186,47,161); }
div.DivClassName
{
background-color: #BA2FA1;
}
.BgClassName
{
background-color: #BA2FA1;
}
</style>
border-color css
<style>
span { border-color: #BA2FA1; }
span { border-color: rgb(186,47,161); }
td.TdClassName
{
border-color: #BA2FA1;
}
.TagClassName
{
border-color: #BA2FA1;
}
</style>