Shades of Electric Purple #BD31F7
Tints of Electric Purple #BD31F7
RGB
CMYK
RGB Variations
Color information
#BD31F7 (or 0xBD31F7) is known color: Electric Purple. HEX triplet: BD, 31 and F7. RGB value is (189,49,247). Sum of RGB (Red+Green+Blue) = 189+49+247=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD31F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD31F7 is #42CE08. Grayscale: #707070. Windows color (decimal): -4378121 or 16200125. OLE color: 16200125.
HSL color Cylindrical-coordinate representation of color #BD31F7: hue angle of 282.42º degrees, saturation: 0.93, 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 #BD31F7 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 49 | 247 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.03 |
| HSL | 282.42º | 0.93% | 0.58% | - |
| HSV(B) | 282.42º | 0.8% | 0.97% | - |
| XYZ | 38.87 | 19.73 | 89.76 | - |
| YUV | 113.43 | 203.38 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 247 | 0.23 | 0.80 | 0 | 0.03 | 282.42 | 0.93 | 0.58 |
| Hex | BD | 31 | F7 | 17 | 50 | 0 | 3 | 11A | 5D | 3A |
| Octal | 275 | 61 | 367 | 27 | 120 | 0 | 3 | 432 | 135 | 72 |
| Binary | 10111101 | 110001 | 11110111 | 10111 | 1010000 | 0 | 11 | 100011010 | 1011101 | 111010 |
Color Harmonies of #BD31F7
Complementary color
Monochromatic Colors of #BD31F7
Black with #BD31F7
Text Example
Text Example
White with #BD31F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD31F7; }
p { color: rgb(189,49,247); }
H1.HeaderClassName
{
color: #BD31F7;
}
.AnyTagClassName
{
color: #BD31F7;
}
</style>
background-color css
<style>
a { background-color: #BD31F7; }
a { background-color: rgb(189,49,247); }
div.DivClassName
{
background-color: #BD31F7;
}
.BgClassName
{
background-color: #BD31F7;
}
</style>
border-color css
<style>
span { border-color: #BD31F7; }
span { border-color: rgb(189,49,247); }
td.TdClassName
{
border-color: #BD31F7;
}
.TagClassName
{
border-color: #BD31F7;
}
</style>