Shades of Medium Violet Red #BA009A
Tints of Medium Violet Red #BA009A
RGB
CMYK
RGB Variations
Color information
#BA009A (or 0xBA009A) is known color: Medium Violet Red. HEX triplet: BA, 00 and 9A. RGB value is (186,0,154). Sum of RGB (Red+Green+Blue) = 186+0+154=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA009A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA009A is #45FF65. Grayscale: #484848. Windows color (decimal): -4587366 or 10092730. OLE color: 10092730.
HSL color Cylindrical-coordinate representation of color #BA009A: hue angle of 310.32º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA009A is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 154 | - |
| CMYK | 0 | 1 | 0.17 | 0.27 |
| HSL | 310.32º | 1% | 0.36% | - |
| HSV(B) | 310.32º | 1% | 0.73% | - |
| XYZ | 26.08 | 12.77 | 31.66 | - |
| YUV | 73.17 | 173.62 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 154 | 0 | 1 | 0.17 | 0.27 | 310.32 | 1 | 0.36 |
| Hex | BA | 0 | 9A | 0 | 64 | 11 | 1B | 136 | 64 | 24 |
| Octal | 272 | 0 | 232 | 0 | 144 | 21 | 33 | 466 | 144 | 44 |
| Binary | 10111010 | 0 | 10011010 | 0 | 1100100 | 10001 | 11011 | 100110110 | 1100100 | 100100 |
Color Harmonies of #BA009A
Complementary color
Monochromatic Colors of #BA009A
Black with #BA009A
Text Example
Text Example
White with #BA009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA009A; }
p { color: rgb(186,0,154); }
H1.HeaderClassName
{
color: #BA009A;
}
.AnyTagClassName
{
color: #BA009A;
}
</style>
background-color css
<style>
a { background-color: #BA009A; }
a { background-color: rgb(186,0,154); }
div.DivClassName
{
background-color: #BA009A;
}
.BgClassName
{
background-color: #BA009A;
}
</style>
border-color css
<style>
span { border-color: #BA009A; }
span { border-color: rgb(186,0,154); }
td.TdClassName
{
border-color: #BA009A;
}
.TagClassName
{
border-color: #BA009A;
}
</style>