Html Css Color HEX #BE0EEB Electric Purple

📋 copy color: '#BE0EEB'

red 190 ◦ green 14 ◦ blue 235

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

Shades of Electric Purple #BE0EEB

Tints of Electric Purple #BE0EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.53%

R = 43.28%
G = 3.19%
B = 53.53%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BE0EEB (or 0xBE0EEB) is known color: Electric Purple. HEX triplet: BE, 0E and EB. RGB value is (190,14,235). Sum of RGB (Red+Green+Blue) = 190+14+235=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 14 (5.86% from 255 or 3.19% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #BE0EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0EEB is #41F114. Grayscale: #5B5B5B. Windows color (decimal): -4321557 or 15404734. OLE color: 15404734.

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

Color convert

RGB 190 14 235 -
CMYK 0.19 0.94 0 0.08
HSL 287.78º 0.89% 0.49% -
HSV(B) 287.78º 0.94% 0.92% -
XYZ 36.39 17.26 80.01 -
YUV 91.82 208.81 198.03 -
System Red Green Blue C M Y K H S L
Decimal 190 14 235 0.19 0.94 0 0.08 287.78 0.89 0.49
Hex BE E EB 13 5E 0 8 120 59 31
Octal 276 16 353 23 136 0 10 440 131 61
Binary 10111110 1110 11101011 10011 1011110 0 1000 100100000 1011001 110001

Color Harmonies of #BE0EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0EEB

Black with #BE0EEB

Text Example


Text Example

White with #BE0EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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