COLOR #BE3E83

HEX: #BE3E83 RGB: (190,62,131)

Color info

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

RGB color model

#BE3E83 color RGB value is (190,62,131).

RGB: (190,62,131) (75%, 24%, 51%)

RGB channels and saturation

R 190 of 255 = 75%
G 62 of 255 = 24%
B 131 of 255 = 51%

190
62
131

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

Portions of RGB colors in percentages

R + G + B = 190 + 62 + 131 = 383 (100%)
R 190 of 383 ~ 49.61%
G 62 of 383 ~ 16.19%
B 131 of 383 ~ 34.2'%

%49.61
%16.19
%34.2

CMYK color model

#BE3E83 color CMYK value is (0,67,31,25).

  • cyan value is 0.00%
  • magenta value is 67.37%
  • yellow value is 31.05%
  • key color value is 25.49%

CMYK: (0,67,31,25)
C0M67Y31K25 (0%, 67%, 31%, 25%)
(0.00 / 0.67 / 0.31 / 0.25)

CMYK percentages

%0
%67.37
%31.05
%25.49

Codes

Color #BE3E83 in popluar color models

BE 3E 83
RGB 190 62 131
HSL 328° 50.79% 49.41%
HSB/HSV 328° 67.37% 74.51%
CMYK 0.00% 67.37% 31.05%
25.49%

Color #BE3E83 in popluar number systems.

HEX BE 3E 83
Decimal 190 62 131
Binary 10111110 111110 10000011
Octal 276 76 203

Shades and tints

Shades of #BE3E83

#BE3E83
(190,62,131)
#AD3978
(173,57,120)
#9C346D
(156,52,109)
#8B2F62
(139,47,98)
#7A2A57
(122,42,87)
#69254C
(105,37,76)
#582041
(88,32,65)
#471B36
(71,27,54)
#36162B
(54,22,43)
#251120
(37,17,32)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #BE3E83

#BE3E83
(190,62,131)
#C34F8E
(195,79,142)
#C86099
(200,96,153)
#CD71A4
(205,113,164)
#D282AF
(210,130,175)
#D793BA
(215,147,186)
#DCA4C5
(220,164,197)
#E1B5D0
(225,181,208)
#E6C6DB
(230,198,219)
#EBD7E6
(235,215,230)
#F0E8F1
(240,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE3E83 color. Also use rgb(190,62,131) instead hex code.

Text Font Color

.myTextColor { color: #BE3E83; }

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

This text font color is #BE3E83.

Background Color

.myBgColor { background-color: #BE3E83; }

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

This div background color is #BE3E83.

Border color

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

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

This div border color is #BE3E83.

Opacity

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

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

Text with #BE3E83 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 #BE3E83;}

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

This text has shadow with #BE3E83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE3E83.

Preview

Color preview on black background

This text has color #BE3E83 on black background.


Color preview on white background

This text has color #BE3E83 on white background.


Black color preview on #BE3E83 background

This text has black color on #BE3E83 background.


White color preview on #BE3E83 background

This text has white color on #BE3E83 background.


Related colors

Complementary color

Complementary color for #hex is #41C17C.


I love getcolorcode.com

Triadic colors

1 #83BE3E and #3E83BE with #BE3E83 are triadic colors.

2 #833EBE and #3EBE83 with #BE3E83 are triadic colors.