#BE1FDE

Color #BE1FDE Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BE1FDE

Tints of Deep Magenta #BE1FDE

Color information

#BE1FDE (or 0xBE1FDE) is unknown color: approx Deep Magenta. HEX triplet: BE, 1F and DE. RGB value is (190,31,222). Sum of RGB (Red+Green+Blue) = 190+31+222=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 31 (12.5% from 255 or 7.00% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE1FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1FDE is #41E021. Grayscale: #636363. Windows color (decimal): -4317218 or 14557118. OLE color: 14557118.

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

Color convert

RGB19031222-
CMYK0.140.8600.13
HSL289.95º75.49%49.61%-
HSV(B)289.95º86.04%87.06%-
XYZ34.9117.270.59-
YUV100.32196.68191.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 31 (12.5% from 255) = 7.00%
BLUE value IS 222 (87.11% from 255) = 50.11%
R=42.89%
G=7.00%
B=50.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal190312220.140.8600.13289.9575.4949.61
HexBE1FDEE560D1224b32
Octal276373361612601544211362
Binary10111110111111101111011101010110011011001000101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1FDE; }

 p { color: rgb(190,31,222); }

 H1.HeaderClassName
 {
   color: #BE1FDE;
 }
 .AnyTagClassName
 {
   color: #BE1FDE;
 }
</style>
background-color css

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

 a { background-color: rgb(190,31,222); }

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

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

 span { border-color: rgb(190,31,222); }

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