Shades of Medium Red Violet #BA2FAA
Tints of Medium Red Violet #BA2FAA
RGB
CMYK
RGB Variations
Color information
#BA2FAA (or 0xBA2FAA) is known color: Medium Red Violet. HEX triplet: BA, 2F and AA. RGB value is (186,47,170). Sum of RGB (Red+Green+Blue) = 186+47+170=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2FAA is #45D055. Grayscale: #666666. Windows color (decimal): -4575318 or 11153338. OLE color: 11153338.
HSL color Cylindrical-coordinate representation of color #BA2FAA: hue angle of 306.91º 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 #BA2FAA is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 170 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.27 |
| HSL | 306.91º | 0.6% | 0.46% | - |
| HSV(B) | 306.91º | 0.75% | 0.73% | - |
| XYZ | 28.52 | 15.37 | 39.49 | - |
| YUV | 102.58 | 166.05 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 170 | 0 | 0.75 | 0.09 | 0.27 | 306.91 | 0.6 | 0.46 |
| Hex | BA | 2F | AA | 0 | 4B | 9 | 1B | 133 | 3C | 2E |
| Octal | 272 | 57 | 252 | 0 | 113 | 11 | 33 | 463 | 74 | 56 |
| Binary | 10111010 | 101111 | 10101010 | 0 | 1001011 | 1001 | 11011 | 100110011 | 111100 | 101110 |
Color Harmonies of #BA2FAA
Complementary color
Monochromatic Colors of #BA2FAA
Black with #BA2FAA
Text Example
Text Example
White with #BA2FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FAA; }
p { color: rgb(186,47,170); }
H1.HeaderClassName
{
color: #BA2FAA;
}
.AnyTagClassName
{
color: #BA2FAA;
}
</style>
background-color css
<style>
a { background-color: #BA2FAA; }
a { background-color: rgb(186,47,170); }
div.DivClassName
{
background-color: #BA2FAA;
}
.BgClassName
{
background-color: #BA2FAA;
}
</style>
border-color css
<style>
span { border-color: #BA2FAA; }
span { border-color: rgb(186,47,170); }
td.TdClassName
{
border-color: #BA2FAA;
}
.TagClassName
{
border-color: #BA2FAA;
}
</style>