COLOR #BD47AD

HEX: #BD47AD RGB: (189,71,173)

Color info

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

RGB color model

#BD47AD color RGB value is (189,71,173).

RGB: (189,71,173) (74%, 28%, 68%)

RGB channels and saturation

R 189 of 255 = 74%
G 71 of 255 = 28%
B 173 of 255 = 68%

189
71
173

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

Portions of RGB colors in percentages

R + G + B = 189 + 71 + 173 = 433 (100%)
R 189 of 433 ~ 43.65%
G 71 of 433 ~ 16.4%
B 173 of 433 ~ 39.95'%

%43.65
%16.4
%39.95

CMYK color model

#BD47AD color CMYK value is (0,62,8,26).

  • cyan value is 0.00%
  • magenta value is 62.43%
  • yellow value is 8.47%
  • key color value is 25.88%

CMYK: (0,62,8,26)
C0M62Y8K26 (0%, 62%, 8%, 26%)
(0.00 / 0.62 / 0.08 / 0.26)

CMYK percentages

%0
%62.43
%8.47
%25.88

Codes

Color #BD47AD in popluar color models

BD 47 AD
RGB 189 71 173
HSL 308° 47.20% 50.98%
HSB/HSV 308° 62.43% 74.12%
CMYK 0.00% 62.43% 8.47%
25.88%

Color #BD47AD in popluar number systems.

HEX BD 47 AD
Decimal 189 71 173
Binary 10111101 1000111 10101101
Octal 275 107 255

Shades and tints

Shades of #BD47AD

#BD47AD
(189,71,173)
#AC419E
(172,65,158)
#9B3B8F
(155,59,143)
#8A3580
(138,53,128)
#792F71
(121,47,113)
#682962
(104,41,98)
#572353
(87,35,83)
#461D44
(70,29,68)
#351735
(53,23,53)
#241126
(36,17,38)
#130B17
(19,11,23)
#000000
(0,0,0)

Tints of #BD47AD

#BD47AD
(189,71,173)
#C357B4
(195,87,180)
#C967BB
(201,103,187)
#CF77C2
(207,119,194)
#D587C9
(213,135,201)
#DB97D0
(219,151,208)
#E1A7D7
(225,167,215)
#E7B7DE
(231,183,222)
#EDC7E5
(237,199,229)
#F3D7EC
(243,215,236)
#F9E7F3
(249,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD47AD color. Also use rgb(189,71,173) instead hex code.

Text Font Color

.myTextColor { color: #BD47AD; }

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

This text font color is #BD47AD.

Background Color

.myBgColor { background-color: #BD47AD; }

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

This div background color is #BD47AD.

Border color

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

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

This div border color is #BD47AD.

Opacity

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

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

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

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

This text has shadow with #BD47AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD47AD.

Preview

Color preview on black background

This text has color #BD47AD on black background.


Color preview on white background

This text has color #BD47AD on white background.


Black color preview on #BD47AD background

This text has black color on #BD47AD background.


White color preview on #BD47AD background

This text has white color on #BD47AD background.


Related colors

Complementary color

Complementary color for #hex is #42B852.


I love getcolorcode.com

Triadic colors

1 #ADBD47 and #47ADBD with #BD47AD are triadic colors.

2 #AD47BD and #47BDAD with #BD47AD are triadic colors.