Html Css Color HEX #BE2DEE Electric Purple

📋 copy color: '#BE2DEE'

red 190 ◦ green 45 ◦ blue 238

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

Shades of Electric Purple #BE2DEE

Tints of Electric Purple #BE2DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.51%

 BLUE value IS 238 (93.36% from 255) = 50.32%

R = 40.17%
G = 9.51%
B = 50.32%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE2DEE (or 0xBE2DEE) is known color: Electric Purple. HEX triplet: BE, 2D and EE. RGB value is (190,45,238). Sum of RGB (Red+Green+Blue) = 190+45+238=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 45 (17.97% from 255 or 9.51% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE2DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2DEE is #41D211. Grayscale: #6D6D6D. Windows color (decimal): -4313618 or 15609278. OLE color: 15609278.

HSL color Cylindrical-coordinate representation of color #BE2DEE: hue angle of 285.08º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2DEE is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 45 238 -
CMYK 0.20 0.81 0 0.07
HSL 285.08º 0.85% 0.55% -
HSV(B) 285.08º 0.81% 0.93% -
XYZ 37.61 19 82.57 -
YUV 110.36 200.04 184.81 -
System Red Green Blue C M Y K H S L
Decimal 190 45 238 0.20 0.81 0 0.07 285.08 0.85 0.55
Hex BE 2D EE 14 51 0 7 11D 55 37
Octal 276 55 356 24 121 0 7 435 125 67
Binary 10111110 101101 11101110 10100 1010001 0 111 100011101 1010101 110111

Color Harmonies of #BE2DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2DEE

Black with #BE2DEE

Text Example


Text Example

White with #BE2DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2DEE; }

 p { color: rgb(190,45,238); }

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

background-color css

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

 a { background-color: rgb(190,45,238); }

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

border-color css

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

 span { border-color: rgb(190,45,238); }

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