Html Css Color HEX #BE21F2 Electric Purple

📋 copy color: '#BE21F2'

red 190 ◦ green 33 ◦ blue 242

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

Shades of Electric Purple #BE21F2

Tints of Electric Purple #BE21F2

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.1%

 BLUE value IS 242 (94.92% from 255) = 52.04%

R = 40.86%
G = 7.1%
B = 52.04%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE21F2 (or 0xBE21F2) is known color: Electric Purple. HEX triplet: BE, 21 and F2. RGB value is (190,33,242). Sum of RGB (Red+Green+Blue) = 190+33+242=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE21F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE21F2 is #41DE0D. Grayscale: #676767. Windows color (decimal): -4316686 or 15868350. OLE color: 15868350.

HSL color Cylindrical-coordinate representation of color #BE21F2: hue angle of 285.07º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE21F2 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 33 242 -
CMYK 0.21 0.86 0 0.05
HSL 285.07º 0.89% 0.54% -
HSV(B) 285.07º 0.86% 0.95% -
XYZ 37.81 18.45 85.57 -
YUV 103.77 206.01 189.51 -
System Red Green Blue C M Y K H S L
Decimal 190 33 242 0.21 0.86 0 0.05 285.07 0.89 0.54
Hex BE 21 F2 15 56 0 5 11D 59 36
Octal 276 41 362 25 126 0 5 435 131 66
Binary 10111110 100001 11110010 10101 1010110 0 101 100011101 1011001 110110

Color Harmonies of #BE21F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE21F2

Black with #BE21F2

Text Example


Text Example

White with #BE21F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE21F2; }

 p { color: rgb(190,33,242); }

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

background-color css

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

 a { background-color: rgb(190,33,242); }

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

border-color css

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

 span { border-color: rgb(190,33,242); }

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