Html Css Color HEX #BE0EFE Electric Purple

📋 copy color: '#BE0EFE'

red 190 ◦ green 14 ◦ blue 254

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

Shades of Electric Purple #BE0EFE

Tints of Electric Purple #BE0EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.06%

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

R = 41.48%
G = 3.06%
B = 55.46%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE0EFE (or 0xBE0EFE) is known color: Electric Purple. HEX triplet: BE, 0E and FE. RGB value is (190,14,254). Sum of RGB (Red+Green+Blue) = 190+14+254=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 14 (5.86% from 255 or 3.06% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE0EFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0EFE is #41F101. Grayscale: #5D5D5D. Windows color (decimal): -4321538 or 16649918. OLE color: 16649918.

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

Color convert

RGB 190 14 254 -
CMYK 0.25 0.94 0 0.00
HSL 284º 0.99% 0.53% -
HSV(B) 284º 0.94% 1% -
XYZ 39.28 18.42 95.25 -
YUV 93.98 218.31 196.49 -
System Red Green Blue C M Y K H S L
Decimal 190 14 254 0.25 0.94 0 0.00 284 0.99 0.53
Hex BE E FE 19 5E 0 0 11C 63 35
Octal 276 16 376 31 136 0 0 434 143 65
Binary 10111110 1110 11111110 11001 1011110 0 0 100011100 1100011 110101

Color Harmonies of #BE0EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0EFE

Black with #BE0EFE

Text Example


Text Example

White with #BE0EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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