Shades of Medium Violet Red #BA208B
Tints of Medium Violet Red #BA208B
RGB
CMYK
RGB Variations
Color information
#BA208B (or 0xBA208B) is known color: Medium Violet Red. HEX triplet: BA, 20 and 8B. RGB value is (186,32,139). Sum of RGB (Red+Green+Blue) = 186+32+139=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA208B is #45DF74. Grayscale: #595959. Windows color (decimal): -4579189 or 9117882. OLE color: 9117882.
HSL color Cylindrical-coordinate representation of color #BA208B: hue angle of 318.31º 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 #BA208B is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 139 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.27 |
| HSL | 318.31º | 0.71% | 0.43% | - |
| HSV(B) | 318.31º | 0.83% | 0.73% | - |
| XYZ | 25.43 | 13.34 | 25.66 | - |
| YUV | 90.24 | 155.52 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 139 | 0 | 0.83 | 0.25 | 0.27 | 318.31 | 0.71 | 0.43 |
| Hex | BA | 20 | 8B | 0 | 53 | 19 | 1B | 13E | 47 | 2B |
| Octal | 272 | 40 | 213 | 0 | 123 | 31 | 33 | 476 | 107 | 53 |
| Binary | 10111010 | 100000 | 10001011 | 0 | 1010011 | 11001 | 11011 | 100111110 | 1000111 | 101011 |
Color Harmonies of #BA208B
Complementary color
Monochromatic Colors of #BA208B
Black with #BA208B
Text Example
Text Example
White with #BA208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA208B; }
p { color: rgb(186,32,139); }
H1.HeaderClassName
{
color: #BA208B;
}
.AnyTagClassName
{
color: #BA208B;
}
</style>
background-color css
<style>
a { background-color: #BA208B; }
a { background-color: rgb(186,32,139); }
div.DivClassName
{
background-color: #BA208B;
}
.BgClassName
{
background-color: #BA208B;
}
</style>
border-color css
<style>
span { border-color: #BA208B; }
span { border-color: rgb(186,32,139); }
td.TdClassName
{
border-color: #BA208B;
}
.TagClassName
{
border-color: #BA208B;
}
</style>