Shades of Medium Violet Red #BA1679
Tints of Medium Violet Red #BA1679
RGB
CMYK
RGB Variations
Color information
#BA1679 (or 0xBA1679) is known color: Medium Violet Red. HEX triplet: BA, 16 and 79. RGB value is (186,22,121). Sum of RGB (Red+Green+Blue) = 186+22+121=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1679 is #45E986. Grayscale: #525252. Windows color (decimal): -4581767 or 7935674. OLE color: 7935674.
HSL color Cylindrical-coordinate representation of color #BA1679: hue angle of 323.78º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1679 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 121 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.27 |
| HSL | 323.78º | 0.79% | 0.41% | - |
| HSV(B) | 323.78º | 0.88% | 0.73% | - |
| XYZ | 23.99 | 12.39 | 19.22 | - |
| YUV | 82.32 | 149.83 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 121 | 0 | 0.88 | 0.35 | 0.27 | 323.78 | 0.79 | 0.41 |
| Hex | BA | 16 | 79 | 0 | 58 | 23 | 1B | 144 | 4F | 29 |
| Octal | 272 | 26 | 171 | 0 | 130 | 43 | 33 | 504 | 117 | 51 |
| Binary | 10111010 | 10110 | 1111001 | 0 | 1011000 | 100011 | 11011 | 101000100 | 1001111 | 101001 |
Color Harmonies of #BA1679
Complementary color
Monochromatic Colors of #BA1679
Black with #BA1679
Text Example
Text Example
White with #BA1679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1679; }
p { color: rgb(186,22,121); }
H1.HeaderClassName
{
color: #BA1679;
}
.AnyTagClassName
{
color: #BA1679;
}
</style>
background-color css
<style>
a { background-color: #BA1679; }
a { background-color: rgb(186,22,121); }
div.DivClassName
{
background-color: #BA1679;
}
.BgClassName
{
background-color: #BA1679;
}
</style>
border-color css
<style>
span { border-color: #BA1679; }
span { border-color: rgb(186,22,121); }
td.TdClassName
{
border-color: #BA1679;
}
.TagClassName
{
border-color: #BA1679;
}
</style>