Shades of Medium Violet Red #BA206C
Tints of Medium Violet Red #BA206C
RGB
CMYK
RGB Variations
Color information
#BA206C (or 0xBA206C) is known color: Medium Violet Red. HEX triplet: BA, 20 and 6C. RGB value is (186,32,108). Sum of RGB (Red+Green+Blue) = 186+32+108=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA206C is #45DF93. Grayscale: #565656. Windows color (decimal): -4579220 or 7086266. OLE color: 7086266.
HSL color Cylindrical-coordinate representation of color #BA206C: hue angle of 330.39º 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 #BA206C is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 108 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.27 |
| HSL | 330.39º | 0.71% | 0.43% | - |
| HSV(B) | 330.39º | 0.83% | 0.73% | - |
| XYZ | 23.47 | 12.55 | 15.37 | - |
| YUV | 86.71 | 140.02 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 108 | 0 | 0.83 | 0.42 | 0.27 | 330.39 | 0.71 | 0.43 |
| Hex | BA | 20 | 6C | 0 | 53 | 2A | 1B | 14A | 47 | 2B |
| Octal | 272 | 40 | 154 | 0 | 123 | 52 | 33 | 512 | 107 | 53 |
| Binary | 10111010 | 100000 | 1101100 | 0 | 1010011 | 101010 | 11011 | 101001010 | 1000111 | 101011 |
Color Harmonies of #BA206C
Complementary color
Monochromatic Colors of #BA206C
Black with #BA206C
Text Example
Text Example
White with #BA206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA206C; }
p { color: rgb(186,32,108); }
H1.HeaderClassName
{
color: #BA206C;
}
.AnyTagClassName
{
color: #BA206C;
}
</style>
background-color css
<style>
a { background-color: #BA206C; }
a { background-color: rgb(186,32,108); }
div.DivClassName
{
background-color: #BA206C;
}
.BgClassName
{
background-color: #BA206C;
}
</style>
border-color css
<style>
span { border-color: #BA206C; }
span { border-color: rgb(186,32,108); }
td.TdClassName
{
border-color: #BA206C;
}
.TagClassName
{
border-color: #BA206C;
}
</style>