Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Medium Red Violet | B53280 | #B53280 | 181, 50, 128 | 70.98, 19.61, 50.2 | 0, 72.38, 29.28, 29.02 | 324.27480916031, 72.375690607735, 70.980392156863 |
Color #b53280 is Medium Red Violet. In RGB: 70.98, 19.61, 50.2. In CMYK: 0, 72.38, 29.28, 29.02.
div { background: #b53280; color: #000; }
div { background: #b53280; color: #fff; }
div { background: linear-gradient(to bottom, #980A67 0%, #D24F9A 100%); color: #000; }
div { background: linear-gradient(to bottom, #D24F9A 0%, #980A67 100%); color: #000; }
div { background: linear-gradient(to bottom, #980A67 0%, #D24F9A 100%); color: #fff; }
div { background: linear-gradient(to bottom, #D24F9A 0%, #980A67 100%); color: #fff; }
div { border: 1px solid #b53280; }
div { border: 5px solid #b53280; }
div { border: 1px dashed #b53280; }
div { border: 5px dashed #b53280; }
div { border: 1px dotted #b53280; }
div { border: 5px dotted #b53280; }