Html Css Color HEX #BE01FE Electric Purple

📋 copy color: '#BE01FE'

red 190 ◦ green 1 ◦ blue 254

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

Shades of Electric Purple #BE01FE

Tints of Electric Purple #BE01FE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 42.7%
G = 0.22%
B = 57.08%

CMYK

 C value IS 0.25

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE01FE (or 0xBE01FE) is known color: Electric Purple. HEX triplet: BE, 01 and FE. RGB value is (190,1,254). Sum of RGB (Red+Green+Blue) = 190+1+254=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 1 (0.78% from 255 or 0.22% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE01FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE01FE is #41FE01. Grayscale: #555555. Windows color (decimal): -4324866 or 16646590. OLE color: 16646590.

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

Color convert

RGB 190 1 254 -
CMYK 0.25 1.00 0 0.00
HSL 284.82º 0.99% 0.5% -
HSV(B) 284.82º 1% 1% -
XYZ 39.14 18.12 95.2 -
YUV 86.35 222.62 201.93 -
System Red Green Blue C M Y K H S L
Decimal 190 1 254 0.25 1.00 0 0.00 284.82 0.99 0.5
Hex BE 1 FE 19 64 0 0 11D 63 32
Octal 276 1 376 31 144 0 0 435 143 62
Binary 10111110 1 11111110 11001 1100100 0 0 100011101 1100011 110010

Color Harmonies of #BE01FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE01FE

Black with #BE01FE

Text Example


Text Example

White with #BE01FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE01FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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