HEX: #B475A5
RGB: (180,117,165)
#B475A5 contains mainly red and blue colors. Web safe color of #B475A5 is #CC6699 (or #C69).
#B475A5 color RGB value is (180,117,165).
RGB: (180,117,165)
(71%, 46%, 65%)
R 180 of 255 = 71%
G 117 of 255 = 46%
B 165 of 255 = 65%
R + G + B ~ 61%. #B475A5 is quite light color.
R + G + B = 180 + 117 + 165 = 462 (100%)
R 180 of 462 ~ 38.96%
G 117 of 462 ~ 25.32%
B 165 of 462 ~ 35.71'%
#B475A5 color CMYK value is (0,35,8,29).
CMYK: (0,35,8,29)
C0M35Y8K29 (0%, 35%, 8%, 29%)
(0.00 / 0.35 / 0.08 / 0.29)
Color #B475A5 in popluar color models
B4 | 75 | A5 | |
---|---|---|---|
RGB | 180 | 117 | 165 |
HSL | 314° | 29.58% | 58.24% |
HSB/HSV | 314° | 35.00% | 70.59% |
CMYK | 0.00% | 35.00% | 8.33% |
29.41% |
Color #B475A5 in popluar number systems.
HEX | B4 | 75 | A5 |
Decimal | 180 | 117 | 165 |
Binary | 10110100 | 1110101 | 10100101 |
Octal | 264 | 165 | 245 |
Shades of #B475A5
Tints of #B475A5
Examples of css and html codes for elements with #B475A5 color. Also use rgb(180,117,165) instead hex code.
.myTextColor { color: #B475A5; }
<p style="color:#B475A5">This sample text font color is #B475A5.</p>
This text font color is #B475A5.
.myBgColor { background-color: #B475A5; }
<div style="background-color:#B475A5">Inner text</div>
This div background color is #B475A5.
.myBorderColor { border: 1px solid #B475A5; }
<div style="border:3px solid #B475A5">Div</div>
This div border color is #B475A5.
.myOpacity80 { color: #B475A5; opacity: 0.8; }
<p style="color:#B475A5;opacity:0.8;">80%</p>
Text with #B475A5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B475A5;}
<p style="text-shadow: 3px 3px 1px #B475A5">Text here.</p>
This text has shadow with #B475A5 color.
.textShadow {text-shadow: 3px 3px 1px #B475A5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B475A5, 5px 5px 20px red">Text here.</p>
This text has shadow with #B475A5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B475A5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B475A5, Direction=45, Strength=4)">Text</p>
This text has shadow with #B475A5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B475A5;
-webkit-box-shadow: 1px 1px 3px 2px #B475A5;
box-shadow: 1px 1px 3px 2px #B475A5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B475A5; -webkit-box-shadow: 1px 1px 3px 2px #B475A5; box-shadow:1px 1px 3px 2px #B475A5;">
Div content here
</div>
This text has color #B475A5 on black background.
This text has color #B475A5 on white background.
This text has black color on #B475A5 background.
This text has white color on #B475A5 background.
Complementary color for #hex is #4B8A5A.