Shades of Medium Violet Red #BA098C
Tints of Medium Violet Red #BA098C
RGB
CMYK
RGB Variations
Color information
#BA098C (or 0xBA098C) is known color: Medium Violet Red. HEX triplet: BA, 09 and 8C. RGB value is (186,9,140). Sum of RGB (Red+Green+Blue) = 186+9+140=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA098C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA098C is #45F673. Grayscale: #4C4C4C. Windows color (decimal): -4585076 or 9177530. OLE color: 9177530.
HSL color Cylindrical-coordinate representation of color #BA098C: hue angle of 315.59º 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 #BA098C is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 140 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.27 |
| HSL | 315.59º | 0.91% | 0.38% | - |
| HSV(B) | 315.59º | 0.95% | 0.73% | - |
| XYZ | 25.08 | 12.53 | 25.91 | - |
| YUV | 76.86 | 163.64 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 140 | 0 | 0.95 | 0.25 | 0.27 | 315.59 | 0.91 | 0.38 |
| Hex | BA | 9 | 8C | 0 | 5F | 19 | 1B | 13C | 5B | 26 |
| Octal | 272 | 11 | 214 | 0 | 137 | 31 | 33 | 474 | 133 | 46 |
| Binary | 10111010 | 1001 | 10001100 | 0 | 1011111 | 11001 | 11011 | 100111100 | 1011011 | 100110 |
Color Harmonies of #BA098C
Complementary color
Monochromatic Colors of #BA098C
Black with #BA098C
Text Example
Text Example
White with #BA098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA098C; }
p { color: rgb(186,9,140); }
H1.HeaderClassName
{
color: #BA098C;
}
.AnyTagClassName
{
color: #BA098C;
}
</style>
background-color css
<style>
a { background-color: #BA098C; }
a { background-color: rgb(186,9,140); }
div.DivClassName
{
background-color: #BA098C;
}
.BgClassName
{
background-color: #BA098C;
}
</style>
border-color css
<style>
span { border-color: #BA098C; }
span { border-color: rgb(186,9,140); }
td.TdClassName
{
border-color: #BA098C;
}
.TagClassName
{
border-color: #BA098C;
}
</style>