Shades of Medium Violet Red #BA206F
Tints of Medium Violet Red #BA206F
RGB
CMYK
RGB Variations
Color information
#BA206F (or 0xBA206F) is known color: Medium Violet Red. HEX triplet: BA, 20 and 6F. RGB value is (186,32,111). Sum of RGB (Red+Green+Blue) = 186+32+111=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA206F is #45DF90. Grayscale: #565656. Windows color (decimal): -4579217 or 7282874. OLE color: 7282874.
HSL color Cylindrical-coordinate representation of color #BA206F: hue angle of 329.22º 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 #BA206F is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 111 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.27 |
| HSL | 329.22º | 0.71% | 0.43% | - |
| HSV(B) | 329.22º | 0.83% | 0.73% | - |
| XYZ | 23.64 | 12.62 | 16.23 | - |
| YUV | 87.05 | 141.52 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 111 | 0 | 0.83 | 0.40 | 0.27 | 329.22 | 0.71 | 0.43 |
| Hex | BA | 20 | 6F | 0 | 53 | 28 | 1B | 149 | 47 | 2B |
| Octal | 272 | 40 | 157 | 0 | 123 | 50 | 33 | 511 | 107 | 53 |
| Binary | 10111010 | 100000 | 1101111 | 0 | 1010011 | 101000 | 11011 | 101001001 | 1000111 | 101011 |
Color Harmonies of #BA206F
Complementary color
Monochromatic Colors of #BA206F
Black with #BA206F
Text Example
Text Example
White with #BA206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA206F; }
p { color: rgb(186,32,111); }
H1.HeaderClassName
{
color: #BA206F;
}
.AnyTagClassName
{
color: #BA206F;
}
</style>
background-color css
<style>
a { background-color: #BA206F; }
a { background-color: rgb(186,32,111); }
div.DivClassName
{
background-color: #BA206F;
}
.BgClassName
{
background-color: #BA206F;
}
</style>
border-color css
<style>
span { border-color: #BA206F; }
span { border-color: rgb(186,32,111); }
td.TdClassName
{
border-color: #BA206F;
}
.TagClassName
{
border-color: #BA206F;
}
</style>