Html Css Color HEX #BE20EE Electric Purple

📋 copy color: '#BE20EE'

red 190 ◦ green 32 ◦ blue 238

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

Shades of Electric Purple #BE20EE

Tints of Electric Purple #BE20EE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.96%

 BLUE value IS 238 (93.36% from 255) = 51.74%

R = 41.3%
G = 6.96%
B = 51.74%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE20EE (or 0xBE20EE) is known color: Electric Purple. HEX triplet: BE, 20 and EE. RGB value is (190,32,238). Sum of RGB (Red+Green+Blue) = 190+32+238=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE20EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE20EE is #41DF11. Grayscale: #666666. Windows color (decimal): -4316946 or 15605950. OLE color: 15605950.

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

Color convert

RGB 190 32 238 -
CMYK 0.20 0.87 0 0.07
HSL 286.02º 0.86% 0.53% -
HSV(B) 286.02º 0.87% 0.93% -
XYZ 37.18 18.15 82.43 -
YUV 102.73 204.35 190.25 -
System Red Green Blue C M Y K H S L
Decimal 190 32 238 0.20 0.87 0 0.07 286.02 0.86 0.53
Hex BE 20 EE 14 57 0 7 11E 56 35
Octal 276 40 356 24 127 0 7 436 126 65
Binary 10111110 100000 11101110 10100 1010111 0 111 100011110 1010110 110101

Color Harmonies of #BE20EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE20EE

Black with #BE20EE

Text Example


Text Example

White with #BE20EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE20EE; }

 p { color: rgb(190,32,238); }

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

background-color css

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

 a { background-color: rgb(190,32,238); }

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

border-color css

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

 span { border-color: rgb(190,32,238); }

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