COLOR #BD5E91

HEX: #BD5E91 RGB: (189,94,145)

Color info

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

RGB color model

#BD5E91 color RGB value is (189,94,145).

RGB: (189,94,145) (74%, 37%, 57%)

RGB channels and saturation

R 189 of 255 = 74%
G 94 of 255 = 37%
B 145 of 255 = 57%

189
94
145

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

Portions of RGB colors in percentages

R + G + B = 189 + 94 + 145 = 428 (100%)
R 189 of 428 ~ 44.16%
G 94 of 428 ~ 21.96%
B 145 of 428 ~ 33.88'%

%44.16
%21.96
%33.88

CMYK color model

#BD5E91 color CMYK value is (0,50,23,26).

  • cyan value is 0.00%
  • magenta value is 50.26%
  • yellow value is 23.28%
  • key color value is 25.88%

CMYK: (0,50,23,26)
C0M50Y23K26 (0%, 50%, 23%, 26%)
(0.00 / 0.50 / 0.23 / 0.26)

CMYK percentages

%0
%50.26
%23.28
%25.88

Codes

Color #BD5E91 in popluar color models

BD 5E 91
RGB 189 94 145
HSL 328° 41.85% 55.49%
HSB/HSV 328° 50.26% 74.12%
CMYK 0.00% 50.26% 23.28%
25.88%

Color #BD5E91 in popluar number systems.

HEX BD 5E 91
Decimal 189 94 145
Binary 10111101 1011110 10010001
Octal 275 136 221

Shades and tints

Shades of #BD5E91

#BD5E91
(189,94,145)
#AC5684
(172,86,132)
#9B4E77
(155,78,119)
#8A466A
(138,70,106)
#793E5D
(121,62,93)
#683650
(104,54,80)
#572E43
(87,46,67)
#462636
(70,38,54)
#351E29
(53,30,41)
#24161C
(36,22,28)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #BD5E91

#BD5E91
(189,94,145)
#C36C9B
(195,108,155)
#C97AA5
(201,122,165)
#CF88AF
(207,136,175)
#D596B9
(213,150,185)
#DBA4C3
(219,164,195)
#E1B2CD
(225,178,205)
#E7C0D7
(231,192,215)
#EDCEE1
(237,206,225)
#F3DCEB
(243,220,235)
#F9EAF5
(249,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD5E91 color. Also use rgb(189,94,145) instead hex code.

Text Font Color

.myTextColor { color: #BD5E91; }

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

This text font color is #BD5E91.

Background Color

.myBgColor { background-color: #BD5E91; }

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

This div background color is #BD5E91.

Border color

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

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

This div border color is #BD5E91.

Opacity

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

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

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

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

This text has shadow with #BD5E91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD5E91.

Preview

Color preview on black background

This text has color #BD5E91 on black background.


Color preview on white background

This text has color #BD5E91 on white background.


Black color preview on #BD5E91 background

This text has black color on #BD5E91 background.


White color preview on #BD5E91 background

This text has white color on #BD5E91 background.


Related colors

Complementary color

Complementary color for #hex is #42A16E.


I love getcolorcode.com

Triadic colors

1 #91BD5E and #5E91BD with #BD5E91 are triadic colors.

2 #915EBD and #5EBD91 with #BD5E91 are triadic colors.