HEX: #B59FDB
RGB: (181,159,219)
#B59FDB contains mainly red and blue colors. Web safe color of #B59FDB is #CC99CC (or #C9C).
#B59FDB color RGB value is (181,159,219).
RGB: (181,159,219)
(71%, 62%, 86%)
R 181 of 255 = 71%
G 159 of 255 = 62%
B 219 of 255 = 86%
R + G + B ~ 73%. #B59FDB is quite light color.
R + G + B = 181 + 159 + 219 = 559 (100%)
R 181 of 559 ~ 32.38%
G 159 of 559 ~ 28.44%
B 219 of 559 ~ 39.18'%
#B59FDB color CMYK value is (17,27,0,14).
CMYK: (17,27,0,14)
C17M27Y0K14 (17%, 27%, 0%, 14%)
(0.17 / 0.27 / 0.00 / 0.14)
Color #B59FDB in popluar color models
B5 | 9F | DB | |
---|---|---|---|
RGB | 181 | 159 | 219 |
HSL | 262° | 45.45% | 74.12% |
HSB/HSV | 262° | 27.40% | 85.88% |
CMYK | 17.35% | 27.40% | 0.00% |
14.12% |
Color #B59FDB in popluar number systems.
HEX | B5 | 9F | DB |
Decimal | 181 | 159 | 219 |
Binary | 10110101 | 10011111 | 11011011 |
Octal | 265 | 237 | 333 |
Shades of #B59FDB
Tints of #B59FDB
Examples of css and html codes for elements with #B59FDB color. Also use rgb(181,159,219) instead hex code.
.myTextColor { color: #B59FDB; }
<p style="color:#B59FDB">This sample text font color is #B59FDB.</p>
This text font color is #B59FDB.
.myBgColor { background-color: #B59FDB; }
<div style="background-color:#B59FDB">Inner text</div>
This div background color is #B59FDB.
.myBorderColor { border: 1px solid #B59FDB; }
<div style="border:3px solid #B59FDB">Div</div>
This div border color is #B59FDB.
.myOpacity80 { color: #B59FDB; opacity: 0.8; }
<p style="color:#B59FDB;opacity:0.8;">80%</p>
Text with #B59FDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B59FDB;}
<p style="text-shadow: 3px 3px 1px #B59FDB">Text here.</p>
This text has shadow with #B59FDB color.
.textShadow {text-shadow: 3px 3px 1px #B59FDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B59FDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #B59FDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B59FDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B59FDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B59FDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B59FDB;
-webkit-box-shadow: 1px 1px 3px 2px #B59FDB;
box-shadow: 1px 1px 3px 2px #B59FDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B59FDB; -webkit-box-shadow: 1px 1px 3px 2px #B59FDB; box-shadow:1px 1px 3px 2px #B59FDB;">
Div content here
</div>
This text has color #B59FDB on black background.
This text has color #B59FDB on white background.
This text has black color on #B59FDB background.
This text has white color on #B59FDB background.
Complementary color for #hex is #4A6024.