Shades of Medium Red Violet #BA2FA8
Tints of Medium Red Violet #BA2FA8
RGB
CMYK
RGB Variations
Color information
#BA2FA8 (or 0xBA2FA8) is known color: Medium Red Violet. HEX triplet: BA, 2F and A8. RGB value is (186,47,168). Sum of RGB (Red+Green+Blue) = 186+47+168=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2FA8 is #45D057. Grayscale: #666666. Windows color (decimal): -4575320 or 11022266. OLE color: 11022266.
HSL color Cylindrical-coordinate representation of color #BA2FA8: hue angle of 307.77º 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 #BA2FA8 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 168 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.27 |
| HSL | 307.77º | 0.6% | 0.46% | - |
| HSV(B) | 307.77º | 0.75% | 0.73% | - |
| XYZ | 28.33 | 15.3 | 38.51 | - |
| YUV | 102.36 | 165.05 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 168 | 0 | 0.75 | 0.10 | 0.27 | 307.77 | 0.6 | 0.46 |
| Hex | BA | 2F | A8 | 0 | 4B | A | 1B | 134 | 3C | 2E |
| Octal | 272 | 57 | 250 | 0 | 113 | 12 | 33 | 464 | 74 | 56 |
| Binary | 10111010 | 101111 | 10101000 | 0 | 1001011 | 1010 | 11011 | 100110100 | 111100 | 101110 |
Color Harmonies of #BA2FA8
Complementary color
Monochromatic Colors of #BA2FA8
Black with #BA2FA8
Text Example
Text Example
White with #BA2FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FA8; }
p { color: rgb(186,47,168); }
H1.HeaderClassName
{
color: #BA2FA8;
}
.AnyTagClassName
{
color: #BA2FA8;
}
</style>
background-color css
<style>
a { background-color: #BA2FA8; }
a { background-color: rgb(186,47,168); }
div.DivClassName
{
background-color: #BA2FA8;
}
.BgClassName
{
background-color: #BA2FA8;
}
</style>
border-color css
<style>
span { border-color: #BA2FA8; }
span { border-color: rgb(186,47,168); }
td.TdClassName
{
border-color: #BA2FA8;
}
.TagClassName
{
border-color: #BA2FA8;
}
</style>