#BE1ECF

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

Shades of Deep Magenta #BE1ECF

Tints of Deep Magenta #BE1ECF

Color information

#BE1ECF (or 0xBE1ECF) is unknown color: approx Deep Magenta. HEX triplet: BE, 1E and CF. RGB value is (190,30,207). Sum of RGB (Red+Green+Blue) = 190+30+207=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE1ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1ECF is #41E130. Grayscale: #616161. Windows color (decimal): -4317489 or 13573822. OLE color: 13573822.

HSL color Cylindrical-coordinate representation of color #BE1ECF: hue angle of 294.24º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1ECF is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19030207-
CMYK0.080.8600.19
HSL294.24º74.68%46.47%-
HSV(B)294.24º85.51%81.18%-
XYZ32.9616.3860.46-
YUV98.02189.51193.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 30 (12.11% from 255) = 7.03%
BLUE value IS 207 (81.25% from 255) = 48.48%
R=44.50%
G=7.03%
B=48.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal190302070.080.8600.19294.2474.6846.47
HexBE1ECF8560131264b2e
Octal276363171012602344611356
Binary101111101111011001111100010101100100111001001101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1ECF; }

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

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

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

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

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

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

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

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