Html Css Color HEX #BE2EFF Electric Purple

📋 copy color: '#BE2EFF'

red 190 ◦ green 46 ◦ blue 255

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

Shades of Electric Purple #BE2EFF

Tints of Electric Purple #BE2EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.93%

R = 38.7%
G = 9.37%
B = 51.93%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE2EFF (or 0xBE2EFF) is known color: Electric Purple. HEX triplet: BE, 2E and FF. RGB value is (190,46,255). Sum of RGB (Red+Green+Blue) = 190+46+255=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 46 (18.36% from 255 or 9.37% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE2EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2EFF is #41D100. Grayscale: #707070. Windows color (decimal): -4313345 or 16723646. OLE color: 16723646.

HSL color Cylindrical-coordinate representation of color #BE2EFF: hue angle of 281.34º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2EFF is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 46 255 -
CMYK 0.25 0.82 0 0
HSL 281.34º 1% 0.59% -
HSV(B) 281.34º 0.82% 1% -
XYZ 40.26 20.12 96.37 -
YUV 112.88 208.21 183.01 -
System Red Green Blue C M Y K H S L
Decimal 190 46 255 0.25 0.82 0 0 281.34 1 0.59
Hex BE 2E FF 19 52 0 0 119 64 3B
Octal 276 56 377 31 122 0 0 431 144 73
Binary 10111110 101110 11111111 11001 1010010 0 0 100011001 1100100 111011

Color Harmonies of #BE2EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2EFF

Black with #BE2EFF

Text Example


Text Example

White with #BE2EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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