Shades of Medium Violet Red #BA209F
Tints of Medium Violet Red #BA209F
RGB
CMYK
RGB Variations
Color information
#BA209F (or 0xBA209F) is known color: Medium Violet Red. HEX triplet: BA, 20 and 9F. RGB value is (186,32,159). Sum of RGB (Red+Green+Blue) = 186+32+159=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA209F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA209F is #45DF60. Grayscale: #5C5C5C. Windows color (decimal): -4579169 or 10428602. OLE color: 10428602.
HSL color Cylindrical-coordinate representation of color #BA209F: hue angle of 310.52º 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 #BA209F is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 159 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.27 |
| HSL | 310.52º | 0.71% | 0.43% | - |
| HSV(B) | 310.52º | 0.83% | 0.73% | - |
| XYZ | 27.02 | 13.98 | 34.07 | - |
| YUV | 92.52 | 165.52 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 159 | 0 | 0.83 | 0.15 | 0.27 | 310.52 | 0.71 | 0.43 |
| Hex | BA | 20 | 9F | 0 | 53 | F | 1B | 137 | 47 | 2B |
| Octal | 272 | 40 | 237 | 0 | 123 | 17 | 33 | 467 | 107 | 53 |
| Binary | 10111010 | 100000 | 10011111 | 0 | 1010011 | 1111 | 11011 | 100110111 | 1000111 | 101011 |
Color Harmonies of #BA209F
Complementary color
Monochromatic Colors of #BA209F
Black with #BA209F
Text Example
Text Example
White with #BA209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA209F; }
p { color: rgb(186,32,159); }
H1.HeaderClassName
{
color: #BA209F;
}
.AnyTagClassName
{
color: #BA209F;
}
</style>
background-color css
<style>
a { background-color: #BA209F; }
a { background-color: rgb(186,32,159); }
div.DivClassName
{
background-color: #BA209F;
}
.BgClassName
{
background-color: #BA209F;
}
</style>
border-color css
<style>
span { border-color: #BA209F; }
span { border-color: rgb(186,32,159); }
td.TdClassName
{
border-color: #BA209F;
}
.TagClassName
{
border-color: #BA209F;
}
</style>