Shades of Medium Violet Red #BA208A
Tints of Medium Violet Red #BA208A
RGB
CMYK
RGB Variations
Color information
#BA208A (or 0xBA208A) is known color: Medium Violet Red. HEX triplet: BA, 20 and 8A. RGB value is (186,32,138). Sum of RGB (Red+Green+Blue) = 186+32+138=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA208A is #45DF75. Grayscale: #595959. Windows color (decimal): -4579190 or 9052346. OLE color: 9052346.
HSL color Cylindrical-coordinate representation of color #BA208A: hue angle of 318.7º 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 #BA208A is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 138 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.27 |
| HSL | 318.7º | 0.71% | 0.43% | - |
| HSV(B) | 318.7º | 0.83% | 0.73% | - |
| XYZ | 25.35 | 13.31 | 25.28 | - |
| YUV | 90.13 | 155.02 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 138 | 0 | 0.83 | 0.26 | 0.27 | 318.7 | 0.71 | 0.43 |
| Hex | BA | 20 | 8A | 0 | 53 | 1A | 1B | 13F | 47 | 2B |
| Octal | 272 | 40 | 212 | 0 | 123 | 32 | 33 | 477 | 107 | 53 |
| Binary | 10111010 | 100000 | 10001010 | 0 | 1010011 | 11010 | 11011 | 100111111 | 1000111 | 101011 |
Color Harmonies of #BA208A
Complementary color
Monochromatic Colors of #BA208A
Black with #BA208A
Text Example
Text Example
White with #BA208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA208A; }
p { color: rgb(186,32,138); }
H1.HeaderClassName
{
color: #BA208A;
}
.AnyTagClassName
{
color: #BA208A;
}
</style>
background-color css
<style>
a { background-color: #BA208A; }
a { background-color: rgb(186,32,138); }
div.DivClassName
{
background-color: #BA208A;
}
.BgClassName
{
background-color: #BA208A;
}
</style>
border-color css
<style>
span { border-color: #BA208A; }
span { border-color: rgb(186,32,138); }
td.TdClassName
{
border-color: #BA208A;
}
.TagClassName
{
border-color: #BA208A;
}
</style>