Html Css Color HEX #BE24EC Electric Purple

📋 copy color: '#BE24EC'

red 190 ◦ green 36 ◦ blue 236

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

Shades of Electric Purple #BE24EC

Tints of Electric Purple #BE24EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.08%

R = 41.13%
G = 7.79%
B = 51.08%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE24EC (or 0xBE24EC) is known color: Electric Purple. HEX triplet: BE, 24 and EC. RGB value is (190,36,236). Sum of RGB (Red+Green+Blue) = 190+36+236=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 36 (14.45% from 255 or 7.79% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE24EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE24EC is #41DB13. Grayscale: #686868. Windows color (decimal): -4315924 or 15475902. OLE color: 15475902.

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

Color convert

RGB 190 36 236 -
CMYK 0.19 0.85 0 0.07
HSL 286.2º 0.84% 0.53% -
HSV(B) 286.2º 0.85% 0.93% -
XYZ 37.01 18.27 80.93 -
YUV 104.85 202.02 188.74 -
System Red Green Blue C M Y K H S L
Decimal 190 36 236 0.19 0.85 0 0.07 286.2 0.84 0.53
Hex BE 24 EC 13 55 0 7 11E 54 35
Octal 276 44 354 23 125 0 7 436 124 65
Binary 10111110 100100 11101100 10011 1010101 0 111 100011110 1010100 110101

Color Harmonies of #BE24EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE24EC

Black with #BE24EC

Text Example


Text Example

White with #BE24EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE24EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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