COLOR #BD4E91

HEX: #BD4E91 RGB: (189,78,145)

Color info

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

RGB color model

#BD4E91 color RGB value is (189,78,145).

RGB: (189,78,145) (74%, 31%, 57%)

RGB channels and saturation

R 189 of 255 = 74%
G 78 of 255 = 31%
B 145 of 255 = 57%

189
78
145

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

Portions of RGB colors in percentages

R + G + B = 189 + 78 + 145 = 412 (100%)
R 189 of 412 ~ 45.87%
G 78 of 412 ~ 18.93%
B 145 of 412 ~ 35.19'%

%45.87
%18.93
%35.19

CMYK color model

#BD4E91 color CMYK value is (0,59,23,26).

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

CMYK: (0,59,23,26)
C0M59Y23K26 (0%, 59%, 23%, 26%)
(0.00 / 0.59 / 0.23 / 0.26)

CMYK percentages

%0
%58.73
%23.28
%25.88

Codes

Color #BD4E91 in popluar color models

BD 4E 91
RGB 189 78 145
HSL 324° 45.68% 52.35%
HSB/HSV 324° 58.73% 74.12%
CMYK 0.00% 58.73% 23.28%
25.88%

Color #BD4E91 in popluar number systems.

HEX BD 4E 91
Decimal 189 78 145
Binary 10111101 1001110 10010001
Octal 275 116 221

Shades and tints

Shades of #BD4E91

#BD4E91
(189,78,145)
#AC4784
(172,71,132)
#9B4077
(155,64,119)
#8A396A
(138,57,106)
#79325D
(121,50,93)
#682B50
(104,43,80)
#572443
(87,36,67)
#461D36
(70,29,54)
#351629
(53,22,41)
#240F1C
(36,15,28)
#13080F
(19,8,15)
#000000
(0,0,0)

Tints of #BD4E91

#BD4E91
(189,78,145)
#C35E9B
(195,94,155)
#C96EA5
(201,110,165)
#CF7EAF
(207,126,175)
#D58EB9
(213,142,185)
#DB9EC3
(219,158,195)
#E1AECD
(225,174,205)
#E7BED7
(231,190,215)
#EDCEE1
(237,206,225)
#F3DEEB
(243,222,235)
#F9EEF5
(249,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD4E91; }

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

This text font color is #BD4E91.

Background Color

.myBgColor { background-color: #BD4E91; }

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

This div background color is #BD4E91.

Border color

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

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

This div border color is #BD4E91.

Opacity

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

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

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

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

This text has shadow with #BD4E91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD4E91.

Preview

Color preview on black background

This text has color #BD4E91 on black background.


Color preview on white background

This text has color #BD4E91 on white background.


Black color preview on #BD4E91 background

This text has black color on #BD4E91 background.


White color preview on #BD4E91 background

This text has white color on #BD4E91 background.


Related colors

Complementary color

Complementary color for #hex is #42B16E.


I love getcolorcode.com

Triadic colors

1 #91BD4E and #4E91BD with #BD4E91 are triadic colors.

2 #914EBD and #4EBD91 with #BD4E91 are triadic colors.