Shades of Medium Violet Red #BA069E
Tints of Medium Violet Red #BA069E
RGB
CMYK
RGB Variations
Color information
#BA069E (or 0xBA069E) is known color: Medium Violet Red. HEX triplet: BA, 06 and 9E. RGB value is (186,6,158). Sum of RGB (Red+Green+Blue) = 186+6+158=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA069E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA069E is #45F961. Grayscale: #4C4C4C. Windows color (decimal): -4585826 or 10356410. OLE color: 10356410.
HSL color Cylindrical-coordinate representation of color #BA069E: hue angle of 309.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA069E is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 158 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.27 |
| HSL | 309.33º | 0.94% | 0.38% | - |
| HSV(B) | 309.33º | 0.97% | 0.73% | - |
| XYZ | 26.49 | 13.04 | 33.47 | - |
| YUV | 77.15 | 173.63 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 158 | 0 | 0.97 | 0.15 | 0.27 | 309.33 | 0.94 | 0.38 |
| Hex | BA | 6 | 9E | 0 | 61 | F | 1B | 135 | 5E | 26 |
| Octal | 272 | 6 | 236 | 0 | 141 | 17 | 33 | 465 | 136 | 46 |
| Binary | 10111010 | 110 | 10011110 | 0 | 1100001 | 1111 | 11011 | 100110101 | 1011110 | 100110 |
Color Harmonies of #BA069E
Complementary color
Monochromatic Colors of #BA069E
Black with #BA069E
Text Example
Text Example
White with #BA069E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA069E; }
p { color: rgb(186,6,158); }
H1.HeaderClassName
{
color: #BA069E;
}
.AnyTagClassName
{
color: #BA069E;
}
</style>
background-color css
<style>
a { background-color: #BA069E; }
a { background-color: rgb(186,6,158); }
div.DivClassName
{
background-color: #BA069E;
}
.BgClassName
{
background-color: #BA069E;
}
</style>
border-color css
<style>
span { border-color: #BA069E; }
span { border-color: rgb(186,6,158); }
td.TdClassName
{
border-color: #BA069E;
}
.TagClassName
{
border-color: #BA069E;
}
</style>