COLOR #B473AC

HEX: #B473AC RGB: (180,115,172)

Color info

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

RGB color model

#B473AC color RGB value is (180,115,172).

RGB: (180,115,172) (71%, 45%, 67%)

RGB channels and saturation

R 180 of 255 = 71%
G 115 of 255 = 45%
B 172 of 255 = 67%

180
115
172

R + G + B ~ 61%. #B473AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 115 + 172 = 467 (100%)
R 180 of 467 ~ 38.54%
G 115 of 467 ~ 24.63%
B 172 of 467 ~ 36.83'%

%38.54
%24.63
%36.83

CMYK color model

#B473AC color CMYK value is (0,36,4,29).

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 4.44%
  • key color value is 29.41%

CMYK: (0,36,4,29)
C0M36Y4K29 (0%, 36%, 4%, 29%)
(0.00 / 0.36 / 0.04 / 0.29)

CMYK percentages

%0
%36.11
%4.44
%29.41

Codes

Color #B473AC in popluar color models

B4 73 AC
RGB 180 115 172
HSL 307° 30.23% 57.84%
HSB/HSV 307° 36.11% 70.59%
CMYK 0.00% 36.11% 4.44%
29.41%

Color #B473AC in popluar number systems.

HEX B4 73 AC
Decimal 180 115 172
Binary 10110100 1110011 10101100
Octal 264 163 254

Shades and tints

Shades of #B473AC

#B473AC
(180,115,172)
#A4699D
(164,105,157)
#945F8E
(148,95,142)
#84557F
(132,85,127)
#744B70
(116,75,112)
#644161
(100,65,97)
#543752
(84,55,82)
#442D43
(68,45,67)
#342334
(52,35,52)
#241925
(36,25,37)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #B473AC

#B473AC
(180,115,172)
#BA7FB3
(186,127,179)
#C08BBA
(192,139,186)
#C697C1
(198,151,193)
#CCA3C8
(204,163,200)
#D2AFCF
(210,175,207)
#D8BBD6
(216,187,214)
#DEC7DD
(222,199,221)
#E4D3E4
(228,211,228)
#EADFEB
(234,223,235)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B473AC; }

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

This text font color is #B473AC.

Background Color

.myBgColor { background-color: #B473AC; }

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

This div background color is #B473AC.

Border color

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

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

This div border color is #B473AC.

Opacity

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

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

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

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

This text has shadow with #B473AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B473AC.

Preview

Color preview on black background

This text has color #B473AC on black background.


Color preview on white background

This text has color #B473AC on white background.


Black color preview on #B473AC background

This text has black color on #B473AC background.


White color preview on #B473AC background

This text has white color on #B473AC background.


Related colors

Complementary color

Complementary color for #hex is #4B8C53.


I love getcolorcode.com

Triadic colors

1 #ACB473 and #73ACB4 with #B473AC are triadic colors.

2 #AC73B4 and #73B4AC with #B473AC are triadic colors.