#bf00e4

Color #BF00E4 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #BF00E4

Tints of Electric Purple #BF00E4

Color information

#BF00E4 (or 0xBF00E4) is unknown color: approx 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

RGB1910228-
CMYK0.16100.11
HSL290.26º100%44.71%-
HSV(B)290.26º100%89.41%-
XYZ35.4916.6874.75-
YUV83.1209.78204.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 228 (89.45% from 255) = 54.42%
R=45.58%
G=0%
B=54.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal19102280.16100.11290.2610044.71
HexBF0E410640B122642d
Octal27703442014401344214455
Binary10111111011100100100001100100010111001000101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf00e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>

cancel