HEX: #B477BA
RGB: (180,119,186)
#B477BA contains mainly red and blue colors. Web safe color of #B477BA is #CC66CC (or #C6C).
#B477BA color RGB value is (180,119,186).
RGB: (180,119,186)
(71%, 47%, 73%)
R 180 of 255 = 71%
G 119 of 255 = 47%
B 186 of 255 = 73%
R + G + B ~ 64%. #B477BA is quite light color.
R + G + B = 180 + 119 + 186 = 485 (100%)
R 180 of 485 ~ 37.11%
G 119 of 485 ~ 24.54%
B 186 of 485 ~ 38.35'%
#B477BA color CMYK value is (3,36,0,27).
CMYK: (3,36,0,27) C3M36Y0K27 (3%,36%,0%,27%) (0.03/0.36/0.00/0.27)
Color #B477BA in popluar color models
B4 | 77 | BA | |
---|---|---|---|
RGB | 180 | 119 | 186 |
HSL | 295° | 32.68% | 59.80% |
HSB/HSV | 295° | 36.02% | 72.94% |
CMYK | 3.23% | 36.02% | 0.00% |
27.06% |
Color #B477BA in popluar number systems.
HEX | B4 | 77 | BA |
Decimal | 180 | 119 | 186 |
Binary | 10110100 | 1110111 | 10111010 |
Octal | 264 | 167 | 272 |
Shades of #B477BA
Tints of #B477BA
Examples of css and html codes for elements with #B477BA color. Also use rgb(180,119,186) instead hex code.
.myTextColor { color: #B477BA; }
<p style="color:#B477BA">This sample text font color is #B477BA.</p>
This text font color is #B477BA.
.myBgColor { background-color: #B477BA; }
<div style="background-color:#B477BA">Inner text</div>
This div background color is #B477BA.
.myBorderColor { border: 1px solid #B477BA; }
<div style="border:3px solid #B477BA">Div</div>
This div border color is #B477BA.
.myOpacity80 { color: #B477BA; opacity: 0.8; }
<p style="color:#B477BA;opacity:0.8;">80%</p>
Text with #B477BA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B477BA;}
<p style="text-shadow: 3px 3px 1px #B477BA">Text here.</p>
This text has shadow with #B477BA color.
.textShadow {text-shadow: 3px 3px 1px #B477BA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B477BA, 5px 5px 20px red">Text here.</p>
This text has shadow with #B477BA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B477BA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B477BA, Direction=45, Strength=4)">Text</p>
This text has shadow with #B477BA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B477BA;
-webkit-box-shadow: 1px 1px 3px 2px #B477BA;
box-shadow: 1px 1px 3px 2px #B477BA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B477BA; -webkit-box-shadow: 1px 1px 3px 2px #B477BA; box-shadow:1px 1px 3px 2px #B477BA;">
Div content here
</div>
This text has color #B477BA on black background.
This text has color #B477BA on white background.
This text has black color on #B477BA background.
This text has white color on #B477BA background.
Complementary color for #hex is #4B8845.