COLOR #BE1E9D

HEX: #BE1E9D
RGB: (190,30,157)

Color info

#BE1E9D contains mainly red and blue colors. Web safe color of #BE1E9D is #CC3399 (or #C39).

RGB color model

#BE1E9D color RGB value is (190,30,157).

  • red value is 190;
  • green value is 30;
  • blue value is 157.
RGB:
(190,30,157)
(75%,12%,62%)

RGB channels and saturation

R 190 of 255 = 75%
G 30 of 255 = 12%
B 157 of 255 = 62%

190
30
157

R + G + B ~ 50%. #BE1E9D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
190 + 30 + 157 = 377 (100%)
R 190 of 377 ~ 50.4%
G 30 of 377 ~ 7.96%
B 157 of 377 ~ 41.64%

%50.4
%41.64

CMYK color model

#BE1E9D color CMYK value is (0,84,17,25).

  • cyan value is 0.00%
  • magenta value is 84.21%
  • yellow value is 17.37%
  • key color value is 25.49%
CMYK:
(0,84,17,25)
C0M84Y17K25 
(0%,84%,17%,25%)
(0.00/0.84/0.17/0.25)	

CMYK percentages

%0
%84.21
%17.37
%25.49

Codes

Color #BE1E9D in popluar color models

BE1E9D
RGB19030157
HSL312°72.73%43.14%
HSB/HSV312°84.21%74.51%
CMYK0.00%84.21%17.37%
25.49%

Color #BE1E9D in popluar number systems.

HEXBE1E9D
Decimal19030157
Binary101111101111010011101
Octal27636235

Shades and tints

Shades of #BE1E9D

#BE1E9D
(190,30,157)
#AD1C8F
(173,28,143)
#9C1A81
(156,26,129)
#8B1873
(139,24,115)
#7A1665
(122,22,101)
#691457
(105,20,87)
#581249
(88,18,73)
#47103B
(71,16,59)
#360E2D
(54,14,45)
#250C1F
(37,12,31)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #BE1E9D

#BE1E9D
(190,30,157)
#C332A5
(195,50,165)
#C846AD
(200,70,173)
#CD5AB5
(205,90,181)
#D26EBD
(210,110,189)
#D782C5
(215,130,197)
#DC96CD
(220,150,205)
#E1AAD5
(225,170,213)
#E6BEDD
(230,190,221)
#EBD2E5
(235,210,229)
#F0E6ED
(240,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE1E9D color. Also use rgb(190,30,157) instead hex code.

Text Font Color

.myTextColor { color: #BE1E9D; }

<p style="color:#BE1E9D">This sample text font color is #BE1E9D.</p>

This text font color is #BE1E9D.


Background Color

.myBgColor { background-color: #BE1E9D; }

<div style="background-color:#BE1E9D">Inner text</div>

This div background color is #BE1E9D.


Border color

.myBorderColor { border: 1px solid #BE1E9D; }

<div style="border:3px solid #BE1E9D">Div</div>

This div border color is #BE1E9D.


Opacity

.myOpacity80 { color: #BE1E9D; opacity: 0.8; }

<p style="color:#BE1E9D;opacity:0.8;">80%</p>

Text with #BE1E9D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BE1E9D;}

<p style="text-shadow: 3px 3px 1px #BE1E9D">Text here.</p>

This text has shadow with #BE1E9D color.

.textShadow {text-shadow: 3px 3px 1px #BE1E9D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BE1E9D, 5px 5px 20px red">Text here.</p>

This text has shadow with #BE1E9D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE1E9D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BE1E9D, Direction=45, Strength=4)">Text</p>

This text has shadow with #BE1E9D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BE1E9D;
  -webkit-box-shadow:	1px 1px 3px 2px #BE1E9D;
  box-shadow:		1px 1px 3px 2px #BE1E9D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE1E9D;
-webkit-box-shadow: 1px 1px 3px 2px #BE1E9D;
box-shadow:1px 1px 3px 2px #BE1E9D;">
Div content here</div>
This div box has shadow with color #BE1E9D.

Preview

Color preview on black background

This text has color #BE1E9D on black background.


Color preview on white background

This text has color #BE1E9D on white background.



Black color preview on #BE1E9D background

This text has black color on #BE1E9D background.


White color preview on #BE1E9D background

This text has white color on #BE1E9D background.