Shades of Electric Purple #BF19EC
Tints of Electric Purple #BF19EC
RGB
CMYK
RGB Variations
Color information
#BF19EC (or 0xBF19EC) is known color: Electric Purple. HEX triplet: BF, 19 and EC. RGB value is (191,25,236). Sum of RGB (Red+Green+Blue) = 191+25+236=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 25 (10.16% from 255 or 5.53% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF19EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF19EC is #40E613. Grayscale: #626262. Windows color (decimal): -4253204 or 15473087. OLE color: 15473087.
HSL color Cylindrical-coordinate representation of color #BF19EC: hue angle of 287.2º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF19EC is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 25 | 236 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.07 |
| HSL | 287.2º | 0.85% | 0.51% | - |
| HSV(B) | 287.2º | 0.89% | 0.93% | - |
| XYZ | 36.97 | 17.83 | 80.85 | - |
| YUV | 98.69 | 205.5 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 236 | 0.19 | 0.89 | 0 | 0.07 | 287.2 | 0.85 | 0.51 |
| Hex | BF | 19 | EC | 13 | 59 | 0 | 7 | 11F | 55 | 33 |
| Octal | 277 | 31 | 354 | 23 | 131 | 0 | 7 | 437 | 125 | 63 |
| Binary | 10111111 | 11001 | 11101100 | 10011 | 1011001 | 0 | 111 | 100011111 | 1010101 | 110011 |
Color Harmonies of #BF19EC
Complementary color
Monochromatic Colors of #BF19EC
Black with #BF19EC
Text Example
Text Example
White with #BF19EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF19EC; }
p { color: rgb(191,25,236); }
H1.HeaderClassName
{
color: #BF19EC;
}
.AnyTagClassName
{
color: #BF19EC;
}
</style>
background-color css
<style>
a { background-color: #BF19EC; }
a { background-color: rgb(191,25,236); }
div.DivClassName
{
background-color: #BF19EC;
}
.BgClassName
{
background-color: #BF19EC;
}
</style>
border-color css
<style>
span { border-color: #BF19EC; }
span { border-color: rgb(191,25,236); }
td.TdClassName
{
border-color: #BF19EC;
}
.TagClassName
{
border-color: #BF19EC;
}
</style>