Html Css Color HEX #BE32FE Electric Purple

📋 copy color: '#BE32FE'

red 190 ◦ green 50 ◦ blue 254

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

Shades of Electric Purple #BE32FE

Tints of Electric Purple #BE32FE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.12%

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

R = 38.46%
G = 10.12%
B = 51.42%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE32FE (or 0xBE32FE) is known color: Electric Purple. HEX triplet: BE, 32 and FE. RGB value is (190,50,254). Sum of RGB (Red+Green+Blue) = 190+50+254=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 50 (19.92% from 255 or 10.12% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE32FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE32FE is #41CD01. Grayscale: #727272. Windows color (decimal): -4312322 or 16659134. OLE color: 16659134.

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

Color convert

RGB 190 50 254 -
CMYK 0.25 0.80 0 0.00
HSL 281.18º 0.99% 0.6% -
HSV(B) 281.18º 0.8% 1% -
XYZ 40.27 20.38 95.58 -
YUV 115.12 206.38 181.41 -
System Red Green Blue C M Y K H S L
Decimal 190 50 254 0.25 0.80 0 0.00 281.18 0.99 0.6
Hex BE 32 FE 19 50 0 0 119 63 3C
Octal 276 62 376 31 120 0 0 431 143 74
Binary 10111110 110010 11111110 11001 1010000 0 0 100011001 1100011 111100

Color Harmonies of #BE32FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE32FE

Black with #BE32FE

Text Example


Text Example

White with #BE32FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE32FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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