COLOR #BD73AC

HEX: #BD73AC RGB: (189,115,172)

Color info

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

RGB color model

#BD73AC color RGB value is (189,115,172).

RGB: (189,115,172) (74%, 45%, 67%)

RGB channels and saturation

R 189 of 255 = 74%
G 115 of 255 = 45%
B 172 of 255 = 67%

189
115
172

R + G + B ~ 62%. #BD73AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 115 + 172 = 476 (100%)
R 189 of 476 ~ 39.71%
G 115 of 476 ~ 24.16%
B 172 of 476 ~ 36.13'%

%39.71
%24.16
%36.13

CMYK color model

#BD73AC color CMYK value is (0,39,9,26).

  • cyan value is 0.00%
  • magenta value is 39.15%
  • yellow value is 8.99%
  • key color value is 25.88%

CMYK: (0,39,9,26)
C0M39Y9K26 (0%, 39%, 9%, 26%)
(0.00 / 0.39 / 0.09 / 0.26)

CMYK percentages

%0
%39.15
%8.99
%25.88

Codes

Color #BD73AC in popluar color models

BD 73 AC
RGB 189 115 172
HSL 314° 35.92% 59.61%
HSB/HSV 314° 39.15% 74.12%
CMYK 0.00% 39.15% 8.99%
25.88%

Color #BD73AC in popluar number systems.

HEX BD 73 AC
Decimal 189 115 172
Binary 10111101 1110011 10101100
Octal 275 163 254

Shades and tints

Shades of #BD73AC

#BD73AC
(189,115,172)
#AC699D
(172,105,157)
#9B5F8E
(155,95,142)
#8A557F
(138,85,127)
#794B70
(121,75,112)
#684161
(104,65,97)
#573752
(87,55,82)
#462D43
(70,45,67)
#352334
(53,35,52)
#241925
(36,25,37)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #BD73AC

#BD73AC
(189,115,172)
#C37FB3
(195,127,179)
#C98BBA
(201,139,186)
#CF97C1
(207,151,193)
#D5A3C8
(213,163,200)
#DBAFCF
(219,175,207)
#E1BBD6
(225,187,214)
#E7C7DD
(231,199,221)
#EDD3E4
(237,211,228)
#F3DFEB
(243,223,235)
#F9EBF2
(249,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD73AC color. Also use rgb(189,115,172) instead hex code.

Text Font Color

.myTextColor { color: #BD73AC; }

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

This text font color is #BD73AC.

Background Color

.myBgColor { background-color: #BD73AC; }

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

This div background color is #BD73AC.

Border color

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

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

This div border color is #BD73AC.

Opacity

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

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

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

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

This text has shadow with #BD73AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD73AC.

Preview

Color preview on black background

This text has color #BD73AC on black background.


Color preview on white background

This text has color #BD73AC on white background.


Black color preview on #BD73AC background

This text has black color on #BD73AC background.


White color preview on #BD73AC background

This text has white color on #BD73AC background.


Related colors

Complementary color

Complementary color for #hex is #428C53.


I love getcolorcode.com

Triadic colors

1 #ACBD73 and #73ACBD with #BD73AC are triadic colors.

2 #AC73BD and #73BDAC with #BD73AC are triadic colors.