Shades of Medium Violet Red #BA219E
Tints of Medium Violet Red #BA219E
RGB
CMYK
RGB Variations
Color information
#BA219E (or 0xBA219E) is known color: Medium Violet Red. HEX triplet: BA, 21 and 9E. RGB value is (186,33,158). Sum of RGB (Red+Green+Blue) = 186+33+158=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA219E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA219E is #45DE61. Grayscale: #5C5C5C. Windows color (decimal): -4578914 or 10363322. OLE color: 10363322.
HSL color Cylindrical-coordinate representation of color #BA219E: hue angle of 310.98º 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 #BA219E is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 158 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.27 |
| HSL | 310.98º | 0.7% | 0.43% | - |
| HSV(B) | 310.98º | 0.82% | 0.73% | - |
| XYZ | 26.97 | 14 | 33.63 | - |
| YUV | 93 | 164.69 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 158 | 0 | 0.82 | 0.15 | 0.27 | 310.98 | 0.7 | 0.43 |
| Hex | BA | 21 | 9E | 0 | 52 | F | 1B | 137 | 46 | 2B |
| Octal | 272 | 41 | 236 | 0 | 122 | 17 | 33 | 467 | 106 | 53 |
| Binary | 10111010 | 100001 | 10011110 | 0 | 1010010 | 1111 | 11011 | 100110111 | 1000110 | 101011 |
Color Harmonies of #BA219E
Complementary color
Monochromatic Colors of #BA219E
Black with #BA219E
Text Example
Text Example
White with #BA219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA219E; }
p { color: rgb(186,33,158); }
H1.HeaderClassName
{
color: #BA219E;
}
.AnyTagClassName
{
color: #BA219E;
}
</style>
background-color css
<style>
a { background-color: #BA219E; }
a { background-color: rgb(186,33,158); }
div.DivClassName
{
background-color: #BA219E;
}
.BgClassName
{
background-color: #BA219E;
}
</style>
border-color css
<style>
span { border-color: #BA219E; }
span { border-color: rgb(186,33,158); }
td.TdClassName
{
border-color: #BA219E;
}
.TagClassName
{
border-color: #BA219E;
}
</style>