Html Css Color HEX #BE0FEA Electric Purple

📋 copy color: '#BE0FEA'

red 190 ◦ green 15 ◦ blue 234

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

Shades of Electric Purple #BE0FEA

Tints of Electric Purple #BE0FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.3%

R = 43.28%
G = 3.42%
B = 53.3%

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

#BE0FEA (or 0xBE0FEA) is known color: Electric Purple. HEX triplet: BE, 0F and EA. RGB value is (190,15,234). Sum of RGB (Red+Green+Blue) = 190+15+234=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE0FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0FEA is #41F015. Grayscale: #5B5B5B. Windows color (decimal): -4321302 or 15339454. OLE color: 15339454.

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

Color convert

RGB 190 15 234 -
CMYK 0.19 0.94 0 0.08
HSL 287.95º 0.88% 0.49% -
HSV(B) 287.95º 0.94% 0.92% -
XYZ 36.26 17.23 79.26 -
YUV 92.29 207.98 197.69 -
System Red Green Blue C M Y K H S L
Decimal 190 15 234 0.19 0.94 0 0.08 287.95 0.88 0.49
Hex BE F EA 13 5E 0 8 120 58 31
Octal 276 17 352 23 136 0 10 440 130 61
Binary 10111110 1111 11101010 10011 1011110 0 1000 100100000 1011000 110001

Color Harmonies of #BE0FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0FEA

Black with #BE0FEA

Text Example


Text Example

White with #BE0FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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