Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Violet Eggplant | B722A6 | #B722A6 | 183, 34, 166 | 71.76, 13.33, 65.1 | 0, 81.42, 9.29, 28.24 | 306.84563758389, 81.420765027322, 71.764705882353 |
Color #b722a6 is Violet Eggplant. In RGB: 71.76, 13.33, 65.1. In CMYK: 0, 81.42, 9.29, 28.24.
div { background: #b722a6; color: #000; }
div { background: #b722a6; color: #fff; }
div { background: linear-gradient(to bottom, #9A008B 0%, #D445C1 100%); color: #000; }
div { background: linear-gradient(to bottom, #D445C1 0%, #9A008B 100%); color: #000; }
div { background: linear-gradient(to bottom, #9A008B 0%, #D445C1 100%); color: #fff; }
div { background: linear-gradient(to bottom, #D445C1 0%, #9A008B 100%); color: #fff; }
div { border: 1px solid #b722a6; }
div { border: 5px solid #b722a6; }
div { border: 1px dashed #b722a6; }
div { border: 5px dashed #b722a6; }
div { border: 1px dotted #b722a6; }
div { border: 5px dotted #b722a6; }