Shades of Medium Violet Red #BA068D
Tints of Medium Violet Red #BA068D
RGB
CMYK
RGB Variations
Color information
#BA068D (or 0xBA068D) is known color: Medium Violet Red. HEX triplet: BA, 06 and 8D. RGB value is (186,6,141). Sum of RGB (Red+Green+Blue) = 186+6+141=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA068D is #45F972. Grayscale: #4A4A4A. Windows color (decimal): -4585843 or 9242298. OLE color: 9242298.
HSL color Cylindrical-coordinate representation of color #BA068D: hue angle of 315º 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 #BA068D is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 141 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.27 |
| HSL | 315º | 0.94% | 0.38% | - |
| HSV(B) | 315º | 0.97% | 0.73% | - |
| XYZ | 25.12 | 12.49 | 26.29 | - |
| YUV | 75.21 | 165.13 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 141 | 0 | 0.97 | 0.24 | 0.27 | 315 | 0.94 | 0.38 |
| Hex | BA | 6 | 8D | 0 | 61 | 18 | 1B | 13B | 5E | 26 |
| Octal | 272 | 6 | 215 | 0 | 141 | 30 | 33 | 473 | 136 | 46 |
| Binary | 10111010 | 110 | 10001101 | 0 | 1100001 | 11000 | 11011 | 100111011 | 1011110 | 100110 |
Color Harmonies of #BA068D
Complementary color
Monochromatic Colors of #BA068D
Black with #BA068D
Text Example
Text Example
White with #BA068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA068D; }
p { color: rgb(186,6,141); }
H1.HeaderClassName
{
color: #BA068D;
}
.AnyTagClassName
{
color: #BA068D;
}
</style>
background-color css
<style>
a { background-color: #BA068D; }
a { background-color: rgb(186,6,141); }
div.DivClassName
{
background-color: #BA068D;
}
.BgClassName
{
background-color: #BA068D;
}
</style>
border-color css
<style>
span { border-color: #BA068D; }
span { border-color: rgb(186,6,141); }
td.TdClassName
{
border-color: #BA068D;
}
.TagClassName
{
border-color: #BA068D;
}
</style>