#BE21E8

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

Shades of Electric Purple #BE21E8

Tints of Electric Purple #BE21E8

Color information

#BE21E8 (or 0xBE21E8) is unknown color: approx Electric Purple. HEX triplet: BE, 21 and E8. RGB value is (190,33,232). Sum of RGB (Red+Green+Blue) = 190+33+232=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 33 (13.28% from 255 or 7.25% from 455); Blue value is 232 (91.02% from 255 or 50.99% from 455); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE21E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE21E8 is #41DE17. Grayscale: #656565. Windows color (decimal): -4316696 or 15212990. OLE color: 15212990.

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

Color convert

RGB19033232-
CMYK0.180.8600.09
HSL287.34º81.22%51.96%-
HSV(B)287.34º85.78%90.98%-
XYZ36.3417.8677.88-
YUV102.63201.01190.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 33 (13.28% from 255) = 7.25%
BLUE value IS 232 (91.02% from 255) = 50.99%
R=41.76%
G=7.25%
B=50.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal190332320.180.8600.09287.3481.2251.96
HexBE21E812560911f5134
Octal276413502212601143712164
Binary1011111010000111101000100101010110010011000111111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE21E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE21E8; }

 p { color: rgb(190,33,232); }

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

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

 a { background-color: rgb(190,33,232); }

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

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

 span { border-color: rgb(190,33,232); }

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