#BE05E7

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

Shades of Electric Purple #BE05E7

Tints of Electric Purple #BE05E7

Color information

#BE05E7 (or 0xBE05E7) is unknown color: approx Electric Purple. HEX triplet: BE, 05 and E7. RGB value is (190,5,231). Sum of RGB (Red+Green+Blue) = 190+5+231=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 5 (2.34% from 255 or 1.17% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE05E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE05E7 is #41FA18. Grayscale: #555555. Windows color (decimal): -4323865 or 15140286. OLE color: 15140286.

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

Color convert

RGB1905231-
CMYK0.180.9800.09
HSL289.12º95.76%46.27%-
HSV(B)289.12º97.84%90.59%-
XYZ35.7116.8376.97-
YUV86.08209.79202.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 5 (2.34% from 255) = 1.17%
BLUE value IS 231 (90.62% from 255) = 54.23%
R=44.60%
G=1.17%
B=54.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal19052310.180.9800.09289.1295.7646.27
HexBE5E7126209121602e
Octal27653472214201144114056
Binary1011111010111100111100101100010010011001000011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE05E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE05E7; }

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

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

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

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

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

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

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

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