Html Css Color HEX #BE22EC Electric Purple

📋 copy color: '#BE22EC'

red 190 ◦ green 34 ◦ blue 236

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

Shades of Electric Purple #BE22EC

Tints of Electric Purple #BE22EC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.39%

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

R = 41.3%
G = 7.39%
B = 51.3%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE22EC (or 0xBE22EC) is known color: Electric Purple. HEX triplet: BE, 22 and EC. RGB value is (190,34,236). Sum of RGB (Red+Green+Blue) = 190+34+236=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 34 (13.67% from 255 or 7.39% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE22EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE22EC is #41DD13. Grayscale: #676767. Windows color (decimal): -4316436 or 15475390. OLE color: 15475390.

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

Color convert

RGB 190 34 236 -
CMYK 0.19 0.86 0 0.07
HSL 286.34º 0.84% 0.53% -
HSV(B) 286.34º 0.86% 0.93% -
XYZ 36.95 18.15 80.91 -
YUV 103.67 202.68 189.57 -
System Red Green Blue C M Y K H S L
Decimal 190 34 236 0.19 0.86 0 0.07 286.34 0.84 0.53
Hex BE 22 EC 13 56 0 7 11E 54 35
Octal 276 42 354 23 126 0 7 436 124 65
Binary 10111110 100010 11101100 10011 1010110 0 111 100011110 1010100 110101

Color Harmonies of #BE22EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE22EC

Black with #BE22EC

Text Example


Text Example

White with #BE22EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE22EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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