Html Css Color HEX #BE04FC Electric Purple

📋 copy color: '#BE04FC'

red 190 ◦ green 4 ◦ blue 252

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

Shades of Electric Purple #BE04FC

Tints of Electric Purple #BE04FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.5%

R = 42.6%
G = 0.9%
B = 56.5%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE04FC (or 0xBE04FC) is known color: Electric Purple. HEX triplet: BE, 04 and FC. RGB value is (190,4,252). Sum of RGB (Red+Green+Blue) = 190+4+252=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 4 (1.95% from 255 or 0.90% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE04FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE04FC is #41FB03. Grayscale: #575757. Windows color (decimal): -4324100 or 16516286. OLE color: 16516286.

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

Color convert

RGB 190 4 252 -
CMYK 0.25 0.98 0 0.01
HSL 285º 0.98% 0.5% -
HSV(B) 285º 0.98% 0.99% -
XYZ 38.85 18.06 93.53 -
YUV 87.89 220.62 200.83 -
System Red Green Blue C M Y K H S L
Decimal 190 4 252 0.25 0.98 0 0.01 285 0.98 0.5
Hex BE 4 FC 19 62 0 1 11D 62 32
Octal 276 4 374 31 142 0 1 435 142 62
Binary 10111110 100 11111100 11001 1100010 0 1 100011101 1100010 110010

Color Harmonies of #BE04FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE04FC

Black with #BE04FC

Text Example


Text Example

White with #BE04FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE04FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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