COLOR #BE5D8D

HEX: #BE5D8D
RGB: (190,93,141)

Color info

#BE5D8D contains mainly red and blue colors. Web safe color of #BE5D8D is #CC6699 (or #C69).

RGB color model

#BE5D8D color RGB value is (190,93,141).

  • red value is 190;
  • green value is 93;
  • blue value is 141.
RGB:
(190,93,141)
(75%,36%,55%)

RGB channels and saturation

R 190 of 255 = 75%
G 93 of 255 = 36%
B 141 of 255 = 55%

190
93
141

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

Portions of RGB colors in percentages

R + G + B =
190 + 93 + 141 = 424 (100%)
R 190 of 424 ~ 44.81%
G 93 of 424 ~ 21.93%
B 141 of 424 ~ 33.25%

%44.81
%21.93
%33.25

CMYK color model

#BE5D8D color CMYK value is (0,51,26,25).

  • cyan value is 0.00%
  • magenta value is 51.05%
  • yellow value is 25.79%
  • key color value is 25.49%
CMYK:
(0,51,26,25)
C0M51Y26K25 
(0%,51%,26%,25%)
(0.00/0.51/0.26/0.25)	

CMYK percentages

%0
%51.05
%25.79
%25.49

Codes

Color #BE5D8D in popluar color models

BE5D8D
RGB19093141
HSL330°42.73%55.49%
HSB/HSV330°51.05%74.51%
CMYK0.00%51.05%25.79%
25.49%

Color #BE5D8D in popluar number systems.

HEXBE5D8D
Decimal19093141
Binary10111110101110110001101
Octal276135215

Shades and tints

Shades of #BE5D8D

#BE5D8D
(190,93,141)
#AD5581
(173,85,129)
#9C4D75
(156,77,117)
#8B4569
(139,69,105)
#7A3D5D
(122,61,93)
#693551
(105,53,81)
#582D45
(88,45,69)
#472539
(71,37,57)
#361D2D
(54,29,45)
#251521
(37,21,33)
#140D15
(20,13,21)
#000000
(0,0,0)

Tints of #BE5D8D

#BE5D8D
(190,93,141)
#C36B97
(195,107,151)
#C879A1
(200,121,161)
#CD87AB
(205,135,171)
#D295B5
(210,149,181)
#D7A3BF
(215,163,191)
#DCB1C9
(220,177,201)
#E1BFD3
(225,191,211)
#E6CDDD
(230,205,221)
#EBDBE7
(235,219,231)
#F0E9F1
(240,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE5D8D color. Also use rgb(190,93,141) instead hex code.

Text Font Color

.myTextColor { color: #BE5D8D; }

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

This text font color is #BE5D8D.


Background Color

.myBgColor { background-color: #BE5D8D; }

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

This div background color is #BE5D8D.


Border color

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

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

This div border color is #BE5D8D.


Opacity

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

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

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

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

This text has shadow with #BE5D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE5D8D on black background.


Color preview on white background

This text has color #BE5D8D on white background.



Black color preview on #BE5D8D background

This text has black color on #BE5D8D background.


White color preview on #BE5D8D background

This text has white color on #BE5D8D background.