Html Css Color HEX #BE04ED Electric Purple

📋 copy color: '#BE04ED'

red 190 ◦ green 4 ◦ blue 237

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

Shades of Electric Purple #BE04ED

Tints of Electric Purple #BE04ED

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.93%

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

R = 44.08%
G = 0.93%
B = 54.99%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE04ED (or 0xBE04ED) is known color: Electric Purple. HEX triplet: BE, 04 and ED. RGB value is (190,4,237). Sum of RGB (Red+Green+Blue) = 190+4+237=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 4 (1.95% from 255 or 0.93% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE04ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE04ED is #41FB12. Grayscale: #555555. Windows color (decimal): -4324115 or 15533246. OLE color: 15533246.

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

Color convert

RGB 190 4 237 -
CMYK 0.20 0.98 0 0.07
HSL 287.9º 0.97% 0.47% -
HSV(B) 287.9º 0.98% 0.93% -
XYZ 36.56 17.15 81.5 -
YUV 86.18 213.12 202.05 -
System Red Green Blue C M Y K H S L
Decimal 190 4 237 0.20 0.98 0 0.07 287.9 0.97 0.47
Hex BE 4 ED 14 62 0 7 120 61 2F
Octal 276 4 355 24 142 0 7 440 141 57
Binary 10111110 100 11101101 10100 1100010 0 111 100100000 1100001 101111

Color Harmonies of #BE04ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE04ED

Black with #BE04ED

Text Example


Text Example

White with #BE04ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE04ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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