Html Css Color HEX #BE1EF1 Electric Purple

📋 copy color: '#BE1EF1'

red 190 ◦ green 30 ◦ blue 241

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

Shades of Electric Purple #BE1EF1

Tints of Electric Purple #BE1EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 52.28%

R = 41.21%
G = 6.51%
B = 52.28%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE1EF1 (or 0xBE1EF1) is known color: Electric Purple. HEX triplet: BE, 1E and F1. RGB value is (190,30,241). Sum of RGB (Red+Green+Blue) = 190+30+241=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 30 (12.11% from 255 or 6.51% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE1EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1EF1 is #41E10E. Grayscale: #656565. Windows color (decimal): -4317455 or 15802046. OLE color: 15802046.

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

Color convert

RGB 190 30 241 -
CMYK 0.21 0.88 0 0.05
HSL 285.5º 0.88% 0.53% -
HSV(B) 285.5º 0.88% 0.95% -
XYZ 37.58 18.23 84.76 -
YUV 101.89 206.51 190.84 -
System Red Green Blue C M Y K H S L
Decimal 190 30 241 0.21 0.88 0 0.05 285.5 0.88 0.53
Hex BE 1E F1 15 58 0 5 11D 58 35
Octal 276 36 361 25 130 0 5 435 130 65
Binary 10111110 11110 11110001 10101 1011000 0 101 100011101 1011000 110101

Color Harmonies of #BE1EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1EF1

Black with #BE1EF1

Text Example


Text Example

White with #BE1EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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