Html Css Color HEX #BE1EEF Electric Purple

📋 copy color: '#BE1EEF'

red 190 ◦ green 30 ◦ blue 239

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

Shades of Electric Purple #BE1EEF

Tints of Electric Purple #BE1EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.07%

R = 41.39%
G = 6.54%
B = 52.07%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE1EEF (or 0xBE1EEF) is known color: Electric Purple. HEX triplet: BE, 1E and EF. RGB value is (190,30,239). Sum of RGB (Red+Green+Blue) = 190+30+239=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 30 (12.11% from 255 or 6.54% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE1EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1EEF is #41E110. Grayscale: #646464. Windows color (decimal): -4317457 or 15670974. OLE color: 15670974.

HSL color Cylindrical-coordinate representation of color #BE1EEF: hue angle of 285.93º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1EEF is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 30 239 -
CMYK 0.21 0.87 0 0.06
HSL 285.93º 0.87% 0.53% -
HSV(B) 285.93º 0.87% 0.94% -
XYZ 37.28 18.11 83.19 -
YUV 101.67 205.51 191.01 -
System Red Green Blue C M Y K H S L
Decimal 190 30 239 0.21 0.87 0 0.06 285.93 0.87 0.53
Hex BE 1E EF 15 57 0 6 11E 57 35
Octal 276 36 357 25 127 0 6 436 127 65
Binary 10111110 11110 11101111 10101 1010111 0 110 100011110 1010111 110101

Color Harmonies of #BE1EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1EEF

Black with #BE1EEF

Text Example


Text Example

White with #BE1EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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