Html Css Color HEX #BE0EEC Electric Purple

📋 copy color: '#BE0EEC'

red 190 ◦ green 14 ◦ blue 236

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

Shades of Electric Purple #BE0EEC

Tints of Electric Purple #BE0EEC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.18%

 BLUE value IS 236 (92.58% from 255) = 53.64%

R = 43.18%
G = 3.18%
B = 53.64%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE0EEC (or 0xBE0EEC) is known color: Electric Purple. HEX triplet: BE, 0E and EC. RGB value is (190,14,236). Sum of RGB (Red+Green+Blue) = 190+14+236=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 14 (5.86% from 255 or 3.18% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE0EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0EEC is #41F113. Grayscale: #5B5B5B. Windows color (decimal): -4321556 or 15470270. OLE color: 15470270.

HSL color Cylindrical-coordinate representation of color #BE0EEC: hue angle of 287.57º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0EEC is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 14 236 -
CMYK 0.19 0.94 0 0.07
HSL 287.57º 0.89% 0.49% -
HSV(B) 287.57º 0.94% 0.93% -
XYZ 36.53 17.32 80.77 -
YUV 91.93 209.31 197.95 -
System Red Green Blue C M Y K H S L
Decimal 190 14 236 0.19 0.94 0 0.07 287.57 0.89 0.49
Hex BE E EC 13 5E 0 7 120 59 31
Octal 276 16 354 23 136 0 7 440 131 61
Binary 10111110 1110 11101100 10011 1011110 0 111 100100000 1011001 110001

Color Harmonies of #BE0EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0EEC

Black with #BE0EEC

Text Example


Text Example

White with #BE0EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0EEC; }

 p { color: rgb(190,14,236); }

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

background-color css

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

 a { background-color: rgb(190,14,236); }

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

border-color css

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

 span { border-color: rgb(190,14,236); }

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