Shades of Medium Violet Red #BA209B
Tints of Medium Violet Red #BA209B
RGB
CMYK
RGB Variations
Color information
#BA209B (or 0xBA209B) is known color: Medium Violet Red. HEX triplet: BA, 20 and 9B. RGB value is (186,32,155). Sum of RGB (Red+Green+Blue) = 186+32+155=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA209B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA209B is #45DF64. Grayscale: #5B5B5B. Windows color (decimal): -4579173 or 10166458. OLE color: 10166458.
HSL color Cylindrical-coordinate representation of color #BA209B: hue angle of 312.08º 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 #BA209B is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 155 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.27 |
| HSL | 312.08º | 0.71% | 0.43% | - |
| HSV(B) | 312.08º | 0.83% | 0.73% | - |
| XYZ | 26.68 | 13.84 | 32.28 | - |
| YUV | 92.07 | 163.52 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 155 | 0 | 0.83 | 0.17 | 0.27 | 312.08 | 0.71 | 0.43 |
| Hex | BA | 20 | 9B | 0 | 53 | 11 | 1B | 138 | 47 | 2B |
| Octal | 272 | 40 | 233 | 0 | 123 | 21 | 33 | 470 | 107 | 53 |
| Binary | 10111010 | 100000 | 10011011 | 0 | 1010011 | 10001 | 11011 | 100111000 | 1000111 | 101011 |
Color Harmonies of #BA209B
Complementary color
Monochromatic Colors of #BA209B
Black with #BA209B
Text Example
Text Example
White with #BA209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA209B; }
p { color: rgb(186,32,155); }
H1.HeaderClassName
{
color: #BA209B;
}
.AnyTagClassName
{
color: #BA209B;
}
</style>
background-color css
<style>
a { background-color: #BA209B; }
a { background-color: rgb(186,32,155); }
div.DivClassName
{
background-color: #BA209B;
}
.BgClassName
{
background-color: #BA209B;
}
</style>
border-color css
<style>
span { border-color: #BA209B; }
span { border-color: rgb(186,32,155); }
td.TdClassName
{
border-color: #BA209B;
}
.TagClassName
{
border-color: #BA209B;
}
</style>