Shades of Electric Purple #BF14FE
Tints of Electric Purple #BF14FE
RGB
CMYK
RGB Variations
Color information
#BF14FE (or 0xBF14FE) is known color: Electric Purple. HEX triplet: BF, 14 and FE. RGB value is (191,20,254). Sum of RGB (Red+Green+Blue) = 191+20+254=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 20 (8.20% from 255 or 4.30% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF14FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF14FE is #40EB01. Grayscale: #616161. Windows color (decimal): -4254466 or 16651455. OLE color: 16651455.
HSL color Cylindrical-coordinate representation of color #BF14FE: hue angle of 283.85º 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 #BF14FE is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 20 | 254 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.00 |
| HSL | 283.85º | 0.99% | 0.54% | - |
| HSV(B) | 283.85º | 0.92% | 1% | - |
| XYZ | 39.63 | 18.73 | 95.29 | - |
| YUV | 97.81 | 216.15 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 254 | 0.25 | 0.92 | 0 | 0.00 | 283.85 | 0.99 | 0.54 |
| Hex | BF | 14 | FE | 19 | 5C | 0 | 0 | 11C | 63 | 36 |
| Octal | 277 | 24 | 376 | 31 | 134 | 0 | 0 | 434 | 143 | 66 |
| Binary | 10111111 | 10100 | 11111110 | 11001 | 1011100 | 0 | 0 | 100011100 | 1100011 | 110110 |
Color Harmonies of #BF14FE
Complementary color
Monochromatic Colors of #BF14FE
Black with #BF14FE
Text Example
Text Example
White with #BF14FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF14FE; }
p { color: rgb(191,20,254); }
H1.HeaderClassName
{
color: #BF14FE;
}
.AnyTagClassName
{
color: #BF14FE;
}
</style>
background-color css
<style>
a { background-color: #BF14FE; }
a { background-color: rgb(191,20,254); }
div.DivClassName
{
background-color: #BF14FE;
}
.BgClassName
{
background-color: #BF14FE;
}
</style>
border-color css
<style>
span { border-color: #BF14FE; }
span { border-color: rgb(191,20,254); }
td.TdClassName
{
border-color: #BF14FE;
}
.TagClassName
{
border-color: #BF14FE;
}
</style>