Html Css Color HEX #BE23ED Electric Purple

📋 copy color: '#BE23ED'

red 190 ◦ green 35 ◦ blue 237

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

Shades of Electric Purple #BE23ED

Tints of Electric Purple #BE23ED

RGB

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

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

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

R = 41.13%
G = 7.58%
B = 51.3%

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

#BE23ED (or 0xBE23ED) is known color: Electric Purple. HEX triplet: BE, 23 and ED. RGB value is (190,35,237). Sum of RGB (Red+Green+Blue) = 190+35+237=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 35 (14.06% from 255 or 7.58% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE23ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE23ED is #41DC12. Grayscale: #676767. Windows color (decimal): -4316179 or 15541182. OLE color: 15541182.

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

Color convert

RGB 190 35 237 -
CMYK 0.20 0.85 0 0.07
HSL 286.04º 0.85% 0.53% -
HSV(B) 286.04º 0.85% 0.93% -
XYZ 37.12 18.26 81.69 -
YUV 104.37 202.85 189.07 -
System Red Green Blue C M Y K H S L
Decimal 190 35 237 0.20 0.85 0 0.07 286.04 0.85 0.53
Hex BE 23 ED 14 55 0 7 11E 55 35
Octal 276 43 355 24 125 0 7 436 125 65
Binary 10111110 100011 11101101 10100 1010101 0 111 100011110 1010101 110101

Color Harmonies of #BE23ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE23ED

Black with #BE23ED

Text Example


Text Example

White with #BE23ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE23ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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