Html Css Color HEX #BE00EE Electric Purple

📋 copy color: '#BE00EE'

red 190 ◦ green 0 ◦ blue 238

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

Shades of Electric Purple #BE00EE

Tints of Electric Purple #BE00EE

RGB

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

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

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

R = 44.39%
G = 0%
B = 55.61%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE00EE (or 0xBE00EE) is known color: Electric Purple. HEX triplet: BE, 00 and EE. RGB value is (190,0,238). Sum of RGB (Red+Green+Blue) = 190+0+238=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE00EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE00EE is #41FF11. Grayscale: #535353. Windows color (decimal): -4325138 or 15597758. OLE color: 15597758.

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

Color convert

RGB 190 0 238 -
CMYK 0.20 1 0 0.07
HSL 287.9º 1% 0.47% -
HSV(B) 287.9º 1% 0.93% -
XYZ 36.67 17.12 82.26 -
YUV 83.94 214.95 203.65 -
System Red Green Blue C M Y K H S L
Decimal 190 0 238 0.20 1 0 0.07 287.9 1 0.47
Hex BE 0 EE 14 64 0 7 120 64 2F
Octal 276 0 356 24 144 0 7 440 144 57
Binary 10111110 0 11101110 10100 1100100 0 111 100100000 1100100 101111

Color Harmonies of #BE00EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE00EE

Black with #BE00EE

Text Example


Text Example

White with #BE00EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE00EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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