Html Css Color HEX #BE0FEB Electric Purple

📋 copy color: '#BE0FEB'

red 190 ◦ green 15 ◦ blue 235

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

Shades of Electric Purple #BE0FEB

Tints of Electric Purple #BE0FEB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.41%

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

R = 43.18%
G = 3.41%
B = 53.41%

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

#BE0FEB (or 0xBE0FEB) is known color: Electric Purple. HEX triplet: BE, 0F and EB. RGB value is (190,15,235). Sum of RGB (Red+Green+Blue) = 190+15+235=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #BE0FEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0FEB is #41F014. Grayscale: #5B5B5B. Windows color (decimal): -4321301 or 15404990. OLE color: 15404990.

HSL color Cylindrical-coordinate representation of color #BE0FEB: hue angle of 287.73º degrees, saturation: 0.88, 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 #BE0FEB is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 15 235 -
CMYK 0.19 0.94 0 0.08
HSL 287.73º 0.88% 0.49% -
HSV(B) 287.73º 0.94% 0.92% -
XYZ 36.4 17.29 80.02 -
YUV 92.41 208.48 197.61 -
System Red Green Blue C M Y K H S L
Decimal 190 15 235 0.19 0.94 0 0.08 287.73 0.88 0.49
Hex BE F EB 13 5E 0 8 120 58 31
Octal 276 17 353 23 136 0 10 440 130 61
Binary 10111110 1111 11101011 10011 1011110 0 1000 100100000 1011000 110001

Color Harmonies of #BE0FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0FEB

Black with #BE0FEB

Text Example


Text Example

White with #BE0FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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