Shades of Electric Purple #BF04FE
Tints of Electric Purple #BF04FE
RGB
CMYK
RGB Variations
Color information
#BF04FE (or 0xBF04FE) is known color: Electric Purple. HEX triplet: BF, 04 and FE. RGB value is (191,4,254). Sum of RGB (Red+Green+Blue) = 191+4+254=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 4 (1.95% from 255 or 0.89% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF04FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF04FE is #40FB01. Grayscale: #575757. Windows color (decimal): -4258562 or 16647359. OLE color: 16647359.
HSL color Cylindrical-coordinate representation of color #BF04FE: hue angle of 284.88º 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 #BF04FE is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 4 | 254 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.00 |
| HSL | 284.88º | 0.99% | 0.51% | - |
| HSV(B) | 284.88º | 0.98% | 1% | - |
| XYZ | 39.42 | 18.32 | 95.22 | - |
| YUV | 88.41 | 221.45 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 4 | 254 | 0.25 | 0.98 | 0 | 0.00 | 284.88 | 0.99 | 0.51 |
| Hex | BF | 4 | FE | 19 | 62 | 0 | 0 | 11D | 63 | 33 |
| Octal | 277 | 4 | 376 | 31 | 142 | 0 | 0 | 435 | 143 | 63 |
| Binary | 10111111 | 100 | 11111110 | 11001 | 1100010 | 0 | 0 | 100011101 | 1100011 | 110011 |
Color Harmonies of #BF04FE
Complementary color
Monochromatic Colors of #BF04FE
Black with #BF04FE
Text Example
Text Example
White with #BF04FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF04FE; }
p { color: rgb(191,4,254); }
H1.HeaderClassName
{
color: #BF04FE;
}
.AnyTagClassName
{
color: #BF04FE;
}
</style>
background-color css
<style>
a { background-color: #BF04FE; }
a { background-color: rgb(191,4,254); }
div.DivClassName
{
background-color: #BF04FE;
}
.BgClassName
{
background-color: #BF04FE;
}
</style>
border-color css
<style>
span { border-color: #BF04FE; }
span { border-color: rgb(191,4,254); }
td.TdClassName
{
border-color: #BF04FE;
}
.TagClassName
{
border-color: #BF04FE;
}
</style>