Html Css Color HEX #BE01EE Electric Purple

📋 copy color: '#BE01EE'

red 190 ◦ green 1 ◦ blue 238

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

Shades of Electric Purple #BE01EE

Tints of Electric Purple #BE01EE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 44.29%
G = 0.23%
B = 55.48%

CMYK

 C value IS 0.20

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE01EE (or 0xBE01EE) is known color: Electric Purple. HEX triplet: BE, 01 and EE. RGB value is (190,1,238). Sum of RGB (Red+Green+Blue) = 190+1+238=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 1 (0.78% from 255 or 0.23% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE01EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE01EE is #41FE11. Grayscale: #535353. Windows color (decimal): -4324882 or 15598014. OLE color: 15598014.

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

Color convert

RGB 190 1 238 -
CMYK 0.20 1.00 0 0.07
HSL 287.85º 0.99% 0.47% -
HSV(B) 287.85º 1% 0.93% -
XYZ 36.68 17.14 82.26 -
YUV 84.53 214.62 203.23 -
System Red Green Blue C M Y K H S L
Decimal 190 1 238 0.20 1.00 0 0.07 287.85 0.99 0.47
Hex BE 1 EE 14 64 0 7 120 63 2F
Octal 276 1 356 24 144 0 7 440 143 57
Binary 10111110 1 11101110 10100 1100100 0 111 100100000 1100011 101111

Color Harmonies of #BE01EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE01EE

Black with #BE01EE

Text Example


Text Example

White with #BE01EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE01EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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