Shades of Medium Violet Red #BA206E
Tints of Medium Violet Red #BA206E
RGB
CMYK
RGB Variations
Color information
#BA206E (or 0xBA206E) is known color: Medium Violet Red. HEX triplet: BA, 20 and 6E. RGB value is (186,32,110). Sum of RGB (Red+Green+Blue) = 186+32+110=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA206E is #45DF91. Grayscale: #565656. Windows color (decimal): -4579218 or 7217338. OLE color: 7217338.
HSL color Cylindrical-coordinate representation of color #BA206E: hue angle of 329.61º 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 #BA206E is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 110 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.27 |
| HSL | 329.61º | 0.71% | 0.43% | - |
| HSV(B) | 329.61º | 0.83% | 0.73% | - |
| XYZ | 23.58 | 12.6 | 15.94 | - |
| YUV | 86.94 | 141.02 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 110 | 0 | 0.83 | 0.41 | 0.27 | 329.61 | 0.71 | 0.43 |
| Hex | BA | 20 | 6E | 0 | 53 | 29 | 1B | 14A | 47 | 2B |
| Octal | 272 | 40 | 156 | 0 | 123 | 51 | 33 | 512 | 107 | 53 |
| Binary | 10111010 | 100000 | 1101110 | 0 | 1010011 | 101001 | 11011 | 101001010 | 1000111 | 101011 |
Color Harmonies of #BA206E
Complementary color
Monochromatic Colors of #BA206E
Black with #BA206E
Text Example
Text Example
White with #BA206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA206E; }
p { color: rgb(186,32,110); }
H1.HeaderClassName
{
color: #BA206E;
}
.AnyTagClassName
{
color: #BA206E;
}
</style>
background-color css
<style>
a { background-color: #BA206E; }
a { background-color: rgb(186,32,110); }
div.DivClassName
{
background-color: #BA206E;
}
.BgClassName
{
background-color: #BA206E;
}
</style>
border-color css
<style>
span { border-color: #BA206E; }
span { border-color: rgb(186,32,110); }
td.TdClassName
{
border-color: #BA206E;
}
.TagClassName
{
border-color: #BA206E;
}
</style>