Shades of Electric Purple #BF2BFE
Tints of Electric Purple #BF2BFE
RGB
CMYK
RGB Variations
Color information
#BF2BFE (or 0xBF2BFE) is known color: Electric Purple. HEX triplet: BF, 2B and FE. RGB value is (191,43,254). Sum of RGB (Red+Green+Blue) = 191+43+254=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 43 (17.19% from 255 or 8.81% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF2BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2BFE is #40D401. Grayscale: #6E6E6E. Windows color (decimal): -4248578 or 16657343. OLE color: 16657343.
HSL color Cylindrical-coordinate representation of color #BF2BFE: hue angle of 282.09º 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 #BF2BFE is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 43 | 254 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.00 |
| HSL | 282.09º | 0.99% | 0.58% | - |
| HSV(B) | 282.09º | 0.83% | 1% | - |
| XYZ | 40.24 | 19.96 | 95.5 | - |
| YUV | 111.31 | 208.53 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 43 | 254 | 0.25 | 0.83 | 0 | 0.00 | 282.09 | 0.99 | 0.58 |
| Hex | BF | 2B | FE | 19 | 53 | 0 | 0 | 11A | 63 | 3A |
| Octal | 277 | 53 | 376 | 31 | 123 | 0 | 0 | 432 | 143 | 72 |
| Binary | 10111111 | 101011 | 11111110 | 11001 | 1010011 | 0 | 0 | 100011010 | 1100011 | 111010 |
Color Harmonies of #BF2BFE
Complementary color
Monochromatic Colors of #BF2BFE
Black with #BF2BFE
Text Example
Text Example
White with #BF2BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2BFE; }
p { color: rgb(191,43,254); }
H1.HeaderClassName
{
color: #BF2BFE;
}
.AnyTagClassName
{
color: #BF2BFE;
}
</style>
background-color css
<style>
a { background-color: #BF2BFE; }
a { background-color: rgb(191,43,254); }
div.DivClassName
{
background-color: #BF2BFE;
}
.BgClassName
{
background-color: #BF2BFE;
}
</style>
border-color css
<style>
span { border-color: #BF2BFE; }
span { border-color: rgb(191,43,254); }
td.TdClassName
{
border-color: #BF2BFE;
}
.TagClassName
{
border-color: #BF2BFE;
}
</style>