Shades of Medium Violet Red #BA0FA1
Tints of Medium Violet Red #BA0FA1
RGB
CMYK
RGB Variations
Color information
#BA0FA1 (or 0xBA0FA1) is known color: Medium Violet Red. HEX triplet: BA, 0F and A1. RGB value is (186,15,161). Sum of RGB (Red+Green+Blue) = 186+15+161=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0FA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0FA1 is #45F05E. Grayscale: #525252. Windows color (decimal): -4583519 or 10555322. OLE color: 10555322.
HSL color Cylindrical-coordinate representation of color #BA0FA1: hue angle of 308.77º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0FA1 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 15 | 161 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.27 |
| HSL | 308.77º | 0.85% | 0.39% | - |
| HSV(B) | 308.77º | 0.92% | 0.73% | - |
| XYZ | 26.85 | 13.35 | 34.88 | - |
| YUV | 82.77 | 172.15 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 161 | 0 | 0.92 | 0.13 | 0.27 | 308.77 | 0.85 | 0.39 |
| Hex | BA | F | A1 | 0 | 5C | D | 1B | 135 | 55 | 27 |
| Octal | 272 | 17 | 241 | 0 | 134 | 15 | 33 | 465 | 125 | 47 |
| Binary | 10111010 | 1111 | 10100001 | 0 | 1011100 | 1101 | 11011 | 100110101 | 1010101 | 100111 |
Color Harmonies of #BA0FA1
Complementary color
Monochromatic Colors of #BA0FA1
Black with #BA0FA1
Text Example
Text Example
White with #BA0FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0FA1; }
p { color: rgb(186,15,161); }
H1.HeaderClassName
{
color: #BA0FA1;
}
.AnyTagClassName
{
color: #BA0FA1;
}
</style>
background-color css
<style>
a { background-color: #BA0FA1; }
a { background-color: rgb(186,15,161); }
div.DivClassName
{
background-color: #BA0FA1;
}
.BgClassName
{
background-color: #BA0FA1;
}
</style>
border-color css
<style>
span { border-color: #BA0FA1; }
span { border-color: rgb(186,15,161); }
td.TdClassName
{
border-color: #BA0FA1;
}
.TagClassName
{
border-color: #BA0FA1;
}
</style>