Html Css Color HEX #BE0EEE Electric Purple

📋 copy color: '#BE0EEE'

red 190 ◦ green 14 ◦ blue 238

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

Shades of Electric Purple #BE0EEE

Tints of Electric Purple #BE0EEE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.17%

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

R = 42.99%
G = 3.17%
B = 53.85%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE0EEE (or 0xBE0EEE) is known color: Electric Purple. HEX triplet: BE, 0E and EE. RGB value is (190,14,238). Sum of RGB (Red+Green+Blue) = 190+14+238=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 14 (5.86% from 255 or 3.17% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE0EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0EEE is #41F111. Grayscale: #5B5B5B. Windows color (decimal): -4321554 or 15601342. OLE color: 15601342.

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

Color convert

RGB 190 14 238 -
CMYK 0.20 0.94 0 0.07
HSL 287.14º 0.89% 0.49% -
HSV(B) 287.14º 0.94% 0.93% -
XYZ 36.82 17.43 82.31 -
YUV 92.16 210.31 197.79 -
System Red Green Blue C M Y K H S L
Decimal 190 14 238 0.20 0.94 0 0.07 287.14 0.89 0.49
Hex BE E EE 14 5E 0 7 11F 59 31
Octal 276 16 356 24 136 0 7 437 131 61
Binary 10111110 1110 11101110 10100 1011110 0 111 100011111 1011001 110001

Color Harmonies of #BE0EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0EEE

Black with #BE0EEE

Text Example


Text Example

White with #BE0EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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