Shades of Medium Violet Red #BA1678
Tints of Medium Violet Red #BA1678
RGB
CMYK
RGB Variations
Color information
#BA1678 (or 0xBA1678) is known color: Medium Violet Red. HEX triplet: BA, 16 and 78. RGB value is (186,22,120). Sum of RGB (Red+Green+Blue) = 186+22+120=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1678 is #45E987. Grayscale: #515151. Windows color (decimal): -4581768 or 7870138. OLE color: 7870138.
HSL color Cylindrical-coordinate representation of color #BA1678: hue angle of 324.15º 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 #BA1678 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 120 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.27 |
| HSL | 324.15º | 0.79% | 0.41% | - |
| HSV(B) | 324.15º | 0.88% | 0.73% | - |
| XYZ | 23.93 | 12.37 | 18.9 | - |
| YUV | 82.21 | 149.33 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 120 | 0 | 0.88 | 0.35 | 0.27 | 324.15 | 0.79 | 0.41 |
| Hex | BA | 16 | 78 | 0 | 58 | 23 | 1B | 144 | 4F | 29 |
| Octal | 272 | 26 | 170 | 0 | 130 | 43 | 33 | 504 | 117 | 51 |
| Binary | 10111010 | 10110 | 1111000 | 0 | 1011000 | 100011 | 11011 | 101000100 | 1001111 | 101001 |
Color Harmonies of #BA1678
Complementary color
Monochromatic Colors of #BA1678
Black with #BA1678
Text Example
Text Example
White with #BA1678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1678; }
p { color: rgb(186,22,120); }
H1.HeaderClassName
{
color: #BA1678;
}
.AnyTagClassName
{
color: #BA1678;
}
</style>
background-color css
<style>
a { background-color: #BA1678; }
a { background-color: rgb(186,22,120); }
div.DivClassName
{
background-color: #BA1678;
}
.BgClassName
{
background-color: #BA1678;
}
</style>
border-color css
<style>
span { border-color: #BA1678; }
span { border-color: rgb(186,22,120); }
td.TdClassName
{
border-color: #BA1678;
}
.TagClassName
{
border-color: #BA1678;
}
</style>