Html Css Color HEX #BE04FF Electric Purple

📋 copy color: '#BE04FF'

red 190 ◦ green 4 ◦ blue 255

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

Shades of Electric Purple #BE04FF

Tints of Electric Purple #BE04FF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.89%

 BLUE value IS 255 (100% from 255) = 56.79%

R = 42.32%
G = 0.89%
B = 56.79%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE04FF (or 0xBE04FF) is known color: Electric Purple. HEX triplet: BE, 04 and FF. RGB value is (190,4,255). Sum of RGB (Red+Green+Blue) = 190+4+255=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 4 (1.95% from 255 or 0.89% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE04FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE04FF is #41FB00. Grayscale: #575757. Windows color (decimal): -4324097 or 16712894. OLE color: 16712894.

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

Color convert

RGB 190 4 255 -
CMYK 0.25 0.98 0 0
HSL 284.46º 1% 0.51% -
HSV(B) 284.46º 0.98% 1% -
XYZ 39.33 18.25 96.06 -
YUV 88.23 222.12 200.59 -
System Red Green Blue C M Y K H S L
Decimal 190 4 255 0.25 0.98 0 0 284.46 1 0.51
Hex BE 4 FF 19 62 0 0 11C 64 33
Octal 276 4 377 31 142 0 0 434 144 63
Binary 10111110 100 11111111 11001 1100010 0 0 100011100 1100100 110011

Color Harmonies of #BE04FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE04FF

Black with #BE04FF

Text Example


Text Example

White with #BE04FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE04FF; }

 p { color: rgb(190,4,255); }

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

background-color css

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

 a { background-color: rgb(190,4,255); }

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

border-color css

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

 span { border-color: rgb(190,4,255); }

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