Html Css Color HEX #BE2FFE Electric Purple

📋 copy color: '#BE2FFE'

red 190 ◦ green 47 ◦ blue 254

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

Shades of Electric Purple #BE2FFE

Tints of Electric Purple #BE2FFE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.57%

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

R = 38.7%
G = 9.57%
B = 51.73%

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

#BE2FFE (or 0xBE2FFE) is known color: Electric Purple. HEX triplet: BE, 2F and FE. RGB value is (190,47,254). Sum of RGB (Red+Green+Blue) = 190+47+254=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 47 (18.75% from 255 or 9.57% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE2FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2FFE is #41D001. Grayscale: #707070. Windows color (decimal): -4313090 or 16658366. OLE color: 16658366.

HSL color Cylindrical-coordinate representation of color #BE2FFE: hue angle of 281.45º 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 #BE2FFE is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 47 254 -
CMYK 0.25 0.81 0 0.00
HSL 281.45º 0.99% 0.59% -
HSV(B) 281.45º 0.81% 1% -
XYZ 40.14 20.14 95.54 -
YUV 113.36 207.38 182.67 -
System Red Green Blue C M Y K H S L
Decimal 190 47 254 0.25 0.81 0 0.00 281.45 0.99 0.59
Hex BE 2F FE 19 51 0 0 119 63 3B
Octal 276 57 376 31 121 0 0 431 143 73
Binary 10111110 101111 11111110 11001 1010001 0 0 100011001 1100011 111011

Color Harmonies of #BE2FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2FFE

Black with #BE2FFE

Text Example


Text Example

White with #BE2FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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