Html Css Color HEX #BE20E6 Electric Purple

📋 copy color: '#BE20E6'

red 190 ◦ green 32 ◦ blue 230

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

Shades of Electric Purple #BE20E6

Tints of Electric Purple #BE20E6

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.08%

 BLUE value IS 230 (90.23% from 255) = 50.88%

R = 42.04%
G = 7.08%
B = 50.88%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE20E6 (or 0xBE20E6) is known color: Electric Purple. HEX triplet: BE, 20 and E6. RGB value is (190,32,230). Sum of RGB (Red+Green+Blue) = 190+32+230=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 32 (12.89% from 255 or 7.08% from 452); Blue value is 230 (90.23% from 255 or 50.88% from 452); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE20E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE20E6 is #41DF19. Grayscale: #656565. Windows color (decimal): -4316954 or 15081662. OLE color: 15081662.

HSL color Cylindrical-coordinate representation of color #BE20E6: hue angle of 287.88º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE20E6 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 32 230 -
CMYK 0.17 0.86 0 0.10
HSL 287.88º 0.8% 0.51% -
HSV(B) 287.88º 0.86% 0.9% -
XYZ 36.03 17.69 76.38 -
YUV 101.81 200.35 190.9 -
System Red Green Blue C M Y K H S L
Decimal 190 32 230 0.17 0.86 0 0.10 287.88 0.8 0.51
Hex BE 20 E6 11 56 0 A 120 50 33
Octal 276 40 346 21 126 0 12 440 120 63
Binary 10111110 100000 11100110 10001 1010110 0 1010 100100000 1010000 110011

Color Harmonies of #BE20E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE20E6

Black with #BE20E6

Text Example


Text Example

White with #BE20E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE20E6; }

 p { color: rgb(190,32,230); }

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

background-color css

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

 a { background-color: rgb(190,32,230); }

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

border-color css

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

 span { border-color: rgb(190,32,230); }

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