Html Css Color HEX #BE2DF4 Electric Purple

📋 copy color: '#BE2DF4'

red 190 ◦ green 45 ◦ blue 244

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

Shades of Electric Purple #BE2DF4

Tints of Electric Purple #BE2DF4

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.39%

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

R = 39.67%
G = 9.39%
B = 50.94%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BE2DF4 (or 0xBE2DF4) is known color: Electric Purple. HEX triplet: BE, 2D and F4. RGB value is (190,45,244). Sum of RGB (Red+Green+Blue) = 190+45+244=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 45 (17.97% from 255 or 9.39% from 479); Blue value is 244 (95.70% from 255 or 50.94% from 479); Max value from RGB is 244 - color contains mainly: blue. Hex color #BE2DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2DF4 is #41D20B. Grayscale: #6E6E6E. Windows color (decimal): -4313612 or 16002494. OLE color: 16002494.

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

Color convert

RGB 190 45 244 -
CMYK 0.22 0.82 0 0.04
HSL 283.72º 0.9% 0.57% -
HSV(B) 283.72º 0.82% 0.96% -
XYZ 38.5 19.36 87.29 -
YUV 111.04 203.04 184.32 -
System Red Green Blue C M Y K H S L
Decimal 190 45 244 0.22 0.82 0 0.04 283.72 0.9 0.57
Hex BE 2D F4 16 52 0 4 11C 5A 39
Octal 276 55 364 26 122 0 4 434 132 71
Binary 10111110 101101 11110100 10110 1010010 0 100 100011100 1011010 111001

Color Harmonies of #BE2DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2DF4

Black with #BE2DF4

Text Example


Text Example

White with #BE2DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2DF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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