Html Css Color HEX #BE32FD Electric Purple

📋 copy color: '#BE32FD'

red 190 ◦ green 50 ◦ blue 253

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

Shades of Electric Purple #BE32FD

Tints of Electric Purple #BE32FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.32%

R = 38.54%
G = 10.14%
B = 51.32%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE32FD (or 0xBE32FD) is known color: Electric Purple. HEX triplet: BE, 32 and FD. RGB value is (190,50,253). Sum of RGB (Red+Green+Blue) = 190+50+253=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 50 (19.92% from 255 or 10.14% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE32FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE32FD is #41CD02. Grayscale: #727272. Windows color (decimal): -4312323 or 16593598. OLE color: 16593598.

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

Color convert

RGB 190 50 253 -
CMYK 0.25 0.80 0 0.01
HSL 281.38º 0.98% 0.59% -
HSV(B) 281.38º 0.8% 0.99% -
XYZ 40.11 20.32 94.74 -
YUV 115 205.88 181.49 -
System Red Green Blue C M Y K H S L
Decimal 190 50 253 0.25 0.80 0 0.01 281.38 0.98 0.59
Hex BE 32 FD 19 50 0 1 119 62 3B
Octal 276 62 375 31 120 0 1 431 142 73
Binary 10111110 110010 11111101 11001 1010000 0 1 100011001 1100010 111011

Color Harmonies of #BE32FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE32FD

Black with #BE32FD

Text Example


Text Example

White with #BE32FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE32FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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