Html Css Color HEX #BE2CF4 Electric Purple

📋 copy color: '#BE2CF4'

red 190 ◦ green 44 ◦ blue 244

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

Shades of Electric Purple #BE2CF4

Tints of Electric Purple #BE2CF4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.21%

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

R = 39.75%
G = 9.21%
B = 51.05%

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

#BE2CF4 (or 0xBE2CF4) is known color: Electric Purple. HEX triplet: BE, 2C and F4. RGB value is (190,44,244). Sum of RGB (Red+Green+Blue) = 190+44+244=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 244 (95.70% from 255 or 51.05% from 478); Max value from RGB is 244 - color contains mainly: blue. Hex color #BE2CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2CF4 is #41D30B. Grayscale: #6D6D6D. Windows color (decimal): -4313868 or 16002238. OLE color: 16002238.

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

Color convert

RGB 190 44 244 -
CMYK 0.22 0.82 0 0.04
HSL 283.8º 0.9% 0.56% -
HSV(B) 283.8º 0.82% 0.96% -
XYZ 38.47 19.28 87.28 -
YUV 110.45 203.37 184.74 -
System Red Green Blue C M Y K H S L
Decimal 190 44 244 0.22 0.82 0 0.04 283.8 0.9 0.56
Hex BE 2C F4 16 52 0 4 11C 5A 38
Octal 276 54 364 26 122 0 4 434 132 70
Binary 10111110 101100 11110100 10110 1010010 0 100 100011100 1011010 111000

Color Harmonies of #BE2CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2CF4

Black with #BE2CF4

Text Example


Text Example

White with #BE2CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2CF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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