Shades of Electric Purple #BF2EF7
Tints of Electric Purple #BF2EF7
RGB
CMYK
RGB Variations
Color information
#BF2EF7 (or 0xBF2EF7) is known color: Electric Purple. HEX triplet: BF, 2E and F7. RGB value is (191,46,247). Sum of RGB (Red+Green+Blue) = 191+46+247=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 46 (18.36% from 255 or 9.50% from 484); Blue value is 247 (96.88% from 255 or 51.03% from 484); Max value from RGB is 247 - color contains mainly: blue. Hex color #BF2EF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2EF7 is #40D108. Grayscale: #6F6F6F. Windows color (decimal): -4247817 or 16199359. OLE color: 16199359.
HSL color Cylindrical-coordinate representation of color #BF2EF7: hue angle of 283.28º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2EF7 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 46 | 247 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.03 |
| HSL | 283.28º | 0.93% | 0.57% | - |
| HSV(B) | 283.28º | 0.81% | 0.97% | - |
| XYZ | 39.25 | 19.75 | 89.74 | - |
| YUV | 112.27 | 204.04 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 247 | 0.23 | 0.81 | 0 | 0.03 | 283.28 | 0.93 | 0.57 |
| Hex | BF | 2E | F7 | 17 | 51 | 0 | 3 | 11B | 5D | 39 |
| Octal | 277 | 56 | 367 | 27 | 121 | 0 | 3 | 433 | 135 | 71 |
| Binary | 10111111 | 101110 | 11110111 | 10111 | 1010001 | 0 | 11 | 100011011 | 1011101 | 111001 |
Color Harmonies of #BF2EF7
Complementary color
Monochromatic Colors of #BF2EF7
Black with #BF2EF7
Text Example
Text Example
White with #BF2EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2EF7; }
p { color: rgb(191,46,247); }
H1.HeaderClassName
{
color: #BF2EF7;
}
.AnyTagClassName
{
color: #BF2EF7;
}
</style>
background-color css
<style>
a { background-color: #BF2EF7; }
a { background-color: rgb(191,46,247); }
div.DivClassName
{
background-color: #BF2EF7;
}
.BgClassName
{
background-color: #BF2EF7;
}
</style>
border-color css
<style>
span { border-color: #BF2EF7; }
span { border-color: rgb(191,46,247); }
td.TdClassName
{
border-color: #BF2EF7;
}
.TagClassName
{
border-color: #BF2EF7;
}
</style>