Html Css Color HEX #BE02EC Electric Purple

📋 copy color: '#BE02EC'

red 190 ◦ green 2 ◦ blue 236

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

Shades of Electric Purple #BE02EC

Tints of Electric Purple #BE02EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.14%

R = 44.39%
G = 0.47%
B = 55.14%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE02EC (or 0xBE02EC) is known color: Electric Purple. HEX triplet: BE, 02 and EC. RGB value is (190,2,236). Sum of RGB (Red+Green+Blue) = 190+2+236=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 2 (1.17% from 255 or 0.47% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE02EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE02EC is #41FD13. Grayscale: #545454. Windows color (decimal): -4324628 or 15467198. OLE color: 15467198.

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

Color convert

RGB 190 2 236 -
CMYK 0.19 0.99 0 0.07
HSL 288.21º 0.98% 0.47% -
HSV(B) 288.21º 0.99% 0.93% -
XYZ 36.4 17.05 80.73 -
YUV 84.89 213.28 202.97 -
System Red Green Blue C M Y K H S L
Decimal 190 2 236 0.19 0.99 0 0.07 288.21 0.98 0.47
Hex BE 2 EC 13 63 0 7 120 62 2F
Octal 276 2 354 23 143 0 7 440 142 57
Binary 10111110 10 11101100 10011 1100011 0 111 100100000 1100010 101111

Color Harmonies of #BE02EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE02EC

Black with #BE02EC

Text Example


Text Example

White with #BE02EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE02EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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