Shades of Medium Violet Red #BA068A
Tints of Medium Violet Red #BA068A
RGB
CMYK
RGB Variations
Color information
#BA068A (or 0xBA068A) is known color: Medium Violet Red. HEX triplet: BA, 06 and 8A. RGB value is (186,6,138). Sum of RGB (Red+Green+Blue) = 186+6+138=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA068A is #45F975. Grayscale: #4A4A4A. Windows color (decimal): -4585846 or 9045690. OLE color: 9045690.
HSL color Cylindrical-coordinate representation of color #BA068A: hue angle of 316º 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 #BA068A is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 138 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.27 |
| HSL | 316º | 0.94% | 0.38% | - |
| HSV(B) | 316º | 0.97% | 0.73% | - |
| XYZ | 24.9 | 12.4 | 25.13 | - |
| YUV | 74.87 | 163.63 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 138 | 0 | 0.97 | 0.26 | 0.27 | 316 | 0.94 | 0.38 |
| Hex | BA | 6 | 8A | 0 | 61 | 1A | 1B | 13C | 5E | 26 |
| Octal | 272 | 6 | 212 | 0 | 141 | 32 | 33 | 474 | 136 | 46 |
| Binary | 10111010 | 110 | 10001010 | 0 | 1100001 | 11010 | 11011 | 100111100 | 1011110 | 100110 |
Color Harmonies of #BA068A
Complementary color
Monochromatic Colors of #BA068A
Black with #BA068A
Text Example
Text Example
White with #BA068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA068A; }
p { color: rgb(186,6,138); }
H1.HeaderClassName
{
color: #BA068A;
}
.AnyTagClassName
{
color: #BA068A;
}
</style>
background-color css
<style>
a { background-color: #BA068A; }
a { background-color: rgb(186,6,138); }
div.DivClassName
{
background-color: #BA068A;
}
.BgClassName
{
background-color: #BA068A;
}
</style>
border-color css
<style>
span { border-color: #BA068A; }
span { border-color: rgb(186,6,138); }
td.TdClassName
{
border-color: #BA068A;
}
.TagClassName
{
border-color: #BA068A;
}
</style>