Shades of Electric Purple #BF30F7
Tints of Electric Purple #BF30F7
RGB
CMYK
RGB Variations
Color information
#BF30F7 (or 0xBF30F7) is known color: Electric Purple. HEX triplet: BF, 30 and F7. RGB value is (191,48,247). Sum of RGB (Red+Green+Blue) = 191+48+247=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 48 (19.14% from 255 or 9.88% 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 #BF30F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF30F7 is #40CF08. Grayscale: #707070. Windows color (decimal): -4247305 or 16199871. OLE color: 16199871.
HSL color Cylindrical-coordinate representation of color #BF30F7: hue angle of 283.12º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF30F7 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 48 | 247 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.03 |
| HSL | 283.12º | 0.93% | 0.58% | - |
| HSV(B) | 283.12º | 0.81% | 0.97% | - |
| XYZ | 39.33 | 19.91 | 89.76 | - |
| YUV | 113.44 | 203.38 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 247 | 0.23 | 0.81 | 0 | 0.03 | 283.12 | 0.93 | 0.58 |
| Hex | BF | 30 | F7 | 17 | 51 | 0 | 3 | 11B | 5D | 3A |
| Octal | 277 | 60 | 367 | 27 | 121 | 0 | 3 | 433 | 135 | 72 |
| Binary | 10111111 | 110000 | 11110111 | 10111 | 1010001 | 0 | 11 | 100011011 | 1011101 | 111010 |
Color Harmonies of #BF30F7
Complementary color
Monochromatic Colors of #BF30F7
Black with #BF30F7
Text Example
Text Example
White with #BF30F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF30F7; }
p { color: rgb(191,48,247); }
H1.HeaderClassName
{
color: #BF30F7;
}
.AnyTagClassName
{
color: #BF30F7;
}
</style>
background-color css
<style>
a { background-color: #BF30F7; }
a { background-color: rgb(191,48,247); }
div.DivClassName
{
background-color: #BF30F7;
}
.BgClassName
{
background-color: #BF30F7;
}
</style>
border-color css
<style>
span { border-color: #BF30F7; }
span { border-color: rgb(191,48,247); }
td.TdClassName
{
border-color: #BF30F7;
}
.TagClassName
{
border-color: #BF30F7;
}
</style>