Shades of Electric Purple #BF05FE
Tints of Electric Purple #BF05FE
RGB
CMYK
RGB Variations
Color information
#BF05FE (or 0xBF05FE) is known color: Electric Purple. HEX triplet: BF, 05 and FE. RGB value is (191,5,254). Sum of RGB (Red+Green+Blue) = 191+5+254=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 5 (2.34% from 255 or 1.11% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF05FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF05FE is #40FA01. Grayscale: #585858. Windows color (decimal): -4258306 or 16647615. OLE color: 16647615.
HSL color Cylindrical-coordinate representation of color #BF05FE: hue angle of 284.82º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF05FE is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 5 | 254 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.00 |
| HSL | 284.82º | 0.99% | 0.51% | - |
| HSV(B) | 284.82º | 0.98% | 1% | - |
| XYZ | 39.43 | 18.34 | 95.23 | - |
| YUV | 89 | 221.12 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 5 | 254 | 0.25 | 0.98 | 0 | 0.00 | 284.82 | 0.99 | 0.51 |
| Hex | BF | 5 | FE | 19 | 62 | 0 | 0 | 11D | 63 | 33 |
| Octal | 277 | 5 | 376 | 31 | 142 | 0 | 0 | 435 | 143 | 63 |
| Binary | 10111111 | 101 | 11111110 | 11001 | 1100010 | 0 | 0 | 100011101 | 1100011 | 110011 |
Color Harmonies of #BF05FE
Complementary color
Monochromatic Colors of #BF05FE
Black with #BF05FE
Text Example
Text Example
White with #BF05FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF05FE; }
p { color: rgb(191,5,254); }
H1.HeaderClassName
{
color: #BF05FE;
}
.AnyTagClassName
{
color: #BF05FE;
}
</style>
background-color css
<style>
a { background-color: #BF05FE; }
a { background-color: rgb(191,5,254); }
div.DivClassName
{
background-color: #BF05FE;
}
.BgClassName
{
background-color: #BF05FE;
}
</style>
border-color css
<style>
span { border-color: #BF05FE; }
span { border-color: rgb(191,5,254); }
td.TdClassName
{
border-color: #BF05FE;
}
.TagClassName
{
border-color: #BF05FE;
}
</style>