Shades of Electric Purple #BF20FE
Tints of Electric Purple #BF20FE
RGB
CMYK
RGB Variations
Color information
#BF20FE (or 0xBF20FE) is known color: Electric Purple. HEX triplet: BF, 20 and FE. RGB value is (191,32,254). Sum of RGB (Red+Green+Blue) = 191+32+254=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF20FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF20FE is #40DF01. Grayscale: #686868. Windows color (decimal): -4251394 or 16654527. OLE color: 16654527.
HSL color Cylindrical-coordinate representation of color #BF20FE: hue angle of 282.97º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF20FE is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 32 | 254 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.00 |
| HSL | 282.97º | 0.99% | 0.56% | - |
| HSV(B) | 282.97º | 0.87% | 1% | - |
| XYZ | 39.89 | 19.27 | 95.38 | - |
| YUV | 104.85 | 212.18 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 254 | 0.25 | 0.87 | 0 | 0.00 | 282.97 | 0.99 | 0.56 |
| Hex | BF | 20 | FE | 19 | 57 | 0 | 0 | 11B | 63 | 38 |
| Octal | 277 | 40 | 376 | 31 | 127 | 0 | 0 | 433 | 143 | 70 |
| Binary | 10111111 | 100000 | 11111110 | 11001 | 1010111 | 0 | 0 | 100011011 | 1100011 | 111000 |
Color Harmonies of #BF20FE
Complementary color
Monochromatic Colors of #BF20FE
Black with #BF20FE
Text Example
Text Example
White with #BF20FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF20FE; }
p { color: rgb(191,32,254); }
H1.HeaderClassName
{
color: #BF20FE;
}
.AnyTagClassName
{
color: #BF20FE;
}
</style>
background-color css
<style>
a { background-color: #BF20FE; }
a { background-color: rgb(191,32,254); }
div.DivClassName
{
background-color: #BF20FE;
}
.BgClassName
{
background-color: #BF20FE;
}
</style>
border-color css
<style>
span { border-color: #BF20FE; }
span { border-color: rgb(191,32,254); }
td.TdClassName
{
border-color: #BF20FE;
}
.TagClassName
{
border-color: #BF20FE;
}
</style>