Html Css Color HEX #BE00EA Electric Purple

📋 copy color: '#BE00EA'

red 190 ◦ green 0 ◦ blue 234

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

Shades of Electric Purple #BE00EA

Tints of Electric Purple #BE00EA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.81%
G = 0%
B = 55.19%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BE00EA (or 0xBE00EA) is known color: Electric Purple. HEX triplet: BE, 00 and EA. RGB value is (190,0,234). Sum of RGB (Red+Green+Blue) = 190+0+234=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE00EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE00EA is #41FF15. Grayscale: #525252. Windows color (decimal): -4325142 or 15335614. OLE color: 15335614.

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

Color convert

RGB 190 0 234 -
CMYK 0.19 1 0 0.08
HSL 288.72º 1% 0.46% -
HSV(B) 288.72º 1% 0.92% -
XYZ 36.09 16.89 79.2 -
YUV 83.49 212.95 203.97 -
System Red Green Blue C M Y K H S L
Decimal 190 0 234 0.19 1 0 0.08 288.72 1 0.46
Hex BE 0 EA 13 64 0 8 121 64 2E
Octal 276 0 352 23 144 0 10 441 144 56
Binary 10111110 0 11101010 10011 1100100 0 1000 100100001 1100100 101110

Color Harmonies of #BE00EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE00EA

Black with #BE00EA

Text Example


Text Example

White with #BE00EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE00EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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