Html Css Color HEX #BE2DFF Electric Purple

📋 copy color: '#BE2DFF'

red 190 ◦ green 45 ◦ blue 255

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

Shades of Electric Purple #BE2DFF

Tints of Electric Purple #BE2DFF

RGB

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

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

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

R = 38.78%
G = 9.18%
B = 52.04%

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

#BE2DFF (or 0xBE2DFF) is known color: Electric Purple. HEX triplet: BE, 2D and FF. RGB value is (190,45,255). Sum of RGB (Red+Green+Blue) = 190+45+255=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 45 (17.97% from 255 or 9.18% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE2DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2DFF is #41D200. Grayscale: #6F6F6F. Windows color (decimal): -4313601 or 16723390. OLE color: 16723390.

HSL color Cylindrical-coordinate representation of color #BE2DFF: hue angle of 281.43º 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 #BE2DFF is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 45 255 -
CMYK 0.25 0.82 0 0
HSL 281.43º 1% 0.59% -
HSV(B) 281.43º 0.82% 1% -
XYZ 40.22 20.04 96.36 -
YUV 112.3 208.54 183.42 -
System Red Green Blue C M Y K H S L
Decimal 190 45 255 0.25 0.82 0 0 281.43 1 0.59
Hex BE 2D FF 19 52 0 0 119 64 3B
Octal 276 55 377 31 122 0 0 431 144 73
Binary 10111110 101101 11111111 11001 1010010 0 0 100011001 1100100 111011

Color Harmonies of #BE2DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2DFF

Black with #BE2DFF

Text Example


Text Example

White with #BE2DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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