Shades of Electric Purple #BF11EC
Tints of Electric Purple #BF11EC
RGB
CMYK
RGB Variations
Color information
#BF11EC (or 0xBF11EC) is known color: Electric Purple. HEX triplet: BF, 11 and EC. RGB value is (191,17,236). Sum of RGB (Red+Green+Blue) = 191+17+236=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 17 (7.03% from 255 or 3.83% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF11EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF11EC is #40EE13. Grayscale: #5D5D5D. Windows color (decimal): -4255252 or 15471039. OLE color: 15471039.
HSL color Cylindrical-coordinate representation of color #BF11EC: hue angle of 287.67º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF11EC is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 17 | 236 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.07 |
| HSL | 287.67º | 0.87% | 0.5% | - |
| HSV(B) | 287.67º | 0.93% | 0.93% | - |
| XYZ | 36.83 | 17.53 | 80.8 | - |
| YUV | 93.99 | 208.15 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 236 | 0.19 | 0.93 | 0 | 0.07 | 287.67 | 0.87 | 0.5 |
| Hex | BF | 11 | EC | 13 | 5D | 0 | 7 | 120 | 57 | 32 |
| Octal | 277 | 21 | 354 | 23 | 135 | 0 | 7 | 440 | 127 | 62 |
| Binary | 10111111 | 10001 | 11101100 | 10011 | 1011101 | 0 | 111 | 100100000 | 1010111 | 110010 |
Color Harmonies of #BF11EC
Complementary color
Monochromatic Colors of #BF11EC
Black with #BF11EC
Text Example
Text Example
White with #BF11EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF11EC; }
p { color: rgb(191,17,236); }
H1.HeaderClassName
{
color: #BF11EC;
}
.AnyTagClassName
{
color: #BF11EC;
}
</style>
background-color css
<style>
a { background-color: #BF11EC; }
a { background-color: rgb(191,17,236); }
div.DivClassName
{
background-color: #BF11EC;
}
.BgClassName
{
background-color: #BF11EC;
}
</style>
border-color css
<style>
span { border-color: #BF11EC; }
span { border-color: rgb(191,17,236); }
td.TdClassName
{
border-color: #BF11EC;
}
.TagClassName
{
border-color: #BF11EC;
}
</style>