Html Css Color HEX #BE1CF1 Electric Purple

📋 copy color: '#BE1CF1'

red 190 ◦ green 28 ◦ blue 241

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

Shades of Electric Purple #BE1CF1

Tints of Electric Purple #BE1CF1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.1%

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

R = 41.39%
G = 6.1%
B = 52.51%

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

#BE1CF1 (or 0xBE1CF1) is known color: Electric Purple. HEX triplet: BE, 1C and F1. RGB value is (190,28,241). Sum of RGB (Red+Green+Blue) = 190+28+241=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE1CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1CF1 is #41E30E. Grayscale: #646464. Windows color (decimal): -4317967 or 15801534. OLE color: 15801534.

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

Color convert

RGB 190 28 241 -
CMYK 0.21 0.88 0 0.05
HSL 285.63º 0.88% 0.53% -
HSV(B) 285.63º 0.88% 0.95% -
XYZ 37.53 18.13 84.74 -
YUV 100.72 207.17 191.68 -
System Red Green Blue C M Y K H S L
Decimal 190 28 241 0.21 0.88 0 0.05 285.63 0.88 0.53
Hex BE 1C F1 15 58 0 5 11E 58 35
Octal 276 34 361 25 130 0 5 436 130 65
Binary 10111110 11100 11110001 10101 1011000 0 101 100011110 1011000 110101

Color Harmonies of #BE1CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1CF1

Black with #BE1CF1

Text Example


Text Example

White with #BE1CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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