#BE2CF3

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

Shades of Electric Purple #BE2CF3

Tints of Electric Purple #BE2CF3

Color information

#BE2CF3 (or 0xBE2CF3) is unknown color: approx Electric Purple. HEX triplet: BE, 2C and F3. RGB value is (190,44,243). Sum of RGB (Red+Green+Blue) = 190+44+243=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 44 (17.58% from 255 or 9.22% from 477); Blue value is 243 (95.31% from 255 or 50.94% from 477); Max value from RGB is 243 - color contains mainly: blue. Hex color #BE2CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2CF3 is #41D30C. Grayscale: #6D6D6D. Windows color (decimal): -4313869 or 15936702. OLE color: 15936702.

HSL color Cylindrical-coordinate representation of color #BE2CF3: hue angle of 284.02º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2CF3 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19044243-
CMYK0.220.8200.05
HSL284.02º89.24%56.27%-
HSV(B)284.02º81.89%95.29%-
XYZ38.3119.2286.48-
YUV110.34202.87184.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 44 (17.58% from 255) = 9.22%
BLUE value IS 243 (95.31% from 255) = 50.94%
R=39.83%
G=9.22%
B=50.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal190442430.220.8200.05284.0289.2456.27
HexBE2CF316520511c5938
Octal27654363261220543413170
Binary101111101011001111001110110101001001011000111001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2CF3; }

 p { color: rgb(190,44,243); }

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

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

 a { background-color: rgb(190,44,243); }

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

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

 span { border-color: rgb(190,44,243); }

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