Html Css Color HEX #BE05EC Electric Purple

📋 copy color: '#BE05EC'

red 190 ◦ green 5 ◦ blue 236

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

Shades of Electric Purple #BE05EC

Tints of Electric Purple #BE05EC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.16%

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

R = 44.08%
G = 1.16%
B = 54.76%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE05EC (or 0xBE05EC) is known color: Electric Purple. HEX triplet: BE, 05 and EC. RGB value is (190,5,236). Sum of RGB (Red+Green+Blue) = 190+5+236=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 5 (2.34% from 255 or 1.16% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE05EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE05EC is #41FA13. Grayscale: #555555. Windows color (decimal): -4323860 or 15467966. OLE color: 15467966.

HSL color Cylindrical-coordinate representation of color #BE05EC: hue angle of 288.05º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE05EC is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 5 236 -
CMYK 0.19 0.98 0 0.07
HSL 288.05º 0.96% 0.47% -
HSV(B) 288.05º 0.98% 0.93% -
XYZ 36.43 17.11 80.74 -
YUV 86.65 212.29 201.72 -
System Red Green Blue C M Y K H S L
Decimal 190 5 236 0.19 0.98 0 0.07 288.05 0.96 0.47
Hex BE 5 EC 13 62 0 7 120 60 2F
Octal 276 5 354 23 142 0 7 440 140 57
Binary 10111110 101 11101100 10011 1100010 0 111 100100000 1100000 101111

Color Harmonies of #BE05EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE05EC

Black with #BE05EC

Text Example


Text Example

White with #BE05EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE05EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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