Shades of Medium Violet Red #BA1FAA
Tints of Medium Violet Red #BA1FAA
RGB
CMYK
RGB Variations
Color information
#BA1FAA (or 0xBA1FAA) is known color: Medium Violet Red. HEX triplet: BA, 1F and AA. RGB value is (186,31,170). Sum of RGB (Red+Green+Blue) = 186+31+170=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1FAA is #45E055. Grayscale: #5C5C5C. Windows color (decimal): -4579414 or 11149242. OLE color: 11149242.
HSL color Cylindrical-coordinate representation of color #BA1FAA: hue angle of 306.19º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA1FAA is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 170 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.27 |
| HSL | 306.19º | 0.71% | 0.43% | - |
| HSV(B) | 306.19º | 0.83% | 0.73% | - |
| XYZ | 28 | 14.32 | 39.32 | - |
| YUV | 93.19 | 171.35 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 170 | 0 | 0.83 | 0.09 | 0.27 | 306.19 | 0.71 | 0.43 |
| Hex | BA | 1F | AA | 0 | 53 | 9 | 1B | 132 | 47 | 2B |
| Octal | 272 | 37 | 252 | 0 | 123 | 11 | 33 | 462 | 107 | 53 |
| Binary | 10111010 | 11111 | 10101010 | 0 | 1010011 | 1001 | 11011 | 100110010 | 1000111 | 101011 |
Color Harmonies of #BA1FAA
Complementary color
Monochromatic Colors of #BA1FAA
Black with #BA1FAA
Text Example
Text Example
White with #BA1FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FAA; }
p { color: rgb(186,31,170); }
H1.HeaderClassName
{
color: #BA1FAA;
}
.AnyTagClassName
{
color: #BA1FAA;
}
</style>
background-color css
<style>
a { background-color: #BA1FAA; }
a { background-color: rgb(186,31,170); }
div.DivClassName
{
background-color: #BA1FAA;
}
.BgClassName
{
background-color: #BA1FAA;
}
</style>
border-color css
<style>
span { border-color: #BA1FAA; }
span { border-color: rgb(186,31,170); }
td.TdClassName
{
border-color: #BA1FAA;
}
.TagClassName
{
border-color: #BA1FAA;
}
</style>