COLOR #BD4D90

HEX: #BD4D90 RGB: (189,77,144)

Color info

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

RGB color model

#BD4D90 color RGB value is (189,77,144).

RGB: (189,77,144) (74%, 30%, 56%)

RGB channels and saturation

R 189 of 255 = 74%
G 77 of 255 = 30%
B 144 of 255 = 56%

189
77
144

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

Portions of RGB colors in percentages

R + G + B = 189 + 77 + 144 = 410 (100%)
R 189 of 410 ~ 46.1%
G 77 of 410 ~ 18.78%
B 144 of 410 ~ 35.12'%

%46.1
%18.78
%35.12

CMYK color model

#BD4D90 color CMYK value is (0,59,24,26).

  • cyan value is 0.00%
  • magenta value is 59.26%
  • yellow value is 23.81%
  • key color value is 25.88%
CMYK: (0,59,24,26) C0M59Y24K26 (0%,59%,24%,26%) (0.00/0.59/0.24/0.26) 

CMYK percentages

%0
%59.26
%23.81
%25.88

Codes

Color #BD4D90 in popluar color models

BD 4D 90
RGB 189 77 144
HSL 324° 45.90% 52.16%
HSB/HSV 324° 59.26% 74.12%
CMYK 0.00% 59.26% 23.81%
25.88%

Color #BD4D90 in popluar number systems.

HEX BD 4D 90
Decimal 189 77 144
Binary 10111101 1001101 10010000
Octal 275 115 220

Shades and tints

Shades of #BD4D90

#BD4D90
(189,77,144)
#AC4683
(172,70,131)
#9B3F76
(155,63,118)
#8A3869
(138,56,105)
#79315C
(121,49,92)
#682A4F
(104,42,79)
#572342
(87,35,66)
#461C35
(70,28,53)
#351528
(53,21,40)
#240E1B
(36,14,27)
#13070E
(19,7,14)
#000000
(0,0,0)

Tints of #BD4D90

#BD4D90
(189,77,144)
#C35D9A
(195,93,154)
#C96DA4
(201,109,164)
#CF7DAE
(207,125,174)
#D58DB8
(213,141,184)
#DB9DC2
(219,157,194)
#E1ADCC
(225,173,204)
#E7BDD6
(231,189,214)
#EDCDE0
(237,205,224)
#F3DDEA
(243,221,234)
#F9EDF4
(249,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD4D90 color. Also use rgb(189,77,144) instead hex code.

Text Font Color

.myTextColor { color: #BD4D90; }

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

This text font color is #BD4D90.

Background Color

.myBgColor { background-color: #BD4D90; }

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

This div background color is #BD4D90.

Border color

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

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

This div border color is #BD4D90.

Opacity

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

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

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

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

This text has shadow with #BD4D90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD4D90.

Preview

Color preview on black background

This text has color #BD4D90 on black background.


Color preview on white background

This text has color #BD4D90 on white background.


Black color preview on #BD4D90 background

This text has black color on #BD4D90 background.


White color preview on #BD4D90 background

This text has white color on #BD4D90 background.


Related colors

Complementary color

Complementary color for #hex is #42B26F.


I love getcolorcode.com

Triadic colors

1 #90BD4D and #4D90BD with #BD4D90 are triadic colors.

2 #904DBD and #4DBD90 with #BD4D90 are triadic colors.