Shades of Electric Purple #BF11FE
Tints of Electric Purple #BF11FE
RGB
CMYK
RGB Variations
Color information
#BF11FE (or 0xBF11FE) is known color: Electric Purple. HEX triplet: BF, 11 and FE. RGB value is (191,17,254). Sum of RGB (Red+Green+Blue) = 191+17+254=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 17 (7.03% from 255 or 3.68% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF11FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF11FE is #40EE01. Grayscale: #5F5F5F. Windows color (decimal): -4255234 or 16650687. OLE color: 16650687.
HSL color Cylindrical-coordinate representation of color #BF11FE: hue angle of 284.05º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF11FE is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 17 | 254 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.00 |
| HSL | 284.05º | 0.99% | 0.53% | - |
| HSV(B) | 284.05º | 0.93% | 1% | - |
| XYZ | 39.58 | 18.63 | 95.28 | - |
| YUV | 96.04 | 217.15 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 254 | 0.25 | 0.93 | 0 | 0.00 | 284.05 | 0.99 | 0.53 |
| Hex | BF | 11 | FE | 19 | 5D | 0 | 0 | 11C | 63 | 35 |
| Octal | 277 | 21 | 376 | 31 | 135 | 0 | 0 | 434 | 143 | 65 |
| Binary | 10111111 | 10001 | 11111110 | 11001 | 1011101 | 0 | 0 | 100011100 | 1100011 | 110101 |
Color Harmonies of #BF11FE
Complementary color
Monochromatic Colors of #BF11FE
Black with #BF11FE
Text Example
Text Example
White with #BF11FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF11FE; }
p { color: rgb(191,17,254); }
H1.HeaderClassName
{
color: #BF11FE;
}
.AnyTagClassName
{
color: #BF11FE;
}
</style>
background-color css
<style>
a { background-color: #BF11FE; }
a { background-color: rgb(191,17,254); }
div.DivClassName
{
background-color: #BF11FE;
}
.BgClassName
{
background-color: #BF11FE;
}
</style>
border-color css
<style>
span { border-color: #BF11FE; }
span { border-color: rgb(191,17,254); }
td.TdClassName
{
border-color: #BF11FE;
}
.TagClassName
{
border-color: #BF11FE;
}
</style>