Html Css Color HEX #BE31FF Electric Purple

📋 copy color: '#BE31FF'

red 190 ◦ green 49 ◦ blue 255

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

Shades of Electric Purple #BE31FF

Tints of Electric Purple #BE31FF

RGB

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

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

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

R = 38.46%
G = 9.92%
B = 51.62%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE31FF (or 0xBE31FF) is known color: Electric Purple. HEX triplet: BE, 31 and FF. RGB value is (190,49,255). Sum of RGB (Red+Green+Blue) = 190+49+255=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 49 (19.53% from 255 or 9.92% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE31FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE31FF is #41CE00. Grayscale: #717171. Windows color (decimal): -4312577 or 16724414. OLE color: 16724414.

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

Color convert

RGB 190 49 255 -
CMYK 0.25 0.81 0 0
HSL 281.07º 1% 0.6% -
HSV(B) 281.07º 0.81% 1% -
XYZ 40.38 20.36 96.41 -
YUV 114.64 207.21 181.75 -
System Red Green Blue C M Y K H S L
Decimal 190 49 255 0.25 0.81 0 0 281.07 1 0.6
Hex BE 31 FF 19 51 0 0 119 64 3C
Octal 276 61 377 31 121 0 0 431 144 74
Binary 10111110 110001 11111111 11001 1010001 0 0 100011001 1100100 111100

Color Harmonies of #BE31FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE31FF

Black with #BE31FF

Text Example


Text Example

White with #BE31FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE31FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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