COLOR #BD77AC

HEX: #BD77AC RGB: (189,119,172)

Color info

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

RGB color model

#BD77AC color RGB value is (189,119,172).

RGB: (189,119,172) (74%, 47%, 67%)

RGB channels and saturation

R 189 of 255 = 74%
G 119 of 255 = 47%
B 172 of 255 = 67%

189
119
172

R + G + B ~ 63%. #BD77AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 119 + 172 = 480 (100%)
R 189 of 480 ~ 39.38%
G 119 of 480 ~ 24.79%
B 172 of 480 ~ 35.83'%

%39.38
%24.79
%35.83

CMYK color model

#BD77AC color CMYK value is (0,37,9,26).

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

CMYK: (0,37,9,26)
C0M37Y9K26 (0%, 37%, 9%, 26%)
(0.00 / 0.37 / 0.09 / 0.26)

CMYK percentages

%0
%37.04
%8.99
%25.88

Codes

Color #BD77AC in popluar color models

BD 77 AC
RGB 189 119 172
HSL 315° 34.65% 60.39%
HSB/HSV 315° 37.04% 74.12%
CMYK 0.00% 37.04% 8.99%
25.88%

Color #BD77AC in popluar number systems.

HEX BD 77 AC
Decimal 189 119 172
Binary 10111101 1110111 10101100
Octal 275 167 254

Shades and tints

Shades of #BD77AC

#BD77AC
(189,119,172)
#AC6D9D
(172,109,157)
#9B638E
(155,99,142)
#8A597F
(138,89,127)
#794F70
(121,79,112)
#684561
(104,69,97)
#573B52
(87,59,82)
#463143
(70,49,67)
#352734
(53,39,52)
#241D25
(36,29,37)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #BD77AC

#BD77AC
(189,119,172)
#C383B3
(195,131,179)
#C98FBA
(201,143,186)
#CF9BC1
(207,155,193)
#D5A7C8
(213,167,200)
#DBB3CF
(219,179,207)
#E1BFD6
(225,191,214)
#E7CBDD
(231,203,221)
#EDD7E4
(237,215,228)
#F3E3EB
(243,227,235)
#F9EFF2
(249,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD77AC; }

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

This text font color is #BD77AC.

Background Color

.myBgColor { background-color: #BD77AC; }

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

This div background color is #BD77AC.

Border color

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

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

This div border color is #BD77AC.

Opacity

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

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

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

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

This text has shadow with #BD77AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD77AC.

Preview

Color preview on black background

This text has color #BD77AC on black background.


Color preview on white background

This text has color #BD77AC on white background.


Black color preview on #BD77AC background

This text has black color on #BD77AC background.


White color preview on #BD77AC background

This text has white color on #BD77AC background.


Related colors

Complementary color

Complementary color for #hex is #428853.


I love getcolorcode.com

Triadic colors

1 #ACBD77 and #77ACBD with #BD77AC are triadic colors.

2 #AC77BD and #77BDAC with #BD77AC are triadic colors.