HEX: #B76DAD
RGB: (183,109,173)
#B76DAD contains mainly red and blue colors. Web safe color of #B76DAD is #CC6699 (or #C69).
#B76DAD color RGB value is (183,109,173).
RGB: (183,109,173)
(72%, 43%, 68%)
R 183 of 255 = 72%
G 109 of 255 = 43%
B 173 of 255 = 68%
R + G + B ~ 61%. #B76DAD is quite light color.
R + G + B = 183 + 109 + 173 = 465 (100%)
R 183 of 465 ~ 39.35%
G 109 of 465 ~ 23.44%
B 173 of 465 ~ 37.2'%
#B76DAD color CMYK value is (0,40,5,28).
CMYK: (0,40,5,28)
C0M40Y5K28 (0%, 40%, 5%, 28%)
(0.00 / 0.40 / 0.05 / 0.28)
Color #B76DAD in popluar color models
B7 | 6D | AD | |
---|---|---|---|
RGB | 183 | 109 | 173 |
HSL | 308° | 33.94% | 57.25% |
HSB/HSV | 308° | 40.44% | 71.76% |
CMYK | 0.00% | 40.44% | 5.46% |
28.24% |
Color #B76DAD in popluar number systems.
HEX | B7 | 6D | AD |
Decimal | 183 | 109 | 173 |
Binary | 10110111 | 1101101 | 10101101 |
Octal | 267 | 155 | 255 |
Shades of #B76DAD
Tints of #B76DAD
Examples of css and html codes for elements with #B76DAD color. Also use rgb(183,109,173) instead hex code.
.myTextColor { color: #B76DAD; }
<p style="color:#B76DAD">This sample text font color is #B76DAD.</p>
This text font color is #B76DAD.
.myBgColor { background-color: #B76DAD; }
<div style="background-color:#B76DAD">Inner text</div>
This div background color is #B76DAD.
.myBorderColor { border: 1px solid #B76DAD; }
<div style="border:3px solid #B76DAD">Div</div>
This div border color is #B76DAD.
.myOpacity80 { color: #B76DAD; opacity: 0.8; }
<p style="color:#B76DAD;opacity:0.8;">80%</p>
Text with #B76DAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B76DAD;}
<p style="text-shadow: 3px 3px 1px #B76DAD">Text here.</p>
This text has shadow with #B76DAD color.
.textShadow {text-shadow: 3px 3px 1px #B76DAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B76DAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #B76DAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B76DAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B76DAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #B76DAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B76DAD;
-webkit-box-shadow: 1px 1px 3px 2px #B76DAD;
box-shadow: 1px 1px 3px 2px #B76DAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B76DAD; -webkit-box-shadow: 1px 1px 3px 2px #B76DAD; box-shadow:1px 1px 3px 2px #B76DAD;">
Div content here
</div>
This text has color #B76DAD on black background.
This text has color #B76DAD on white background.
This text has black color on #B76DAD background.
This text has white color on #B76DAD background.
Complementary color for #hex is #489252.