Shades of Medium Violet Red #BA0998
Tints of Medium Violet Red #BA0998
RGB
CMYK
RGB Variations
Color information
#BA0998 (or 0xBA0998) is known color: Medium Violet Red. HEX triplet: BA, 09 and 98. RGB value is (186,9,152). Sum of RGB (Red+Green+Blue) = 186+9+152=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0998 is #45F667. Grayscale: #4D4D4D. Windows color (decimal): -4585064 or 9963962. OLE color: 9963962.
HSL color Cylindrical-coordinate representation of color #BA0998: hue angle of 311.53º 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 #BA0998 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 152 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.27 |
| HSL | 311.53º | 0.91% | 0.38% | - |
| HSV(B) | 311.53º | 0.95% | 0.73% | - |
| XYZ | 26.01 | 12.9 | 30.82 | - |
| YUV | 78.23 | 169.64 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 152 | 0 | 0.95 | 0.18 | 0.27 | 311.53 | 0.91 | 0.38 |
| Hex | BA | 9 | 98 | 0 | 5F | 12 | 1B | 138 | 5B | 26 |
| Octal | 272 | 11 | 230 | 0 | 137 | 22 | 33 | 470 | 133 | 46 |
| Binary | 10111010 | 1001 | 10011000 | 0 | 1011111 | 10010 | 11011 | 100111000 | 1011011 | 100110 |
Color Harmonies of #BA0998
Complementary color
Monochromatic Colors of #BA0998
Black with #BA0998
Text Example
Text Example
White with #BA0998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0998; }
p { color: rgb(186,9,152); }
H1.HeaderClassName
{
color: #BA0998;
}
.AnyTagClassName
{
color: #BA0998;
}
</style>
background-color css
<style>
a { background-color: #BA0998; }
a { background-color: rgb(186,9,152); }
div.DivClassName
{
background-color: #BA0998;
}
.BgClassName
{
background-color: #BA0998;
}
</style>
border-color css
<style>
span { border-color: #BA0998; }
span { border-color: rgb(186,9,152); }
td.TdClassName
{
border-color: #BA0998;
}
.TagClassName
{
border-color: #BA0998;
}
</style>