Shades of Electric Purple #BF2DFE
Tints of Electric Purple #BF2DFE
RGB
CMYK
RGB Variations
Color information
#BF2DFE (or 0xBF2DFE) is known color: Electric Purple. HEX triplet: BF, 2D and FE. RGB value is (191,45,254). Sum of RGB (Red+Green+Blue) = 191+45+254=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 45 (17.97% from 255 or 9.18% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF2DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2DFE is #40D201. Grayscale: #6F6F6F. Windows color (decimal): -4248066 or 16657855. OLE color: 16657855.
HSL color Cylindrical-coordinate representation of color #BF2DFE: hue angle of 281.91º 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 #BF2DFE is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 45 | 254 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.00 |
| HSL | 281.91º | 0.99% | 0.59% | - |
| HSV(B) | 281.91º | 0.82% | 1% | - |
| XYZ | 40.31 | 20.11 | 95.52 | - |
| YUV | 112.48 | 207.87 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 254 | 0.25 | 0.82 | 0 | 0.00 | 281.91 | 0.99 | 0.59 |
| Hex | BF | 2D | FE | 19 | 52 | 0 | 0 | 11A | 63 | 3B |
| Octal | 277 | 55 | 376 | 31 | 122 | 0 | 0 | 432 | 143 | 73 |
| Binary | 10111111 | 101101 | 11111110 | 11001 | 1010010 | 0 | 0 | 100011010 | 1100011 | 111011 |
Color Harmonies of #BF2DFE
Complementary color
Monochromatic Colors of #BF2DFE
Black with #BF2DFE
Text Example
Text Example
White with #BF2DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DFE; }
p { color: rgb(191,45,254); }
H1.HeaderClassName
{
color: #BF2DFE;
}
.AnyTagClassName
{
color: #BF2DFE;
}
</style>
background-color css
<style>
a { background-color: #BF2DFE; }
a { background-color: rgb(191,45,254); }
div.DivClassName
{
background-color: #BF2DFE;
}
.BgClassName
{
background-color: #BF2DFE;
}
</style>
border-color css
<style>
span { border-color: #BF2DFE; }
span { border-color: rgb(191,45,254); }
td.TdClassName
{
border-color: #BF2DFE;
}
.TagClassName
{
border-color: #BF2DFE;
}
</style>