#BE1EB6

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

Shades of Deep Magenta #BE1EB6

Tints of Deep Magenta #BE1EB6

Color information

#BE1EB6 (or 0xBE1EB6) is unknown color: approx Deep Magenta. HEX triplet: BE, 1E and B6. RGB value is (190,30,182). Sum of RGB (Red+Green+Blue) = 190+30+182=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 182 (71.48% from 255 or 45.27% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1EB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1EB6 is #41E149. Grayscale: #5E5E5E. Windows color (decimal): -4317514 or 11935422. OLE color: 11935422.

HSL color Cylindrical-coordinate representation of color #BE1EB6: hue angle of 303º 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 #BE1EB6 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19030182-
CMYK00.840.040.25
HSL303º72.73%43.14%-
HSV(B)303º84.21%74.51%-
XYZ30.1415.2545.61-
YUV95.17177.01195.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 30 (12.11% from 255) = 7.46%
BLUE value IS 182 (71.48% from 255) = 45.27%
R=47.26%
G=7.46%
B=45.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903018200.840.040.2530372.7343.14
HexBE1EB605441912f492b
Octal27636266012443145711153
Binary10111110111101011011001010100100110011001011111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1EB6; }

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

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

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

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

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

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

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

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