Html Css Color HEX #BE1EEE Electric Purple

📋 copy color: '#BE1EEE'

red 190 ◦ green 30 ◦ blue 238

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

Shades of Electric Purple #BE1EEE

Tints of Electric Purple #BE1EEE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.55%

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

R = 41.48%
G = 6.55%
B = 51.97%

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

#BE1EEE (or 0xBE1EEE) is known color: Electric Purple. HEX triplet: BE, 1E and EE. RGB value is (190,30,238). Sum of RGB (Red+Green+Blue) = 190+30+238=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 30 (12.11% from 255 or 6.55% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE1EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1EEE is #41E111. Grayscale: #646464. Windows color (decimal): -4317458 or 15605438. OLE color: 15605438.

HSL color Cylindrical-coordinate representation of color #BE1EEE: hue angle of 286.15º 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 #BE1EEE is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 30 238 -
CMYK 0.20 0.87 0 0.07
HSL 286.15º 0.86% 0.53% -
HSV(B) 286.15º 0.87% 0.93% -
XYZ 37.13 18.05 82.42 -
YUV 101.55 205.01 191.09 -
System Red Green Blue C M Y K H S L
Decimal 190 30 238 0.20 0.87 0 0.07 286.15 0.86 0.53
Hex BE 1E EE 14 57 0 7 11E 56 35
Octal 276 36 356 24 127 0 7 436 126 65
Binary 10111110 11110 11101110 10100 1010111 0 111 100011110 1010110 110101

Color Harmonies of #BE1EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1EEE

Black with #BE1EEE

Text Example


Text Example

White with #BE1EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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