Html Css Color HEX #BE26EE Electric Purple

📋 copy color: '#BE26EE'

red 190 ◦ green 38 ◦ blue 238

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

Shades of Electric Purple #BE26EE

Tints of Electric Purple #BE26EE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.15%

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

R = 40.77%
G = 8.15%
B = 51.07%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE26EE (or 0xBE26EE) is known color: Electric Purple. HEX triplet: BE, 26 and EE. RGB value is (190,38,238). Sum of RGB (Red+Green+Blue) = 190+38+238=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 38 (15.23% from 255 or 8.15% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE26EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE26EE is #41D911. Grayscale: #696969. Windows color (decimal): -4315410 or 15607486. OLE color: 15607486.

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

Color convert

RGB 190 38 238 -
CMYK 0.20 0.84 0 0.07
HSL 285.6º 0.85% 0.54% -
HSV(B) 285.6º 0.84% 0.93% -
XYZ 37.36 18.51 82.49 -
YUV 106.25 202.36 187.74 -
System Red Green Blue C M Y K H S L
Decimal 190 38 238 0.20 0.84 0 0.07 285.6 0.85 0.54
Hex BE 26 EE 14 54 0 7 11E 55 36
Octal 276 46 356 24 124 0 7 436 125 66
Binary 10111110 100110 11101110 10100 1010100 0 111 100011110 1010101 110110

Color Harmonies of #BE26EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE26EE

Black with #BE26EE

Text Example


Text Example

White with #BE26EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE26EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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