Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Red Violet | B53E98 | #B53E98 | 181, 62, 152 | 70.98, 24.31, 59.61 | 0, 65.75, 16.02, 29.02 | 314.6218487395, 65.745856353591, 70.980392156863 |
Color #b53e98 is Red Violet. In RGB: 70.98, 24.31, 59.61. In CMYK: 0, 65.75, 16.02, 29.02.
div { background: #b53e98; color: #000; }
div { background: #b53e98; color: #fff; }
div { background: linear-gradient(to bottom, #991F7E 0%, #D25AB3 100%); color: #000; }
div { background: linear-gradient(to bottom, #D25AB3 0%, #991F7E 100%); color: #000; }
div { background: linear-gradient(to bottom, #991F7E 0%, #D25AB3 100%); color: #fff; }
div { background: linear-gradient(to bottom, #D25AB3 0%, #991F7E 100%); color: #fff; }
div { border: 1px solid #b53e98; }
div { border: 5px solid #b53e98; }
div { border: 1px dashed #b53e98; }
div { border: 5px dashed #b53e98; }
div { border: 1px dotted #b53e98; }
div { border: 5px dotted #b53e98; }