Shades of Medium Violet Red #BA208F
Tints of Medium Violet Red #BA208F
RGB
CMYK
RGB Variations
Color information
#BA208F (or 0xBA208F) is known color: Medium Violet Red. HEX triplet: BA, 20 and 8F. RGB value is (186,32,143). Sum of RGB (Red+Green+Blue) = 186+32+143=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA208F is #45DF70. Grayscale: #5A5A5A. Windows color (decimal): -4579185 or 9380026. OLE color: 9380026.
HSL color Cylindrical-coordinate representation of color #BA208F: hue angle of 316.75º 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 #BA208F is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 143 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.27 |
| HSL | 316.75º | 0.71% | 0.43% | - |
| HSV(B) | 316.75º | 0.83% | 0.73% | - |
| XYZ | 25.72 | 13.46 | 27.23 | - |
| YUV | 90.7 | 157.52 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 143 | 0 | 0.83 | 0.23 | 0.27 | 316.75 | 0.71 | 0.43 |
| Hex | BA | 20 | 8F | 0 | 53 | 17 | 1B | 13D | 47 | 2B |
| Octal | 272 | 40 | 217 | 0 | 123 | 27 | 33 | 475 | 107 | 53 |
| Binary | 10111010 | 100000 | 10001111 | 0 | 1010011 | 10111 | 11011 | 100111101 | 1000111 | 101011 |
Color Harmonies of #BA208F
Complementary color
Monochromatic Colors of #BA208F
Black with #BA208F
Text Example
Text Example
White with #BA208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA208F; }
p { color: rgb(186,32,143); }
H1.HeaderClassName
{
color: #BA208F;
}
.AnyTagClassName
{
color: #BA208F;
}
</style>
background-color css
<style>
a { background-color: #BA208F; }
a { background-color: rgb(186,32,143); }
div.DivClassName
{
background-color: #BA208F;
}
.BgClassName
{
background-color: #BA208F;
}
</style>
border-color css
<style>
span { border-color: #BA208F; }
span { border-color: rgb(186,32,143); }
td.TdClassName
{
border-color: #BA208F;
}
.TagClassName
{
border-color: #BA208F;
}
</style>