Shades of Electric Purple #BD32FE
Tints of Electric Purple #BD32FE
RGB
CMYK
RGB Variations
Color information
#BD32FE (or 0xBD32FE) is known color: Electric Purple. HEX triplet: BD, 32 and FE. RGB value is (189,50,254). Sum of RGB (Red+Green+Blue) = 189+50+254=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 50 (19.92% from 255 or 10.14% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD32FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD32FE is #42CD01. Grayscale: #727272. Windows color (decimal): -4377858 or 16659133. OLE color: 16659133.
HSL color Cylindrical-coordinate representation of color #BD32FE: hue angle of 280.88º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD32FE is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 50 | 254 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.00 |
| HSL | 280.88º | 0.99% | 0.6% | - |
| HSV(B) | 280.88º | 0.8% | 1% | - |
| XYZ | 40.02 | 20.26 | 95.57 | - |
| YUV | 114.82 | 206.55 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 254 | 0.26 | 0.80 | 0 | 0.00 | 280.88 | 0.99 | 0.6 |
| Hex | BD | 32 | FE | 1A | 50 | 0 | 0 | 119 | 63 | 3C |
| Octal | 275 | 62 | 376 | 32 | 120 | 0 | 0 | 431 | 143 | 74 |
| Binary | 10111101 | 110010 | 11111110 | 11010 | 1010000 | 0 | 0 | 100011001 | 1100011 | 111100 |
Color Harmonies of #BD32FE
Complementary color
Monochromatic Colors of #BD32FE
Black with #BD32FE
Text Example
Text Example
White with #BD32FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD32FE; }
p { color: rgb(189,50,254); }
H1.HeaderClassName
{
color: #BD32FE;
}
.AnyTagClassName
{
color: #BD32FE;
}
</style>
background-color css
<style>
a { background-color: #BD32FE; }
a { background-color: rgb(189,50,254); }
div.DivClassName
{
background-color: #BD32FE;
}
.BgClassName
{
background-color: #BD32FE;
}
</style>
border-color css
<style>
span { border-color: #BD32FE; }
span { border-color: rgb(189,50,254); }
td.TdClassName
{
border-color: #BD32FE;
}
.TagClassName
{
border-color: #BD32FE;
}
</style>