Shades of Medium Violet Red #BA09A2
Tints of Medium Violet Red #BA09A2
RGB
CMYK
RGB Variations
Color information
#BA09A2 (or 0xBA09A2) is known color: Medium Violet Red. HEX triplet: BA, 09 and A2. RGB value is (186,9,162). Sum of RGB (Red+Green+Blue) = 186+9+162=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA09A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA09A2 is #45F65D. Grayscale: #4E4E4E. Windows color (decimal): -4585054 or 10619322. OLE color: 10619322.
HSL color Cylindrical-coordinate representation of color #BA09A2: hue angle of 308.14º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA09A2 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 162 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.27 |
| HSL | 308.14º | 0.91% | 0.38% | - |
| HSV(B) | 308.14º | 0.95% | 0.73% | - |
| XYZ | 26.87 | 13.24 | 35.32 | - |
| YUV | 79.37 | 174.64 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 162 | 0 | 0.95 | 0.13 | 0.27 | 308.14 | 0.91 | 0.38 |
| Hex | BA | 9 | A2 | 0 | 5F | D | 1B | 134 | 5B | 26 |
| Octal | 272 | 11 | 242 | 0 | 137 | 15 | 33 | 464 | 133 | 46 |
| Binary | 10111010 | 1001 | 10100010 | 0 | 1011111 | 1101 | 11011 | 100110100 | 1011011 | 100110 |
Color Harmonies of #BA09A2
Complementary color
Monochromatic Colors of #BA09A2
Black with #BA09A2
Text Example
Text Example
White with #BA09A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09A2; }
p { color: rgb(186,9,162); }
H1.HeaderClassName
{
color: #BA09A2;
}
.AnyTagClassName
{
color: #BA09A2;
}
</style>
background-color css
<style>
a { background-color: #BA09A2; }
a { background-color: rgb(186,9,162); }
div.DivClassName
{
background-color: #BA09A2;
}
.BgClassName
{
background-color: #BA09A2;
}
</style>
border-color css
<style>
span { border-color: #BA09A2; }
span { border-color: rgb(186,9,162); }
td.TdClassName
{
border-color: #BA09A2;
}
.TagClassName
{
border-color: #BA09A2;
}
</style>