Shades of Electric Purple #BD32FD
Tints of Electric Purple #BD32FD
RGB
CMYK
RGB Variations
Color information
#BD32FD (or 0xBD32FD) is known color: Electric Purple. HEX triplet: BD, 32 and FD. RGB value is (189,50,253). Sum of RGB (Red+Green+Blue) = 189+50+253=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 50 (19.92% from 255 or 10.16% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD32FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD32FD is #42CD02. Grayscale: #727272. Windows color (decimal): -4377859 or 16593597. OLE color: 16593597.
HSL color Cylindrical-coordinate representation of color #BD32FD: hue angle of 281.08º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD32FD is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 50 | 253 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.01 |
| HSL | 281.08º | 0.98% | 0.59% | - |
| HSV(B) | 281.08º | 0.8% | 0.99% | - |
| XYZ | 39.86 | 20.19 | 94.73 | - |
| YUV | 114.7 | 206.05 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 253 | 0.25 | 0.80 | 0 | 0.01 | 281.08 | 0.98 | 0.59 |
| Hex | BD | 32 | FD | 19 | 50 | 0 | 1 | 119 | 62 | 3B |
| Octal | 275 | 62 | 375 | 31 | 120 | 0 | 1 | 431 | 142 | 73 |
| Binary | 10111101 | 110010 | 11111101 | 11001 | 1010000 | 0 | 1 | 100011001 | 1100010 | 111011 |
Color Harmonies of #BD32FD
Complementary color
Monochromatic Colors of #BD32FD
Black with #BD32FD
Text Example
Text Example
White with #BD32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD32FD; }
p { color: rgb(189,50,253); }
H1.HeaderClassName
{
color: #BD32FD;
}
.AnyTagClassName
{
color: #BD32FD;
}
</style>
background-color css
<style>
a { background-color: #BD32FD; }
a { background-color: rgb(189,50,253); }
div.DivClassName
{
background-color: #BD32FD;
}
.BgClassName
{
background-color: #BD32FD;
}
</style>
border-color css
<style>
span { border-color: #BD32FD; }
span { border-color: rgb(189,50,253); }
td.TdClassName
{
border-color: #BD32FD;
}
.TagClassName
{
border-color: #BD32FD;
}
</style>