Color #BF40BF
#BF40BFrgb(191, 64, 191)
Color Codes
HEX#BF40BF
RGBrgb(191, 64, 191)
HSLhsl(300°, 50%, 50%)
CMYKcmyk(0%, 66%, 0%, 25%)
CIELABLab(50.1, 65.5, -41.5)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #BF40BF;color: #BF40BF;border: 2px solid #BF40BF;background: linear-gradient(135deg, #BF40BF, #40bf40);Code Export
css
:root {
--color-primary: #bf40bf;
--color-primary-rgb: 191, 64, 191;
--color-primary-hsl: 300, 50%, 50%;
}