HEX: #B6479A
RGB: (182,71,154)
#B6479A contains mainly red and blue colors. Web safe color of #B6479A is #CC3399 (or #C39).
#B6479A color RGB value is (182,71,154).
RGB: (182,71,154)
(71%, 28%, 60%)
R 182 of 255 = 71%
G 71 of 255 = 28%
B 154 of 255 = 60%
R + G + B ~ 53%. #B6479A is middle color (not dark and not light).
R + G + B = 182 + 71 + 154 = 407 (100%)
R 182 of 407 ~ 44.72%
G 71 of 407 ~ 17.44%
B 154 of 407 ~ 37.84'%
#B6479A color CMYK value is (0,61,15,29).
CMYK: (0,61,15,29)
C0M61Y15K29 (0%, 61%, 15%, 29%)
(0.00 / 0.61 / 0.15 / 0.29)
Color #B6479A in popluar color models
B6 | 47 | 9A | |
---|---|---|---|
RGB | 182 | 71 | 154 |
HSL | 315° | 43.87% | 49.61% |
HSB/HSV | 315° | 60.99% | 71.37% |
CMYK | 0.00% | 60.99% | 15.38% |
28.63% |
Color #B6479A in popluar number systems.
HEX | B6 | 47 | 9A |
Decimal | 182 | 71 | 154 |
Binary | 10110110 | 1000111 | 10011010 |
Octal | 266 | 107 | 232 |
Shades of #B6479A
Tints of #B6479A
Examples of css and html codes for elements with #B6479A color. Also use rgb(182,71,154) instead hex code.
.myTextColor { color: #B6479A; }
<p style="color:#B6479A">This sample text font color is #B6479A.</p>
This text font color is #B6479A.
.myBgColor { background-color: #B6479A; }
<div style="background-color:#B6479A">Inner text</div>
This div background color is #B6479A.
.myBorderColor { border: 1px solid #B6479A; }
<div style="border:3px solid #B6479A">Div</div>
This div border color is #B6479A.
.myOpacity80 { color: #B6479A; opacity: 0.8; }
<p style="color:#B6479A;opacity:0.8;">80%</p>
Text with #B6479A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B6479A;}
<p style="text-shadow: 3px 3px 1px #B6479A">Text here.</p>
This text has shadow with #B6479A color.
.textShadow {text-shadow: 3px 3px 1px #B6479A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B6479A, 5px 5px 20px red">Text here.</p>
This text has shadow with #B6479A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B6479A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B6479A, Direction=45, Strength=4)">Text</p>
This text has shadow with #B6479A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B6479A;
-webkit-box-shadow: 1px 1px 3px 2px #B6479A;
box-shadow: 1px 1px 3px 2px #B6479A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B6479A; -webkit-box-shadow: 1px 1px 3px 2px #B6479A; box-shadow:1px 1px 3px 2px #B6479A;">
Div content here
</div>
This text has color #B6479A on black background.
This text has color #B6479A on white background.
This text has black color on #B6479A background.
This text has white color on #B6479A background.
Complementary color for #hex is #49B865.