Html Css Color HEX #BE05FA Electric Purple

📋 copy color: '#BE05FA'

red 190 ◦ green 5 ◦ blue 250

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

Shades of Electric Purple #BE05FA

Tints of Electric Purple #BE05FA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.12%

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

R = 42.7%
G = 1.12%
B = 56.18%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE05FA (or 0xBE05FA) is known color: Electric Purple. HEX triplet: BE, 05 and FA. RGB value is (190,5,250). Sum of RGB (Red+Green+Blue) = 190+5+250=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 5 (2.34% from 255 or 1.12% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE05FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE05FA is #41FA05. Grayscale: #575757. Windows color (decimal): -4323846 or 16385470. OLE color: 16385470.

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

Color convert

RGB 190 5 250 -
CMYK 0.24 0.98 0 0.02
HSL 285.31º 0.96% 0.5% -
HSV(B) 285.31º 0.98% 0.98% -
XYZ 38.54 17.96 91.88 -
YUV 88.25 219.29 200.58 -
System Red Green Blue C M Y K H S L
Decimal 190 5 250 0.24 0.98 0 0.02 285.31 0.96 0.5
Hex BE 5 FA 18 62 0 2 11D 60 32
Octal 276 5 372 30 142 0 2 435 140 62
Binary 10111110 101 11111010 11000 1100010 0 10 100011101 1100000 110010

Color Harmonies of #BE05FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE05FA

Black with #BE05FA

Text Example


Text Example

White with #BE05FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE05FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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