#BE11E7

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

Shades of Electric Purple #BE11E7

Tints of Electric Purple #BE11E7

Color information

#BE11E7 (or 0xBE11E7) is unknown color: approx Electric Purple. HEX triplet: BE, 11 and E7. RGB value is (190,17,231). Sum of RGB (Red+Green+Blue) = 190+17+231=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 17 (7.03% from 255 or 3.88% from 438); Blue value is 231 (90.62% from 255 or 52.74% from 438); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE11E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE11E7 is #41EE18. Grayscale: #5C5C5C. Windows color (decimal): -4320793 or 15143358. OLE color: 15143358.

HSL color Cylindrical-coordinate representation of color #BE11E7: hue angle of 288.5º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE11E7 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19017231-
CMYK0.180.9300.09
HSL288.5º86.29%48.63%-
HSV(B)288.5º92.64%90.59%-
XYZ35.8617.1277.02-
YUV93.12205.81197.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 17 (7.03% from 255) = 3.88%
BLUE value IS 231 (90.62% from 255) = 52.74%
R=43.38%
G=3.88%
B=52.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal190172310.180.9300.09288.586.2948.63
HexBE11E7125D091215631
Octal276213472213501144112661
Binary101111101000111100111100101011101010011001000011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE11E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE11E7; }

 p { color: rgb(190,17,231); }

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

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

 a { background-color: rgb(190,17,231); }

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

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

 span { border-color: rgb(190,17,231); }

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