Html Css Color HEX #BE01FA Electric Purple

📋 copy color: '#BE01FA'

red 190 ◦ green 1 ◦ blue 250

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

Shades of Electric Purple #BE01FA

Tints of Electric Purple #BE01FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.69%

R = 43.08%
G = 0.23%
B = 56.69%

CMYK

 C value IS 0.24

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE01FA (or 0xBE01FA) is known color: Electric Purple. HEX triplet: BE, 01 and FA. RGB value is (190,1,250). Sum of RGB (Red+Green+Blue) = 190+1+250=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 1 (0.78% from 255 or 0.23% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE01FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE01FA is #41FE05. Grayscale: #555555. Windows color (decimal): -4324870 or 16384446. OLE color: 16384446.

HSL color Cylindrical-coordinate representation of color #BE01FA: hue angle of 285.54º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE01FA is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 1 250 -
CMYK 0.24 1.00 0 0.02
HSL 285.54º 0.99% 0.49% -
HSV(B) 285.54º 1% 0.98% -
XYZ 38.5 17.87 91.86 -
YUV 85.9 220.62 202.25 -
System Red Green Blue C M Y K H S L
Decimal 190 1 250 0.24 1.00 0 0.02 285.54 0.99 0.49
Hex BE 1 FA 18 64 0 2 11E 63 31
Octal 276 1 372 30 144 0 2 436 143 61
Binary 10111110 1 11111010 11000 1100100 0 10 100011110 1100011 110001

Color Harmonies of #BE01FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE01FA

Black with #BE01FA

Text Example


Text Example

White with #BE01FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE01FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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