Html Css Color HEX #BE26ED Electric Purple

📋 copy color: '#BE26ED'

red 190 ◦ green 38 ◦ blue 237

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

Shades of Electric Purple #BE26ED

Tints of Electric Purple #BE26ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.97%

R = 40.86%
G = 8.17%
B = 50.97%

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

#BE26ED (or 0xBE26ED) is known color: Electric Purple. HEX triplet: BE, 26 and ED. RGB value is (190,38,237). Sum of RGB (Red+Green+Blue) = 190+38+237=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 38 (15.23% from 255 or 8.17% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE26ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE26ED is #41D912. Grayscale: #696969. Windows color (decimal): -4315411 or 15541950. OLE color: 15541950.

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

Color convert

RGB 190 38 237 -
CMYK 0.20 0.84 0 0.07
HSL 285.83º 0.85% 0.54% -
HSV(B) 285.83º 0.84% 0.93% -
XYZ 37.21 18.45 81.72 -
YUV 106.13 201.86 187.82 -
System Red Green Blue C M Y K H S L
Decimal 190 38 237 0.20 0.84 0 0.07 285.83 0.85 0.54
Hex BE 26 ED 14 54 0 7 11E 55 36
Octal 276 46 355 24 124 0 7 436 125 66
Binary 10111110 100110 11101101 10100 1010100 0 111 100011110 1010101 110110

Color Harmonies of #BE26ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE26ED

Black with #BE26ED

Text Example


Text Example

White with #BE26ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE26ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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