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