What color is Electric Purple?
Electric purple is a vivid, high-intensity violet with a strong blue lean, hex #BF00FF, brighter and more saturated than most purples seen in everyday life. It has the boldness of a neon sign, with a cool glow that makes it appear almost luminous against dark backgrounds. The color is close to the shade of a glowing black-light poster.
What is the meaning of the color Electric Purple?
Electric purple entered common use alongside the rise of neon and fluorescent color technology in the mid-20th century, when synthetic dyes and UV-reactive pigments made such intense purples reproducible for the first time. Purple at this level of saturation had historically been difficult and expensive to produce — natural violet dyes faded quickly, and even the synthetic mauveine discovered by William Perkin in 1856 was far duller by comparison. The name electric reflects the artificial, high-voltage quality of the color, linking it to the visual language of electricity, stage lighting, and early electronic displays. Jimi Hendrix’s 1967 song Purple Haze helped anchor this shade culturally to psychedelic and rock aesthetics, and the color has since been used by Prince, whose 1984 film and album Purple Rain made a version of this intense violet one of the most recognized personal color identities in popular music.
What colors go with Electric Purple?
Colors that pair well with Electric purple include:
Black: sharp, dramatic contrast
Neon green: bold, electric clash
Silver: cool, futuristic balance
Deep navy: rich, grounding depth
Hot pink: vibrant, energetic warmth
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #BF00FF |
color: #BF00FF;
|
| RGB | 191, 0, 255 |
color: rgb(191, 0, 255);
|
| RGB Percentage | 75%, 0%, 100% |
color: rgb(75%, 0%, 100%);
|
| CMYK | 25%, 100%, 0%, 0% | Not supported in CSS |
| HSL | 285°, 100%, 50% |
color: hsl(285, 100%, 50%);
|
| HSV | 285°, 100%, 100% | Not supported in CSS |
| CIE-LAB | 40, 38, -85 |
color: lab(40% 38 -85);
|
| Decimal | 12517631 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.electric-purple {
color: #BF00FF;
}
$electric-purple: #BF00FF;
rgb(191, 0, 255)