Shades of Electric Purple #BF14EC
Tints of Electric Purple #BF14EC
RGB
CMYK
RGB Variations
Color information
#BF14EC (or 0xBF14EC) is known color: Electric Purple. HEX triplet: BF, 14 and EC. RGB value is (191,20,236). Sum of RGB (Red+Green+Blue) = 191+20+236=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF14EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF14EC is #40EB13. Grayscale: #5F5F5F. Windows color (decimal): -4254484 or 15471807. OLE color: 15471807.
HSL color Cylindrical-coordinate representation of color #BF14EC: hue angle of 287.5º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF14EC is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 20 | 236 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.07 |
| HSL | 287.5º | 0.85% | 0.5% | - |
| HSV(B) | 287.5º | 0.92% | 0.93% | - |
| XYZ | 36.88 | 17.63 | 80.82 | - |
| YUV | 95.75 | 207.15 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 236 | 0.19 | 0.92 | 0 | 0.07 | 287.5 | 0.85 | 0.5 |
| Hex | BF | 14 | EC | 13 | 5C | 0 | 7 | 120 | 55 | 32 |
| Octal | 277 | 24 | 354 | 23 | 134 | 0 | 7 | 440 | 125 | 62 |
| Binary | 10111111 | 10100 | 11101100 | 10011 | 1011100 | 0 | 111 | 100100000 | 1010101 | 110010 |
Color Harmonies of #BF14EC
Complementary color
Monochromatic Colors of #BF14EC
Black with #BF14EC
Text Example
Text Example
White with #BF14EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF14EC; }
p { color: rgb(191,20,236); }
H1.HeaderClassName
{
color: #BF14EC;
}
.AnyTagClassName
{
color: #BF14EC;
}
</style>
background-color css
<style>
a { background-color: #BF14EC; }
a { background-color: rgb(191,20,236); }
div.DivClassName
{
background-color: #BF14EC;
}
.BgClassName
{
background-color: #BF14EC;
}
</style>
border-color css
<style>
span { border-color: #BF14EC; }
span { border-color: rgb(191,20,236); }
td.TdClassName
{
border-color: #BF14EC;
}
.TagClassName
{
border-color: #BF14EC;
}
</style>