Html Css Color HEX #BE02EE Electric Purple

📋 copy color: '#BE02EE'

red 190 ◦ green 2 ◦ blue 238

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

Shades of Electric Purple #BE02EE

Tints of Electric Purple #BE02EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.35%

R = 44.19%
G = 0.47%
B = 55.35%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE02EE (or 0xBE02EE) is known color: Electric Purple. HEX triplet: BE, 02 and EE. RGB value is (190,2,238). Sum of RGB (Red+Green+Blue) = 190+2+238=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE02EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE02EE is #41FD11. Grayscale: #545454. Windows color (decimal): -4324626 or 15598270. OLE color: 15598270.

HSL color Cylindrical-coordinate representation of color #BE02EE: hue angle of 287.8º 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 #BE02EE is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 2 238 -
CMYK 0.20 0.99 0 0.07
HSL 287.8º 0.98% 0.47% -
HSV(B) 287.8º 0.99% 0.93% -
XYZ 36.69 17.16 82.27 -
YUV 85.12 214.28 202.81 -
System Red Green Blue C M Y K H S L
Decimal 190 2 238 0.20 0.99 0 0.07 287.8 0.98 0.47
Hex BE 2 EE 14 63 0 7 120 62 2F
Octal 276 2 356 24 143 0 7 440 142 57
Binary 10111110 10 11101110 10100 1100011 0 111 100100000 1100010 101111

Color Harmonies of #BE02EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE02EE

Black with #BE02EE

Text Example


Text Example

White with #BE02EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE02EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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