Html Css Color HEX #BE05FE Electric Purple

📋 copy color: '#BE05FE'

red 190 ◦ green 5 ◦ blue 254

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

Shades of Electric Purple #BE05FE

Tints of Electric Purple #BE05FE

RGB

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

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

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

R = 42.32%
G = 1.11%
B = 56.57%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE05FE (or 0xBE05FE) is known color: Electric Purple. HEX triplet: BE, 05 and FE. RGB value is (190,5,254). Sum of RGB (Red+Green+Blue) = 190+5+254=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 5 (2.34% from 255 or 1.11% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE05FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE05FE is #41FA01. Grayscale: #575757. Windows color (decimal): -4323842 or 16647614. OLE color: 16647614.

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

Color convert

RGB 190 5 254 -
CMYK 0.25 0.98 0 0.00
HSL 284.58º 0.99% 0.51% -
HSV(B) 284.58º 0.98% 1% -
XYZ 39.18 18.21 95.22 -
YUV 88.7 221.29 200.25 -
System Red Green Blue C M Y K H S L
Decimal 190 5 254 0.25 0.98 0 0.00 284.58 0.99 0.51
Hex BE 5 FE 19 62 0 0 11D 63 33
Octal 276 5 376 31 142 0 0 435 143 63
Binary 10111110 101 11111110 11001 1100010 0 0 100011101 1100011 110011

Color Harmonies of #BE05FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE05FE

Black with #BE05FE

Text Example


Text Example

White with #BE05FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE05FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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