#BE2DF7

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

Shades of Electric Purple #BE2DF7

Tints of Electric Purple #BE2DF7

Color information

#BE2DF7 (or 0xBE2DF7) is unknown color: approx Electric Purple. HEX triplet: BE, 2D and F7. RGB value is (190,45,247). Sum of RGB (Red+Green+Blue) = 190+45+247=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 45 (17.97% from 255 or 9.34% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #BE2DF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2DF7 is #41D208. Grayscale: #6E6E6E. Windows color (decimal): -4313609 or 16199102. OLE color: 16199102.

HSL color Cylindrical-coordinate representation of color #BE2DF7: hue angle of 283.07º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2DF7 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB19045247-
CMYK0.230.8200.03
HSL283.07º92.66%57.25%-
HSV(B)283.07º81.78%96.86%-
XYZ38.9619.5489.71-
YUV111.38204.54184.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 45 (17.97% from 255) = 9.34%
BLUE value IS 247 (96.88% from 255) = 51.24%
R=39.42%
G=9.34%
B=51.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal190452470.230.8200.03283.0792.6657.25
HexBE2DF717520311b5d39
Octal27655367271220343313571
Binary10111110101101111101111011110100100111000110111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2DF7; }

 p { color: rgb(190,45,247); }

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

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

 a { background-color: rgb(190,45,247); }

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

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

 span { border-color: rgb(190,45,247); }

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