Shades of Medium Violet Red #BA219F
Tints of Medium Violet Red #BA219F
RGB
CMYK
RGB Variations
Color information
#BA219F (or 0xBA219F) is known color: Medium Violet Red. HEX triplet: BA, 21 and 9F. RGB value is (186,33,159). Sum of RGB (Red+Green+Blue) = 186+33+159=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA219F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA219F is #45DE60. Grayscale: #5C5C5C. Windows color (decimal): -4578913 or 10428858. OLE color: 10428858.
HSL color Cylindrical-coordinate representation of color #BA219F: hue angle of 310.59º 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 #BA219F is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 159 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.27 |
| HSL | 310.59º | 0.7% | 0.43% | - |
| HSV(B) | 310.59º | 0.82% | 0.73% | - |
| XYZ | 27.05 | 14.03 | 34.08 | - |
| YUV | 93.11 | 165.19 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 159 | 0 | 0.82 | 0.15 | 0.27 | 310.59 | 0.7 | 0.43 |
| Hex | BA | 21 | 9F | 0 | 52 | F | 1B | 137 | 46 | 2B |
| Octal | 272 | 41 | 237 | 0 | 122 | 17 | 33 | 467 | 106 | 53 |
| Binary | 10111010 | 100001 | 10011111 | 0 | 1010010 | 1111 | 11011 | 100110111 | 1000110 | 101011 |
Color Harmonies of #BA219F
Complementary color
Monochromatic Colors of #BA219F
Black with #BA219F
Text Example
Text Example
White with #BA219F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA219F; }
p { color: rgb(186,33,159); }
H1.HeaderClassName
{
color: #BA219F;
}
.AnyTagClassName
{
color: #BA219F;
}
</style>
background-color css
<style>
a { background-color: #BA219F; }
a { background-color: rgb(186,33,159); }
div.DivClassName
{
background-color: #BA219F;
}
.BgClassName
{
background-color: #BA219F;
}
</style>
border-color css
<style>
span { border-color: #BA219F; }
span { border-color: rgb(186,33,159); }
td.TdClassName
{
border-color: #BA219F;
}
.TagClassName
{
border-color: #BA219F;
}
</style>