HEX: #B6417A
RGB: (182,65,122)
#B6417A contains mainly red color. Web safe color of #B6417A is #CC3366 (or #C36).
#B6417A color RGB value is (182,65,122).
RGB: (182,65,122) (71%,25%,48%)
R 182 of 255 = 71%
G 65 of 255 = 25%
B 122 of 255 = 48%
R + G + B ~ 48%. #B6417A is middle color (not dark and not light).
R + G + B =
182 + 65 + 122 = 369 (100%)
R 182 of 369 ~ 49.32%
G 65 of 369 ~ 17.62%
B 122 of 369 ~ 33.06%
#B6417A color CMYK value is (0,64,33,29).
CMYK: (0,64,33,29) C0M64Y33K29 (0%,64%,33%,29%) (0.00/0.64/0.33/0.29)
B6 | 41 | 7A | |
---|---|---|---|
RGB | 182 | 65 | 122 |
HSL | 331° | 47.37% | 48.43% |
HSB/HSV | 331° | 64.29% | 71.37% |
CMYK | 0.00% | 64.29% | 32.97% |
28.63% |
HEX | B6 | 41 | 7A |
Decimal | 182 | 65 | 122 |
Binary | 10110110 | 1000001 | 1111010 |
Octal | 266 | 101 | 172 |
Examples of css and html codes for elements with #B6417A color. Also use rgb(182,65,122) instead hex code.
.myTextColor { color: #B6417A; }
<p style="color:#B6417A">This sample text font color is #B6417A.</p>
This text font color is #B6417A.
.myBgColor { background-color: #B6417A; }
<div style="background-color:#B6417A">Inner text</div>
This div background color is #B6417A.
.myBorderColor { border: 1px solid #B6417A; }
<div style="border:3px solid #B6417A">Div</div>
This div border color is #B6417A.
.myOpacity80 { color: #B6417A; opacity: 0.8; }
<p style="color:#B6417A;opacity:0.8;">80%</p>
Text with #B6417A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B6417A;}
<p style="text-shadow: 3px 3px 1px #B6417A">Text here.</p>
This text has shadow with #B6417A color.
.textShadow {text-shadow: 3px 3px 1px #B6417A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B6417A, 5px 5px 20px red">Text here.</p>
This text has shadow with #B6417A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B6417A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B6417A, Direction=45, Strength=4)">Text</p>
This text has shadow with #B6417A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B6417A; -webkit-box-shadow: 1px 1px 3px 2px #B6417A; box-shadow: 1px 1px 3px 2px #B6417A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B6417A; -webkit-box-shadow: 1px 1px 3px 2px #B6417A; box-shadow:1px 1px 3px 2px #B6417A;">
Div content here</div>
This text has color #B6417A on black background.
This text has color #B6417A on white background.
This text has black color on #B6417A background.
This text has white color on #B6417A background.