Html Css Color HEX #BE2EF4 Electric Purple

📋 copy color: '#BE2EF4'

red 190 ◦ green 46 ◦ blue 244

#BE2EF4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #BE2EF4

Tints of Electric Purple #BE2EF4

RGB

 RED value IS 190 (74.61% from 255) = 39.58%

 GREEN value IS 46 (18.36% from 255) = 9.58%

 BLUE value IS 244 (95.7% from 255) = 50.83%

R = 39.58%
G = 9.58%
B = 50.83%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BE2EF4 (or 0xBE2EF4) is known color: Electric Purple. HEX triplet: BE, 2E and F4. RGB value is (190,46,244). Sum of RGB (Red+Green+Blue) = 190+46+244=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 46 (18.36% from 255 or 9.58% from 480); Blue value is 244 (95.70% from 255 or 50.83% from 480); Max value from RGB is 244 - color contains mainly: blue. Hex color #BE2EF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2EF4 is #41D10B. Grayscale: #6E6E6E. Windows color (decimal): -4313356 or 16002750. OLE color: 16002750.

HSL color Cylindrical-coordinate representation of color #BE2EF4: hue angle of 283.64º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2EF4 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 46 244 -
CMYK 0.22 0.81 0 0.04
HSL 283.64º 0.9% 0.57% -
HSV(B) 283.64º 0.81% 0.96% -
XYZ 38.54 19.43 87.31 -
YUV 111.63 202.71 183.9 -
System Red Green Blue C M Y K H S L
Decimal 190 46 244 0.22 0.81 0 0.04 283.64 0.9 0.57
Hex BE 2E F4 16 51 0 4 11C 5A 39
Octal 276 56 364 26 121 0 4 434 132 71
Binary 10111110 101110 11110100 10110 1010001 0 100 100011100 1011010 111001

Color Harmonies of #BE2EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2EF4

Black with #BE2EF4

Text Example


Text Example

White with #BE2EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2EF4; }

 p { color: rgb(190,46,244); }

 H1.HeaderClassName
 {
   color: #BE2EF4;
 }
 .AnyTagClassName
 {
   color: #BE2EF4;
 }
</style>

background-color css

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

 a { background-color: rgb(190,46,244); }

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

border-color css

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

 span { border-color: rgb(190,46,244); }

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