Shades of Electric Purple #BF00E3
Tints of Electric Purple #BF00E3
RGB
CMYK
RGB Variations
Color information
#BF00E3 (or 0xBF00E3) is known color: Electric Purple. HEX triplet: BF, 00 and E3. RGB value is (191,0,227). Sum of RGB (Red+Green+Blue) = 191+0+227=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 227 (89.06% from 255 or 54.31% from 418); Max value from RGB is 227 - color contains mainly: blue. Hex color #BF00E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF00E3 is #40FF1C. Grayscale: #525252. Windows color (decimal): -4259613 or 14876863. OLE color: 14876863.
HSL color Cylindrical-coordinate representation of color #BF00E3: hue angle of 290.48º 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 #BF00E3 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 0 | 227 | - |
| CMYK | 0.16 | 1 | 0 | 0.11 |
| HSL | 290.48º | 1% | 0.45% | - |
| HSV(B) | 290.48º | 1% | 0.89% | - |
| XYZ | 35.35 | 16.62 | 74.02 | - |
| YUV | 82.99 | 209.28 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 227 | 0.16 | 1 | 0 | 0.11 | 290.48 | 1 | 0.45 |
| Hex | BF | 0 | E3 | 10 | 64 | 0 | B | 122 | 64 | 2D |
| Octal | 277 | 0 | 343 | 20 | 144 | 0 | 13 | 442 | 144 | 55 |
| Binary | 10111111 | 0 | 11100011 | 10000 | 1100100 | 0 | 1011 | 100100010 | 1100100 | 101101 |
Color Harmonies of #BF00E3
Complementary color
Monochromatic Colors of #BF00E3
Black with #BF00E3
Text Example
Text Example
White with #BF00E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF00E3; }
p { color: rgb(191,0,227); }
H1.HeaderClassName
{
color: #BF00E3;
}
.AnyTagClassName
{
color: #BF00E3;
}
</style>
background-color css
<style>
a { background-color: #BF00E3; }
a { background-color: rgb(191,0,227); }
div.DivClassName
{
background-color: #BF00E3;
}
.BgClassName
{
background-color: #BF00E3;
}
</style>
border-color css
<style>
span { border-color: #BF00E3; }
span { border-color: rgb(191,0,227); }
td.TdClassName
{
border-color: #BF00E3;
}
.TagClassName
{
border-color: #BF00E3;
}
</style>