Html Css Color HEX #BE2BEA Electric Purple

📋 copy color: '#BE2BEA'

red 190 ◦ green 43 ◦ blue 234

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

Shades of Electric Purple #BE2BEA

Tints of Electric Purple #BE2BEA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.21%

 BLUE value IS 234 (91.8% from 255) = 50.11%

R = 40.69%
G = 9.21%
B = 50.11%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BE2BEA (or 0xBE2BEA) is known color: Electric Purple. HEX triplet: BE, 2B and EA. RGB value is (190,43,234). Sum of RGB (Red+Green+Blue) = 190+43+234=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE2BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2BEA is #41D415. Grayscale: #6C6C6C. Windows color (decimal): -4314134 or 15346622. OLE color: 15346622.

HSL color Cylindrical-coordinate representation of color #BE2BEA: hue angle of 286.18º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2BEA is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 43 234 -
CMYK 0.19 0.82 0 0.08
HSL 286.18º 0.82% 0.54% -
HSV(B) 286.18º 0.82% 0.92% -
XYZ 36.95 18.62 79.49 -
YUV 108.73 198.7 185.97 -
System Red Green Blue C M Y K H S L
Decimal 190 43 234 0.19 0.82 0 0.08 286.18 0.82 0.54
Hex BE 2B EA 13 52 0 8 11E 52 36
Octal 276 53 352 23 122 0 10 436 122 66
Binary 10111110 101011 11101010 10011 1010010 0 1000 100011110 1010010 110110

Color Harmonies of #BE2BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2BEA

Black with #BE2BEA

Text Example


Text Example

White with #BE2BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2BEA; }

 p { color: rgb(190,43,234); }

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

background-color css

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

 a { background-color: rgb(190,43,234); }

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

border-color css

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

 span { border-color: rgb(190,43,234); }

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