Shades of Medium Violet Red #BA209D
Tints of Medium Violet Red #BA209D
RGB
CMYK
RGB Variations
Color information
#BA209D (or 0xBA209D) is known color: Medium Violet Red. HEX triplet: BA, 20 and 9D. RGB value is (186,32,157). Sum of RGB (Red+Green+Blue) = 186+32+157=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA209D is #45DF62. Grayscale: #5B5B5B. Windows color (decimal): -4579171 or 10297530. OLE color: 10297530.
HSL color Cylindrical-coordinate representation of color #BA209D: hue angle of 311.3º 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 #BA209D is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 157 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.27 |
| HSL | 311.3º | 0.71% | 0.43% | - |
| HSV(B) | 311.3º | 0.83% | 0.73% | - |
| XYZ | 26.85 | 13.91 | 33.17 | - |
| YUV | 92.3 | 164.52 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 157 | 0 | 0.83 | 0.16 | 0.27 | 311.3 | 0.71 | 0.43 |
| Hex | BA | 20 | 9D | 0 | 53 | 10 | 1B | 137 | 47 | 2B |
| Octal | 272 | 40 | 235 | 0 | 123 | 20 | 33 | 467 | 107 | 53 |
| Binary | 10111010 | 100000 | 10011101 | 0 | 1010011 | 10000 | 11011 | 100110111 | 1000111 | 101011 |
Color Harmonies of #BA209D
Complementary color
Monochromatic Colors of #BA209D
Black with #BA209D
Text Example
Text Example
White with #BA209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA209D; }
p { color: rgb(186,32,157); }
H1.HeaderClassName
{
color: #BA209D;
}
.AnyTagClassName
{
color: #BA209D;
}
</style>
background-color css
<style>
a { background-color: #BA209D; }
a { background-color: rgb(186,32,157); }
div.DivClassName
{
background-color: #BA209D;
}
.BgClassName
{
background-color: #BA209D;
}
</style>
border-color css
<style>
span { border-color: #BA209D; }
span { border-color: rgb(186,32,157); }
td.TdClassName
{
border-color: #BA209D;
}
.TagClassName
{
border-color: #BA209D;
}
</style>