Shades of Electric Purple #BF00E9
Tints of Electric Purple #BF00E9
RGB
CMYK
RGB Variations
Color information
#BF00E9 (or 0xBF00E9) is known color: Electric Purple. HEX triplet: BF, 00 and E9. RGB value is (191,0,233). Sum of RGB (Red+Green+Blue) = 191+0+233=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 233 (91.41% from 255 or 54.95% from 424); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF00E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF00E9 is #40FF16. Grayscale: #525252. Windows color (decimal): -4259607 or 15270079. OLE color: 15270079.
HSL color Cylindrical-coordinate representation of color #BF00E9: hue angle of 289.18º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF00E9 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 0 | 233 | - |
| CMYK | 0.18 | 1 | 0 | 0.09 |
| HSL | 289.18º | 1% | 0.46% | - |
| HSV(B) | 289.18º | 1% | 0.91% | - |
| XYZ | 36.19 | 16.96 | 78.46 | - |
| YUV | 83.67 | 212.28 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 233 | 0.18 | 1 | 0 | 0.09 | 289.18 | 1 | 0.46 |
| Hex | BF | 0 | E9 | 12 | 64 | 0 | 9 | 121 | 64 | 2E |
| Octal | 277 | 0 | 351 | 22 | 144 | 0 | 11 | 441 | 144 | 56 |
| Binary | 10111111 | 0 | 11101001 | 10010 | 1100100 | 0 | 1001 | 100100001 | 1100100 | 101110 |
Color Harmonies of #BF00E9
Complementary color
Monochromatic Colors of #BF00E9
Black with #BF00E9
Text Example
Text Example
White with #BF00E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF00E9; }
p { color: rgb(191,0,233); }
H1.HeaderClassName
{
color: #BF00E9;
}
.AnyTagClassName
{
color: #BF00E9;
}
</style>
background-color css
<style>
a { background-color: #BF00E9; }
a { background-color: rgb(191,0,233); }
div.DivClassName
{
background-color: #BF00E9;
}
.BgClassName
{
background-color: #BF00E9;
}
</style>
border-color css
<style>
span { border-color: #BF00E9; }
span { border-color: rgb(191,0,233); }
td.TdClassName
{
border-color: #BF00E9;
}
.TagClassName
{
border-color: #BF00E9;
}
</style>