Html Css Color HEX #BE02EA Electric Purple

📋 copy color: '#BE02EA'

red 190 ◦ green 2 ◦ blue 234

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

Shades of Electric Purple #BE02EA

Tints of Electric Purple #BE02EA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

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

R = 44.6%
G = 0.47%
B = 54.93%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BE02EA (or 0xBE02EA) is known color: Electric Purple. HEX triplet: BE, 02 and EA. RGB value is (190,2,234). Sum of RGB (Red+Green+Blue) = 190+2+234=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE02EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE02EA is #41FD15. Grayscale: #535353. Windows color (decimal): -4324630 or 15336126. OLE color: 15336126.

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

Color convert

RGB 190 2 234 -
CMYK 0.19 0.99 0 0.08
HSL 288.62º 0.98% 0.46% -
HSV(B) 288.62º 0.99% 0.92% -
XYZ 36.11 16.93 79.21 -
YUV 84.66 212.28 203.14 -
System Red Green Blue C M Y K H S L
Decimal 190 2 234 0.19 0.99 0 0.08 288.62 0.98 0.46
Hex BE 2 EA 13 63 0 8 121 62 2E
Octal 276 2 352 23 143 0 10 441 142 56
Binary 10111110 10 11101010 10011 1100011 0 1000 100100001 1100010 101110

Color Harmonies of #BE02EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE02EA

Black with #BE02EA

Text Example


Text Example

White with #BE02EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE02EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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