Html Css Color HEX #BE2CEE Electric Purple

📋 copy color: '#BE2CEE'

red 190 ◦ green 44 ◦ blue 238

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

Shades of Electric Purple #BE2CEE

Tints of Electric Purple #BE2CEE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.32%

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

R = 40.25%
G = 9.32%
B = 50.42%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE2CEE (or 0xBE2CEE) is known color: Electric Purple. HEX triplet: BE, 2C and EE. RGB value is (190,44,238). Sum of RGB (Red+Green+Blue) = 190+44+238=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 44 (17.58% from 255 or 9.32% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE2CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2CEE is #41D311. Grayscale: #6D6D6D. Windows color (decimal): -4313874 or 15609022. OLE color: 15609022.

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

Color convert

RGB 190 44 238 -
CMYK 0.20 0.82 0 0.07
HSL 285.15º 0.85% 0.55% -
HSV(B) 285.15º 0.82% 0.93% -
XYZ 37.57 18.92 82.56 -
YUV 109.77 200.37 185.23 -
System Red Green Blue C M Y K H S L
Decimal 190 44 238 0.20 0.82 0 0.07 285.15 0.85 0.55
Hex BE 2C EE 14 52 0 7 11D 55 37
Octal 276 54 356 24 122 0 7 435 125 67
Binary 10111110 101100 11101110 10100 1010010 0 111 100011101 1010101 110111

Color Harmonies of #BE2CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2CEE

Black with #BE2CEE

Text Example


Text Example

White with #BE2CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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