Html Css Color HEX #BE23EE Electric Purple

📋 copy color: '#BE23EE'

red 190 ◦ green 35 ◦ blue 238

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

Shades of Electric Purple #BE23EE

Tints of Electric Purple #BE23EE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.56%

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

R = 41.04%
G = 7.56%
B = 51.4%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE23EE (or 0xBE23EE) is known color: Electric Purple. HEX triplet: BE, 23 and EE. RGB value is (190,35,238). Sum of RGB (Red+Green+Blue) = 190+35+238=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 35 (14.06% from 255 or 7.56% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE23EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE23EE is #41DC11. Grayscale: #676767. Windows color (decimal): -4316178 or 15606718. OLE color: 15606718.

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

Color convert

RGB 190 35 238 -
CMYK 0.20 0.85 0 0.07
HSL 285.81º 0.86% 0.54% -
HSV(B) 285.81º 0.85% 0.93% -
XYZ 37.27 18.32 82.46 -
YUV 104.49 203.35 188.99 -
System Red Green Blue C M Y K H S L
Decimal 190 35 238 0.20 0.85 0 0.07 285.81 0.86 0.54
Hex BE 23 EE 14 55 0 7 11E 56 36
Octal 276 43 356 24 125 0 7 436 126 66
Binary 10111110 100011 11101110 10100 1010101 0 111 100011110 1010110 110110

Color Harmonies of #BE23EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE23EE

Black with #BE23EE

Text Example


Text Example

White with #BE23EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE23EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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