Shades of Electric Purple #BF2EFE
Tints of Electric Purple #BF2EFE
RGB
CMYK
RGB Variations
Color information
#BF2EFE (or 0xBF2EFE) is known color: Electric Purple. HEX triplet: BF, 2E and FE. RGB value is (191,46,254). Sum of RGB (Red+Green+Blue) = 191+46+254=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 46 (18.36% from 255 or 9.37% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF2EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2EFE is #40D101. Grayscale: #707070. Windows color (decimal): -4247810 or 16658111. OLE color: 16658111.
HSL color Cylindrical-coordinate representation of color #BF2EFE: hue angle of 281.83º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2EFE is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 46 | 254 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.00 |
| HSL | 281.83º | 0.99% | 0.59% | - |
| HSV(B) | 281.83º | 0.82% | 1% | - |
| XYZ | 40.35 | 20.19 | 95.54 | - |
| YUV | 113.07 | 207.54 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 254 | 0.25 | 0.82 | 0 | 0.00 | 281.83 | 0.99 | 0.59 |
| Hex | BF | 2E | FE | 19 | 52 | 0 | 0 | 11A | 63 | 3B |
| Octal | 277 | 56 | 376 | 31 | 122 | 0 | 0 | 432 | 143 | 73 |
| Binary | 10111111 | 101110 | 11111110 | 11001 | 1010010 | 0 | 0 | 100011010 | 1100011 | 111011 |
Color Harmonies of #BF2EFE
Complementary color
Monochromatic Colors of #BF2EFE
Black with #BF2EFE
Text Example
Text Example
White with #BF2EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2EFE; }
p { color: rgb(191,46,254); }
H1.HeaderClassName
{
color: #BF2EFE;
}
.AnyTagClassName
{
color: #BF2EFE;
}
</style>
background-color css
<style>
a { background-color: #BF2EFE; }
a { background-color: rgb(191,46,254); }
div.DivClassName
{
background-color: #BF2EFE;
}
.BgClassName
{
background-color: #BF2EFE;
}
</style>
border-color css
<style>
span { border-color: #BF2EFE; }
span { border-color: rgb(191,46,254); }
td.TdClassName
{
border-color: #BF2EFE;
}
.TagClassName
{
border-color: #BF2EFE;
}
</style>