Shades of Electric Purple #BD32FF
Tints of Electric Purple #BD32FF
RGB
CMYK
RGB Variations
Color information
#BD32FF (or 0xBD32FF) is known color: Electric Purple. HEX triplet: BD, 32 and FF. RGB value is (189,50,255). Sum of RGB (Red+Green+Blue) = 189+50+255=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 50 (19.92% from 255 or 10.12% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD32FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD32FF is #42CD00. Grayscale: #727272. Windows color (decimal): -4377857 or 16724669. OLE color: 16724669.
HSL color Cylindrical-coordinate representation of color #BD32FF: hue angle of 280.68º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD32FF is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 50 | 255 | - |
| CMYK | 0.26 | 0.80 | 0 | 0 |
| HSL | 280.68º | 1% | 0.6% | - |
| HSV(B) | 280.68º | 0.8% | 1% | - |
| XYZ | 40.18 | 20.32 | 96.41 | - |
| YUV | 114.93 | 207.05 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 255 | 0.26 | 0.80 | 0 | 0 | 280.68 | 1 | 0.6 |
| Hex | BD | 32 | FF | 1A | 50 | 0 | 0 | 119 | 64 | 3C |
| Octal | 275 | 62 | 377 | 32 | 120 | 0 | 0 | 431 | 144 | 74 |
| Binary | 10111101 | 110010 | 11111111 | 11010 | 1010000 | 0 | 0 | 100011001 | 1100100 | 111100 |
Color Harmonies of #BD32FF
Complementary color
Monochromatic Colors of #BD32FF
Black with #BD32FF
Text Example
Text Example
White with #BD32FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD32FF; }
p { color: rgb(189,50,255); }
H1.HeaderClassName
{
color: #BD32FF;
}
.AnyTagClassName
{
color: #BD32FF;
}
</style>
background-color css
<style>
a { background-color: #BD32FF; }
a { background-color: rgb(189,50,255); }
div.DivClassName
{
background-color: #BD32FF;
}
.BgClassName
{
background-color: #BD32FF;
}
</style>
border-color css
<style>
span { border-color: #BD32FF; }
span { border-color: rgb(189,50,255); }
td.TdClassName
{
border-color: #BD32FF;
}
.TagClassName
{
border-color: #BD32FF;
}
</style>