Html Css Color HEX #BE31FE Electric Purple

📋 copy color: '#BE31FE'

red 190 ◦ green 49 ◦ blue 254

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

Shades of Electric Purple #BE31FE

Tints of Electric Purple #BE31FE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.94%

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

R = 38.54%
G = 9.94%
B = 51.52%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE31FE (or 0xBE31FE) is known color: Electric Purple. HEX triplet: BE, 31 and FE. RGB value is (190,49,254). Sum of RGB (Red+Green+Blue) = 190+49+254=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 49 (19.53% from 255 or 9.94% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE31FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE31FE is #41CE01. Grayscale: #717171. Windows color (decimal): -4312578 or 16658878. OLE color: 16658878.

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

Color convert

RGB 190 49 254 -
CMYK 0.25 0.81 0 0.00
HSL 281.27º 0.99% 0.59% -
HSV(B) 281.27º 0.81% 1% -
XYZ 40.22 20.3 95.56 -
YUV 114.53 206.71 181.83 -
System Red Green Blue C M Y K H S L
Decimal 190 49 254 0.25 0.81 0 0.00 281.27 0.99 0.59
Hex BE 31 FE 19 51 0 0 119 63 3B
Octal 276 61 376 31 121 0 0 431 143 73
Binary 10111110 110001 11111110 11001 1010001 0 0 100011001 1100011 111011

Color Harmonies of #BE31FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE31FE

Black with #BE31FE

Text Example


Text Example

White with #BE31FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE31FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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