Shades of Electric Purple #BF2CFE
Tints of Electric Purple #BF2CFE
RGB
CMYK
RGB Variations
Color information
#BF2CFE (or 0xBF2CFE) is known color: Electric Purple. HEX triplet: BF, 2C and FE. RGB value is (191,44,254). Sum of RGB (Red+Green+Blue) = 191+44+254=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 44 (17.58% from 255 or 9.00% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF2CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2CFE is #40D301. Grayscale: #6F6F6F. Windows color (decimal): -4248322 or 16657599. OLE color: 16657599.
HSL color Cylindrical-coordinate representation of color #BF2CFE: hue angle of 282º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2CFE is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 44 | 254 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.00 |
| HSL | 282º | 0.99% | 0.58% | - |
| HSV(B) | 282º | 0.83% | 1% | - |
| XYZ | 40.28 | 20.03 | 95.51 | - |
| YUV | 111.89 | 208.2 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 254 | 0.25 | 0.83 | 0 | 0.00 | 282 | 0.99 | 0.58 |
| Hex | BF | 2C | FE | 19 | 53 | 0 | 0 | 11A | 63 | 3A |
| Octal | 277 | 54 | 376 | 31 | 123 | 0 | 0 | 432 | 143 | 72 |
| Binary | 10111111 | 101100 | 11111110 | 11001 | 1010011 | 0 | 0 | 100011010 | 1100011 | 111010 |
Color Harmonies of #BF2CFE
Complementary color
Monochromatic Colors of #BF2CFE
Black with #BF2CFE
Text Example
Text Example
White with #BF2CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CFE; }
p { color: rgb(191,44,254); }
H1.HeaderClassName
{
color: #BF2CFE;
}
.AnyTagClassName
{
color: #BF2CFE;
}
</style>
background-color css
<style>
a { background-color: #BF2CFE; }
a { background-color: rgb(191,44,254); }
div.DivClassName
{
background-color: #BF2CFE;
}
.BgClassName
{
background-color: #BF2CFE;
}
</style>
border-color css
<style>
span { border-color: #BF2CFE; }
span { border-color: rgb(191,44,254); }
td.TdClassName
{
border-color: #BF2CFE;
}
.TagClassName
{
border-color: #BF2CFE;
}
</style>