Shades of Medium Violet Red #BA099D
Tints of Medium Violet Red #BA099D
RGB
CMYK
RGB Variations
Color information
#BA099D (or 0xBA099D) is known color: Medium Violet Red. HEX triplet: BA, 09 and 9D. RGB value is (186,9,157). Sum of RGB (Red+Green+Blue) = 186+9+157=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA099D is #45F662. Grayscale: #4E4E4E. Windows color (decimal): -4585059 or 10291642. OLE color: 10291642.
HSL color Cylindrical-coordinate representation of color #BA099D: hue angle of 309.83º 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 #BA099D is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 157 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.27 |
| HSL | 309.83º | 0.91% | 0.38% | - |
| HSV(B) | 309.83º | 0.95% | 0.73% | - |
| XYZ | 26.43 | 13.07 | 33.03 | - |
| YUV | 78.8 | 172.14 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 157 | 0 | 0.95 | 0.16 | 0.27 | 309.83 | 0.91 | 0.38 |
| Hex | BA | 9 | 9D | 0 | 5F | 10 | 1B | 136 | 5B | 26 |
| Octal | 272 | 11 | 235 | 0 | 137 | 20 | 33 | 466 | 133 | 46 |
| Binary | 10111010 | 1001 | 10011101 | 0 | 1011111 | 10000 | 11011 | 100110110 | 1011011 | 100110 |
Color Harmonies of #BA099D
Complementary color
Monochromatic Colors of #BA099D
Black with #BA099D
Text Example
Text Example
White with #BA099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA099D; }
p { color: rgb(186,9,157); }
H1.HeaderClassName
{
color: #BA099D;
}
.AnyTagClassName
{
color: #BA099D;
}
</style>
background-color css
<style>
a { background-color: #BA099D; }
a { background-color: rgb(186,9,157); }
div.DivClassName
{
background-color: #BA099D;
}
.BgClassName
{
background-color: #BA099D;
}
</style>
border-color css
<style>
span { border-color: #BA099D; }
span { border-color: rgb(186,9,157); }
td.TdClassName
{
border-color: #BA099D;
}
.TagClassName
{
border-color: #BA099D;
}
</style>