Html Css Color HEX #BE14FE Electric Purple

📋 copy color: '#BE14FE'

red 190 ◦ green 20 ◦ blue 254

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

Shades of Electric Purple #BE14FE

Tints of Electric Purple #BE14FE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.31%

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

R = 40.95%
G = 4.31%
B = 54.74%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE14FE (or 0xBE14FE) is known color: Electric Purple. HEX triplet: BE, 14 and FE. RGB value is (190,20,254). Sum of RGB (Red+Green+Blue) = 190+20+254=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 20 (8.20% from 255 or 4.31% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE14FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE14FE is #41EB01. Grayscale: #606060. Windows color (decimal): -4320002 or 16651454. OLE color: 16651454.

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

Color convert

RGB 190 20 254 -
CMYK 0.25 0.92 0 0.00
HSL 283.59º 0.99% 0.54% -
HSV(B) 283.59º 0.92% 1% -
XYZ 39.37 18.6 95.28 -
YUV 97.51 216.32 193.97 -
System Red Green Blue C M Y K H S L
Decimal 190 20 254 0.25 0.92 0 0.00 283.59 0.99 0.54
Hex BE 14 FE 19 5C 0 0 11C 63 36
Octal 276 24 376 31 134 0 0 434 143 66
Binary 10111110 10100 11111110 11001 1011100 0 0 100011100 1100011 110110

Color Harmonies of #BE14FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE14FE

Black with #BE14FE

Text Example


Text Example

White with #BE14FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE14FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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