Shades of Electric Purple #BF15FE
Tints of Electric Purple #BF15FE
RGB
CMYK
RGB Variations
Color information
#BF15FE (or 0xBF15FE) is known color: Electric Purple. HEX triplet: BF, 15 and FE. RGB value is (191,21,254). Sum of RGB (Red+Green+Blue) = 191+21+254=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 21 (8.59% from 255 or 4.51% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF15FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF15FE is #40EA01. Grayscale: #616161. Windows color (decimal): -4254210 or 16651711. OLE color: 16651711.
HSL color Cylindrical-coordinate representation of color #BF15FE: hue angle of 283.78º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF15FE is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 21 | 254 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.00 |
| HSL | 283.78º | 0.99% | 0.54% | - |
| HSV(B) | 283.78º | 0.92% | 1% | - |
| XYZ | 39.64 | 18.77 | 95.3 | - |
| YUV | 98.39 | 215.82 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 254 | 0.25 | 0.92 | 0 | 0.00 | 283.78 | 0.99 | 0.54 |
| Hex | BF | 15 | FE | 19 | 5C | 0 | 0 | 11C | 63 | 36 |
| Octal | 277 | 25 | 376 | 31 | 134 | 0 | 0 | 434 | 143 | 66 |
| Binary | 10111111 | 10101 | 11111110 | 11001 | 1011100 | 0 | 0 | 100011100 | 1100011 | 110110 |
Color Harmonies of #BF15FE
Complementary color
Monochromatic Colors of #BF15FE
Black with #BF15FE
Text Example
Text Example
White with #BF15FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF15FE; }
p { color: rgb(191,21,254); }
H1.HeaderClassName
{
color: #BF15FE;
}
.AnyTagClassName
{
color: #BF15FE;
}
</style>
background-color css
<style>
a { background-color: #BF15FE; }
a { background-color: rgb(191,21,254); }
div.DivClassName
{
background-color: #BF15FE;
}
.BgClassName
{
background-color: #BF15FE;
}
</style>
border-color css
<style>
span { border-color: #BF15FE; }
span { border-color: rgb(191,21,254); }
td.TdClassName
{
border-color: #BF15FE;
}
.TagClassName
{
border-color: #BF15FE;
}
</style>