Html Css Color HEX #BE1EDC Deep Magenta

📋 copy color: '#BE1EDC'

red 190 ◦ green 30 ◦ blue 220

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

Shades of Deep Magenta #BE1EDC

Tints of Deep Magenta #BE1EDC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.82%

 BLUE value IS 220 (86.33% from 255) = 50%

R = 43.18%
G = 6.82%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE1EDC (or 0xBE1EDC) is known color: Deep Magenta. HEX triplet: BE, 1E and DC. RGB value is (190,30,220). Sum of RGB (Red+Green+Blue) = 190+30+220=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 30 (12.11% from 255 or 6.82% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE1EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1EDC is #41E123. Grayscale: #626262. Windows color (decimal): -4317476 or 14425790. OLE color: 14425790.

HSL color Cylindrical-coordinate representation of color #BE1EDC: hue angle of 290.53º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1EDC is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 30 220 -
CMYK 0.14 0.86 0 0.14
HSL 290.53º 0.76% 0.49% -
HSV(B) 290.53º 0.86% 0.86% -
XYZ 34.62 17.04 69.18 -
YUV 99.5 196.01 192.55 -
System Red Green Blue C M Y K H S L
Decimal 190 30 220 0.14 0.86 0 0.14 290.53 0.76 0.49
Hex BE 1E DC E 56 0 E 123 4C 31
Octal 276 36 334 16 126 0 16 443 114 61
Binary 10111110 11110 11011100 1110 1010110 0 1110 100100011 1001100 110001

Color Harmonies of #BE1EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1EDC

Black with #BE1EDC

Text Example


Text Example

White with #BE1EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1EDC; }

 p { color: rgb(190,30,220); }

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

background-color css

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

 a { background-color: rgb(190,30,220); }

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

border-color css

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

 span { border-color: rgb(190,30,220); }

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