Shades of Electric Purple #BF13EC
Tints of Electric Purple #BF13EC
RGB
CMYK
RGB Variations
Color information
#BF13EC (or 0xBF13EC) is known color: Electric Purple. HEX triplet: BF, 13 and EC. RGB value is (191,19,236). Sum of RGB (Red+Green+Blue) = 191+19+236=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 19 (7.81% from 255 or 4.26% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF13EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF13EC is #40EC13. Grayscale: #5E5E5E. Windows color (decimal): -4254740 or 15471551. OLE color: 15471551.
HSL color Cylindrical-coordinate representation of color #BF13EC: hue angle of 287.56º 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 #BF13EC is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 19 | 236 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.07 |
| HSL | 287.56º | 0.85% | 0.5% | - |
| HSV(B) | 287.56º | 0.92% | 0.93% | - |
| XYZ | 36.86 | 17.6 | 80.81 | - |
| YUV | 95.17 | 207.48 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 236 | 0.19 | 0.92 | 0 | 0.07 | 287.56 | 0.85 | 0.5 |
| Hex | BF | 13 | EC | 13 | 5C | 0 | 7 | 120 | 55 | 32 |
| Octal | 277 | 23 | 354 | 23 | 134 | 0 | 7 | 440 | 125 | 62 |
| Binary | 10111111 | 10011 | 11101100 | 10011 | 1011100 | 0 | 111 | 100100000 | 1010101 | 110010 |
Color Harmonies of #BF13EC
Complementary color
Monochromatic Colors of #BF13EC
Black with #BF13EC
Text Example
Text Example
White with #BF13EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF13EC; }
p { color: rgb(191,19,236); }
H1.HeaderClassName
{
color: #BF13EC;
}
.AnyTagClassName
{
color: #BF13EC;
}
</style>
background-color css
<style>
a { background-color: #BF13EC; }
a { background-color: rgb(191,19,236); }
div.DivClassName
{
background-color: #BF13EC;
}
.BgClassName
{
background-color: #BF13EC;
}
</style>
border-color css
<style>
span { border-color: #BF13EC; }
span { border-color: rgb(191,19,236); }
td.TdClassName
{
border-color: #BF13EC;
}
.TagClassName
{
border-color: #BF13EC;
}
</style>