Shades of Electric Purple #BF2EF8
Tints of Electric Purple #BF2EF8
RGB
CMYK
RGB Variations
Color information
#BF2EF8 (or 0xBF2EF8) is known color: Electric Purple. HEX triplet: BF, 2E and F8. RGB value is (191,46,248). Sum of RGB (Red+Green+Blue) = 191+46+248=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 46 (18.36% from 255 or 9.48% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #BF2EF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2EF8 is #40D107. Grayscale: #6F6F6F. Windows color (decimal): -4247816 or 16264895. OLE color: 16264895.
HSL color Cylindrical-coordinate representation of color #BF2EF8: hue angle of 283.07º degrees, saturation: 0.94, 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 #BF2EF8 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 46 | 248 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.03 |
| HSL | 283.07º | 0.94% | 0.58% | - |
| HSV(B) | 283.07º | 0.81% | 0.97% | - |
| XYZ | 39.41 | 19.81 | 90.55 | - |
| YUV | 112.38 | 204.54 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 248 | 0.23 | 0.81 | 0 | 0.03 | 283.07 | 0.94 | 0.58 |
| Hex | BF | 2E | F8 | 17 | 51 | 0 | 3 | 11B | 5E | 3A |
| Octal | 277 | 56 | 370 | 27 | 121 | 0 | 3 | 433 | 136 | 72 |
| Binary | 10111111 | 101110 | 11111000 | 10111 | 1010001 | 0 | 11 | 100011011 | 1011110 | 111010 |
Color Harmonies of #BF2EF8
Complementary color
Monochromatic Colors of #BF2EF8
Black with #BF2EF8
Text Example
Text Example
White with #BF2EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2EF8; }
p { color: rgb(191,46,248); }
H1.HeaderClassName
{
color: #BF2EF8;
}
.AnyTagClassName
{
color: #BF2EF8;
}
</style>
background-color css
<style>
a { background-color: #BF2EF8; }
a { background-color: rgb(191,46,248); }
div.DivClassName
{
background-color: #BF2EF8;
}
.BgClassName
{
background-color: #BF2EF8;
}
</style>
border-color css
<style>
span { border-color: #BF2EF8; }
span { border-color: rgb(191,46,248); }
td.TdClassName
{
border-color: #BF2EF8;
}
.TagClassName
{
border-color: #BF2EF8;
}
</style>