Shades of Medium Red Violet #BA2FA6
Tints of Medium Red Violet #BA2FA6
RGB
CMYK
RGB Variations
Color information
#BA2FA6 (or 0xBA2FA6) is known color: Medium Red Violet. HEX triplet: BA, 2F and A6. RGB value is (186,47,166). Sum of RGB (Red+Green+Blue) = 186+47+166=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2FA6 is #45D059. Grayscale: #656565. Windows color (decimal): -4575322 or 10891194. OLE color: 10891194.
HSL color Cylindrical-coordinate representation of color #BA2FA6: hue angle of 308.63º 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 #BA2FA6 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 166 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.27 |
| HSL | 308.63º | 0.6% | 0.46% | - |
| HSV(B) | 308.63º | 0.75% | 0.73% | - |
| XYZ | 28.15 | 15.23 | 37.53 | - |
| YUV | 102.13 | 164.05 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 166 | 0 | 0.75 | 0.11 | 0.27 | 308.63 | 0.6 | 0.46 |
| Hex | BA | 2F | A6 | 0 | 4B | B | 1B | 135 | 3C | 2E |
| Octal | 272 | 57 | 246 | 0 | 113 | 13 | 33 | 465 | 74 | 56 |
| Binary | 10111010 | 101111 | 10100110 | 0 | 1001011 | 1011 | 11011 | 100110101 | 111100 | 101110 |
Color Harmonies of #BA2FA6
Complementary color
Monochromatic Colors of #BA2FA6
Black with #BA2FA6
Text Example
Text Example
White with #BA2FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FA6; }
p { color: rgb(186,47,166); }
H1.HeaderClassName
{
color: #BA2FA6;
}
.AnyTagClassName
{
color: #BA2FA6;
}
</style>
background-color css
<style>
a { background-color: #BA2FA6; }
a { background-color: rgb(186,47,166); }
div.DivClassName
{
background-color: #BA2FA6;
}
.BgClassName
{
background-color: #BA2FA6;
}
</style>
border-color css
<style>
span { border-color: #BA2FA6; }
span { border-color: rgb(186,47,166); }
td.TdClassName
{
border-color: #BA2FA6;
}
.TagClassName
{
border-color: #BA2FA6;
}
</style>