Shades of Medium Red Violet #BA2FA0
Tints of Medium Red Violet #BA2FA0
RGB
CMYK
RGB Variations
Color information
#BA2FA0 (or 0xBA2FA0) is known color: Medium Red Violet. HEX triplet: BA, 2F and A0. RGB value is (186,47,160). Sum of RGB (Red+Green+Blue) = 186+47+160=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2FA0 is #45D05F. Grayscale: #656565. Windows color (decimal): -4575328 or 10497978. OLE color: 10497978.
HSL color Cylindrical-coordinate representation of color #BA2FA0: hue angle of 311.22º 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 #BA2FA0 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 160 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.27 |
| HSL | 311.22º | 0.6% | 0.46% | - |
| HSV(B) | 311.22º | 0.75% | 0.73% | - |
| XYZ | 27.61 | 15.01 | 34.7 | - |
| YUV | 101.44 | 161.05 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 160 | 0 | 0.75 | 0.14 | 0.27 | 311.22 | 0.6 | 0.46 |
| Hex | BA | 2F | A0 | 0 | 4B | E | 1B | 137 | 3C | 2E |
| Octal | 272 | 57 | 240 | 0 | 113 | 16 | 33 | 467 | 74 | 56 |
| Binary | 10111010 | 101111 | 10100000 | 0 | 1001011 | 1110 | 11011 | 100110111 | 111100 | 101110 |
Color Harmonies of #BA2FA0
Complementary color
Monochromatic Colors of #BA2FA0
Black with #BA2FA0
Text Example
Text Example
White with #BA2FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FA0; }
p { color: rgb(186,47,160); }
H1.HeaderClassName
{
color: #BA2FA0;
}
.AnyTagClassName
{
color: #BA2FA0;
}
</style>
background-color css
<style>
a { background-color: #BA2FA0; }
a { background-color: rgb(186,47,160); }
div.DivClassName
{
background-color: #BA2FA0;
}
.BgClassName
{
background-color: #BA2FA0;
}
</style>
border-color css
<style>
span { border-color: #BA2FA0; }
span { border-color: rgb(186,47,160); }
td.TdClassName
{
border-color: #BA2FA0;
}
.TagClassName
{
border-color: #BA2FA0;
}
</style>