Html Css Color HEX #BE1DF1 Electric Purple

📋 copy color: '#BE1DF1'

red 190 ◦ green 29 ◦ blue 241

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

Shades of Electric Purple #BE1DF1

Tints of Electric Purple #BE1DF1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.3%

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

R = 41.3%
G = 6.3%
B = 52.39%

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

#BE1DF1 (or 0xBE1DF1) is known color: Electric Purple. HEX triplet: BE, 1D and F1. RGB value is (190,29,241). Sum of RGB (Red+Green+Blue) = 190+29+241=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 29 (11.72% from 255 or 6.30% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE1DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1DF1 is #41E20E. Grayscale: #646464. Windows color (decimal): -4317711 or 15801790. OLE color: 15801790.

HSL color Cylindrical-coordinate representation of color #BE1DF1: hue angle of 285.57º 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 #BE1DF1 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 29 241 -
CMYK 0.21 0.88 0 0.05
HSL 285.57º 0.88% 0.53% -
HSV(B) 285.57º 0.88% 0.95% -
XYZ 37.55 18.18 84.75 -
YUV 101.31 206.84 191.26 -
System Red Green Blue C M Y K H S L
Decimal 190 29 241 0.21 0.88 0 0.05 285.57 0.88 0.53
Hex BE 1D F1 15 58 0 5 11E 58 35
Octal 276 35 361 25 130 0 5 436 130 65
Binary 10111110 11101 11110001 10101 1011000 0 101 100011110 1011000 110101

Color Harmonies of #BE1DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1DF1

Black with #BE1DF1

Text Example


Text Example

White with #BE1DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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