#BE1EBF

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

Shades of Deep Magenta #BE1EBF

Tints of Deep Magenta #BE1EBF

Color information

#BE1EBF (or 0xBE1EBF) is unknown color: approx Deep Magenta. HEX triplet: BE, 1E and BF. RGB value is (190,30,191). Sum of RGB (Red+Green+Blue) = 190+30+191=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE1EBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1EBF is #41E140. Grayscale: #5F5F5F. Windows color (decimal): -4317505 or 12525246. OLE color: 12525246.

HSL color Cylindrical-coordinate representation of color #BE1EBF: hue angle of 299.63º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE1EBF is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB19030191-
CMYK0.010.8400.25
HSL299.63º72.85%43.33%-
HSV(B)299.63º84.29%74.9%-
XYZ31.115.6450.67-
YUV96.19181.51194.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 30 (12.11% from 255) = 7.30%
BLUE value IS 191 (75% from 255) = 46.47%
R=46.23%
G=7.30%
B=46.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190301910.010.8400.25299.6372.8543.33
HexBE1EBF15401912c492b
Octal27636277112403145411153
Binary101111101111010111111110101000110011001011001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1EBF; }

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

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

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

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

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

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

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

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