Shades of Electric Purple #BF00E4
Tints of Electric Purple #BF00E4
RGB
CMYK
RGB Variations
Color information
#BF00E4 (or 0xBF00E4) is known color: Electric Purple. HEX triplet: BF, 00 and E4. RGB value is (191,0,228). Sum of RGB (Red+Green+Blue) = 191+0+228=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 228 (89.45% from 255 or 54.42% from 419); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF00E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF00E4 is #40FF1B. Grayscale: #525252. Windows color (decimal): -4259612 or 14942399. OLE color: 14942399.
HSL color Cylindrical-coordinate representation of color #BF00E4: hue angle of 290.26º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF00E4 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 0 | 228 | - |
| CMYK | 0.16 | 1 | 0 | 0.11 |
| HSL | 290.26º | 1% | 0.45% | - |
| HSV(B) | 290.26º | 1% | 0.89% | - |
| XYZ | 35.49 | 16.68 | 74.75 | - |
| YUV | 83.1 | 209.78 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 228 | 0.16 | 1 | 0 | 0.11 | 290.26 | 1 | 0.45 |
| Hex | BF | 0 | E4 | 10 | 64 | 0 | B | 122 | 64 | 2D |
| Octal | 277 | 0 | 344 | 20 | 144 | 0 | 13 | 442 | 144 | 55 |
| Binary | 10111111 | 0 | 11100100 | 10000 | 1100100 | 0 | 1011 | 100100010 | 1100100 | 101101 |
Color Harmonies of #BF00E4
Complementary color
Monochromatic Colors of #BF00E4
Black with #BF00E4
Text Example
Text Example
White with #BF00E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF00E4; }
p { color: rgb(191,0,228); }
H1.HeaderClassName
{
color: #BF00E4;
}
.AnyTagClassName
{
color: #BF00E4;
}
</style>
background-color css
<style>
a { background-color: #BF00E4; }
a { background-color: rgb(191,0,228); }
div.DivClassName
{
background-color: #BF00E4;
}
.BgClassName
{
background-color: #BF00E4;
}
</style>
border-color css
<style>
span { border-color: #BF00E4; }
span { border-color: rgb(191,0,228); }
td.TdClassName
{
border-color: #BF00E4;
}
.TagClassName
{
border-color: #BF00E4;
}
</style>