Shades of Medium Violet Red #BA219A
Tints of Medium Violet Red #BA219A
RGB
CMYK
RGB Variations
Color information
#BA219A (or 0xBA219A) is known color: Medium Violet Red. HEX triplet: BA, 21 and 9A. RGB value is (186,33,154). Sum of RGB (Red+Green+Blue) = 186+33+154=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA219A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA219A is #45DE65. Grayscale: #5C5C5C. Windows color (decimal): -4578918 or 10101178. OLE color: 10101178.
HSL color Cylindrical-coordinate representation of color #BA219A: hue angle of 312.55º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA219A is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 154 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.27 |
| HSL | 312.55º | 0.7% | 0.43% | - |
| HSV(B) | 312.55º | 0.82% | 0.73% | - |
| XYZ | 26.63 | 13.86 | 31.84 | - |
| YUV | 92.54 | 162.69 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 154 | 0 | 0.82 | 0.17 | 0.27 | 312.55 | 0.7 | 0.43 |
| Hex | BA | 21 | 9A | 0 | 52 | 11 | 1B | 139 | 46 | 2B |
| Octal | 272 | 41 | 232 | 0 | 122 | 21 | 33 | 471 | 106 | 53 |
| Binary | 10111010 | 100001 | 10011010 | 0 | 1010010 | 10001 | 11011 | 100111001 | 1000110 | 101011 |
Color Harmonies of #BA219A
Complementary color
Monochromatic Colors of #BA219A
Black with #BA219A
Text Example
Text Example
White with #BA219A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA219A; }
p { color: rgb(186,33,154); }
H1.HeaderClassName
{
color: #BA219A;
}
.AnyTagClassName
{
color: #BA219A;
}
</style>
background-color css
<style>
a { background-color: #BA219A; }
a { background-color: rgb(186,33,154); }
div.DivClassName
{
background-color: #BA219A;
}
.BgClassName
{
background-color: #BA219A;
}
</style>
border-color css
<style>
span { border-color: #BA219A; }
span { border-color: rgb(186,33,154); }
td.TdClassName
{
border-color: #BA219A;
}
.TagClassName
{
border-color: #BA219A;
}
</style>