Shades of Electric Purple #BD32F7
Tints of Electric Purple #BD32F7
RGB
CMYK
RGB Variations
Color information
#BD32F7 (or 0xBD32F7) is known color: Electric Purple. HEX triplet: BD, 32 and F7. RGB value is (189,50,247). Sum of RGB (Red+Green+Blue) = 189+50+247=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 50 (19.92% from 255 or 10.29% from 486); Blue value is 247 (96.88% from 255 or 50.82% from 486); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD32F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD32F7 is #42CD08. Grayscale: #717171. Windows color (decimal): -4377865 or 16200381. OLE color: 16200381.
HSL color Cylindrical-coordinate representation of color #BD32F7: hue angle of 282.34º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD32F7 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 50 | 247 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.03 |
| HSL | 282.34º | 0.92% | 0.58% | - |
| HSV(B) | 282.34º | 0.8% | 0.97% | - |
| XYZ | 38.92 | 19.82 | 89.77 | - |
| YUV | 114.02 | 203.05 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 247 | 0.23 | 0.80 | 0 | 0.03 | 282.34 | 0.92 | 0.58 |
| Hex | BD | 32 | F7 | 17 | 50 | 0 | 3 | 11A | 5C | 3A |
| Octal | 275 | 62 | 367 | 27 | 120 | 0 | 3 | 432 | 134 | 72 |
| Binary | 10111101 | 110010 | 11110111 | 10111 | 1010000 | 0 | 11 | 100011010 | 1011100 | 111010 |
Color Harmonies of #BD32F7
Complementary color
Monochromatic Colors of #BD32F7
Black with #BD32F7
Text Example
Text Example
White with #BD32F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD32F7; }
p { color: rgb(189,50,247); }
H1.HeaderClassName
{
color: #BD32F7;
}
.AnyTagClassName
{
color: #BD32F7;
}
</style>
background-color css
<style>
a { background-color: #BD32F7; }
a { background-color: rgb(189,50,247); }
div.DivClassName
{
background-color: #BD32F7;
}
.BgClassName
{
background-color: #BD32F7;
}
</style>
border-color css
<style>
span { border-color: #BD32F7; }
span { border-color: rgb(189,50,247); }
td.TdClassName
{
border-color: #BD32F7;
}
.TagClassName
{
border-color: #BD32F7;
}
</style>