HEX: #B480AC
RGB: (180,128,172)
#B480AC contains red, green and blue colors in about the same proportion. Web safe color of #B480AC is #CC6699 (or #C69).
#B480AC color RGB value is (180,128,172).
RGB: (180,128,172)
(71%, 50%, 67%)
R 180 of 255 = 71%
G 128 of 255 = 50%
B 172 of 255 = 67%
R + G + B ~ 63%. #B480AC is quite light color.
R + G + B = 180 + 128 + 172 = 480 (100%)
R 180 of 480 ~ 37.5%
G 128 of 480 ~ 26.67%
B 172 of 480 ~ 35.83'%
#B480AC color CMYK value is (0,29,4,29).
CMYK: (0,29,4,29)
C0M29Y4K29 (0%, 29%, 4%, 29%)
(0.00 / 0.29 / 0.04 / 0.29)
Color #B480AC in popluar color models
B4 | 80 | AC | |
---|---|---|---|
RGB | 180 | 128 | 172 |
HSL | 309° | 25.74% | 60.39% |
HSB/HSV | 309° | 28.89% | 70.59% |
CMYK | 0.00% | 28.89% | 4.44% |
29.41% |
Color #B480AC in popluar number systems.
HEX | B4 | 80 | AC |
Decimal | 180 | 128 | 172 |
Binary | 10110100 | 10000000 | 10101100 |
Octal | 264 | 200 | 254 |
Shades of #B480AC
Tints of #B480AC
Examples of css and html codes for elements with #B480AC color. Also use rgb(180,128,172) instead hex code.
.myTextColor { color: #B480AC; }
<p style="color:#B480AC">This sample text font color is #B480AC.</p>
This text font color is #B480AC.
.myBgColor { background-color: #B480AC; }
<div style="background-color:#B480AC">Inner text</div>
This div background color is #B480AC.
.myBorderColor { border: 1px solid #B480AC; }
<div style="border:3px solid #B480AC">Div</div>
This div border color is #B480AC.
.myOpacity80 { color: #B480AC; opacity: 0.8; }
<p style="color:#B480AC;opacity:0.8;">80%</p>
Text with #B480AC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B480AC;}
<p style="text-shadow: 3px 3px 1px #B480AC">Text here.</p>
This text has shadow with #B480AC color.
.textShadow {text-shadow: 3px 3px 1px #B480AC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B480AC, 5px 5px 20px red">Text here.</p>
This text has shadow with #B480AC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B480AC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B480AC, Direction=45, Strength=4)">Text</p>
This text has shadow with #B480AC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B480AC;
-webkit-box-shadow: 1px 1px 3px 2px #B480AC;
box-shadow: 1px 1px 3px 2px #B480AC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B480AC; -webkit-box-shadow: 1px 1px 3px 2px #B480AC; box-shadow:1px 1px 3px 2px #B480AC;">
Div content here
</div>
This text has color #B480AC on black background.
This text has color #B480AC on white background.
This text has black color on #B480AC background.
This text has white color on #B480AC background.
Complementary color for #hex is #4B7F53.