Shades of Medium Violet Red #BA209E
Tints of Medium Violet Red #BA209E
RGB
CMYK
RGB Variations
Color information
#BA209E (or 0xBA209E) is known color: Medium Violet Red. HEX triplet: BA, 20 and 9E. RGB value is (186,32,158). Sum of RGB (Red+Green+Blue) = 186+32+158=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA209E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA209E is #45DF61. Grayscale: #5C5C5C. Windows color (decimal): -4579170 or 10363066. OLE color: 10363066.
HSL color Cylindrical-coordinate representation of color #BA209E: hue angle of 310.91º 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 #BA209E is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 158 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.27 |
| HSL | 310.91º | 0.71% | 0.43% | - |
| HSV(B) | 310.91º | 0.83% | 0.73% | - |
| XYZ | 26.94 | 13.94 | 33.62 | - |
| YUV | 92.41 | 165.02 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 158 | 0 | 0.83 | 0.15 | 0.27 | 310.91 | 0.71 | 0.43 |
| Hex | BA | 20 | 9E | 0 | 53 | F | 1B | 137 | 47 | 2B |
| Octal | 272 | 40 | 236 | 0 | 123 | 17 | 33 | 467 | 107 | 53 |
| Binary | 10111010 | 100000 | 10011110 | 0 | 1010011 | 1111 | 11011 | 100110111 | 1000111 | 101011 |
Color Harmonies of #BA209E
Complementary color
Monochromatic Colors of #BA209E
Black with #BA209E
Text Example
Text Example
White with #BA209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA209E; }
p { color: rgb(186,32,158); }
H1.HeaderClassName
{
color: #BA209E;
}
.AnyTagClassName
{
color: #BA209E;
}
</style>
background-color css
<style>
a { background-color: #BA209E; }
a { background-color: rgb(186,32,158); }
div.DivClassName
{
background-color: #BA209E;
}
.BgClassName
{
background-color: #BA209E;
}
</style>
border-color css
<style>
span { border-color: #BA209E; }
span { border-color: rgb(186,32,158); }
td.TdClassName
{
border-color: #BA209E;
}
.TagClassName
{
border-color: #BA209E;
}
</style>