#BE00E4

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

Shades of Electric Purple #BE00E4

Tints of Electric Purple #BE00E4

Color information

#BE00E4 (or 0xBE00E4) is unknown color: approx Electric Purple. HEX triplet: BE, 00 and E4. RGB value is (190,0,228). Sum of RGB (Red+Green+Blue) = 190+0+228=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 228 (89.45% from 255 or 54.55% from 418); Max value from RGB is 228 - color contains mainly: blue. Hex color #BE00E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE00E4 is #41FF1B. Grayscale: #525252. Windows color (decimal): -4325148 or 14942398. OLE color: 14942398.

HSL color Cylindrical-coordinate representation of color #BE00E4: hue angle of 290º 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 #BE00E4 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1900228-
CMYK0.17100.11
HSL290º100%44.71%-
HSV(B)290º100%89.41%-
XYZ35.2416.5574.74-
YUV82.8209.95204.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 228 (89.45% from 255) = 54.55%
R=45.45%
G=0%
B=54.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal19002280.17100.1129010044.71
HexBE0E411640B122642d
Octal27603442114401344214455
Binary10111110011100100100011100100010111001000101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE00E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE00E4; }

 p { color: rgb(190,0,228); }

 H1.HeaderClassName
 {
   color: #BE00E4;
 }
 .AnyTagClassName
 {
   color: #BE00E4;
 }
</style>
background-color css

<style>
 a { background-color: #BE00E4; }

 a { background-color: rgb(190,0,228); }

 div.DivClassName
 {
   background-color: #BE00E4;
 }
 .BgClassName
 {
   background-color: #BE00E4;
 }
</style>
border-color css

<style>
 span { border-color: #BE00E4; }

 span { border-color: rgb(190,0,228); }

 td.TdClassName
 {
   border-color: #BE00E4;
 }
 .TagClassName
 {
   border-color: #BE00E4;
 }
</style>