Html Css Color HEX #BE1EEA Electric Purple

📋 copy color: '#BE1EEA'

red 190 ◦ green 30 ◦ blue 234

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

Shades of Electric Purple #BE1EEA

Tints of Electric Purple #BE1EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.54%

R = 41.85%
G = 6.61%
B = 51.54%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BE1EEA (or 0xBE1EEA) is known color: Electric Purple. HEX triplet: BE, 1E and EA. RGB value is (190,30,234). Sum of RGB (Red+Green+Blue) = 190+30+234=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 30 (12.11% from 255 or 6.61% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE1EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1EEA is #41E115. Grayscale: #646464. Windows color (decimal): -4317462 or 15343294. OLE color: 15343294.

HSL color Cylindrical-coordinate representation of color #BE1EEA: hue angle of 287.06º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1EEA is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 30 234 -
CMYK 0.19 0.87 0 0.08
HSL 287.06º 0.83% 0.52% -
HSV(B) 287.06º 0.87% 0.92% -
XYZ 36.55 17.82 79.35 -
YUV 101.1 203.01 191.41 -
System Red Green Blue C M Y K H S L
Decimal 190 30 234 0.19 0.87 0 0.08 287.06 0.83 0.52
Hex BE 1E EA 13 57 0 8 11F 53 34
Octal 276 36 352 23 127 0 10 437 123 64
Binary 10111110 11110 11101010 10011 1010111 0 1000 100011111 1010011 110100

Color Harmonies of #BE1EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1EEA

Black with #BE1EEA

Text Example


Text Example

White with #BE1EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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