Html Css Color HEX #BE11FE Electric Purple

📋 copy color: '#BE11FE'

red 190 ◦ green 17 ◦ blue 254

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

Shades of Electric Purple #BE11FE

Tints of Electric Purple #BE11FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.69%

 BLUE value IS 254 (99.61% from 255) = 55.1%

R = 41.21%
G = 3.69%
B = 55.1%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE11FE (or 0xBE11FE) is known color: Electric Purple. HEX triplet: BE, 11 and FE. RGB value is (190,17,254). Sum of RGB (Red+Green+Blue) = 190+17+254=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 17 (7.03% from 255 or 3.69% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE11FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE11FE is #41EE01. Grayscale: #5E5E5E. Windows color (decimal): -4320770 or 16650686. OLE color: 16650686.

HSL color Cylindrical-coordinate representation of color #BE11FE: hue angle of 283.8º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE11FE is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 17 254 -
CMYK 0.25 0.93 0 0.00
HSL 283.8º 0.99% 0.53% -
HSV(B) 283.8º 0.93% 1% -
XYZ 39.33 18.5 95.26 -
YUV 95.75 217.31 195.23 -
System Red Green Blue C M Y K H S L
Decimal 190 17 254 0.25 0.93 0 0.00 283.8 0.99 0.53
Hex BE 11 FE 19 5D 0 0 11C 63 35
Octal 276 21 376 31 135 0 0 434 143 65
Binary 10111110 10001 11111110 11001 1011101 0 0 100011100 1100011 110101

Color Harmonies of #BE11FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE11FE

Black with #BE11FE

Text Example


Text Example

White with #BE11FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE11FE; }

 p { color: rgb(190,17,254); }

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

background-color css

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

 a { background-color: rgb(190,17,254); }

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

border-color css

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

 span { border-color: rgb(190,17,254); }

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