Html Css Color HEX #BE24ED Electric Purple

📋 copy color: '#BE24ED'

red 190 ◦ green 36 ◦ blue 237

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

Shades of Electric Purple #BE24ED

Tints of Electric Purple #BE24ED

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.78%

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

R = 41.04%
G = 7.78%
B = 51.19%

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

#BE24ED (or 0xBE24ED) is known color: Electric Purple. HEX triplet: BE, 24 and ED. RGB value is (190,36,237). Sum of RGB (Red+Green+Blue) = 190+36+237=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 36 (14.45% from 255 or 7.78% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE24ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE24ED is #41DB12. Grayscale: #686868. Windows color (decimal): -4315923 or 15541438. OLE color: 15541438.

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

Color convert

RGB 190 36 237 -
CMYK 0.20 0.85 0 0.07
HSL 285.97º 0.85% 0.54% -
HSV(B) 285.97º 0.85% 0.93% -
XYZ 37.15 18.32 81.7 -
YUV 104.96 202.52 188.66 -
System Red Green Blue C M Y K H S L
Decimal 190 36 237 0.20 0.85 0 0.07 285.97 0.85 0.54
Hex BE 24 ED 14 55 0 7 11E 55 36
Octal 276 44 355 24 125 0 7 436 125 66
Binary 10111110 100100 11101101 10100 1010101 0 111 100011110 1010101 110110

Color Harmonies of #BE24ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE24ED

Black with #BE24ED

Text Example


Text Example

White with #BE24ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE24ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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