Shades of Electric Purple #BF28EC
Tints of Electric Purple #BF28EC
RGB
CMYK
RGB Variations
Color information
#BF28EC (or 0xBF28EC) is known color: Electric Purple. HEX triplet: BF, 28 and EC. RGB value is (191,40,236). Sum of RGB (Red+Green+Blue) = 191+40+236=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF28EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF28EC is #40D713. Grayscale: #6A6A6A. Windows color (decimal): -4249364 or 15476927. OLE color: 15476927.
HSL color Cylindrical-coordinate representation of color #BF28EC: hue angle of 286.22º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF28EC is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 40 | 236 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.07 |
| HSL | 286.22º | 0.84% | 0.54% | - |
| HSV(B) | 286.22º | 0.83% | 0.93% | - |
| XYZ | 37.38 | 18.65 | 80.99 | - |
| YUV | 107.49 | 200.53 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 236 | 0.19 | 0.83 | 0 | 0.07 | 286.22 | 0.84 | 0.54 |
| Hex | BF | 28 | EC | 13 | 53 | 0 | 7 | 11E | 54 | 36 |
| Octal | 277 | 50 | 354 | 23 | 123 | 0 | 7 | 436 | 124 | 66 |
| Binary | 10111111 | 101000 | 11101100 | 10011 | 1010011 | 0 | 111 | 100011110 | 1010100 | 110110 |
Color Harmonies of #BF28EC
Complementary color
Monochromatic Colors of #BF28EC
Black with #BF28EC
Text Example
Text Example
White with #BF28EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF28EC; }
p { color: rgb(191,40,236); }
H1.HeaderClassName
{
color: #BF28EC;
}
.AnyTagClassName
{
color: #BF28EC;
}
</style>
background-color css
<style>
a { background-color: #BF28EC; }
a { background-color: rgb(191,40,236); }
div.DivClassName
{
background-color: #BF28EC;
}
.BgClassName
{
background-color: #BF28EC;
}
</style>
border-color css
<style>
span { border-color: #BF28EC; }
span { border-color: rgb(191,40,236); }
td.TdClassName
{
border-color: #BF28EC;
}
.TagClassName
{
border-color: #BF28EC;
}
</style>