HEX: #B589FA
RGB: (181,137,250)
#B589FA contains mainly blue color. Web safe color of #B589FA is #CC99FF (or #C9F).
#B589FA color RGB value is (181,137,250).
RGB: (181,137,250)
(71%, 54%, 98%)
R 181 of 255 = 71%
G 137 of 255 = 54%
B 250 of 255 = 98%
R + G + B ~ 74%. #B589FA is quite light color.
R + G + B = 181 + 137 + 250 = 568 (100%)
R 181 of 568 ~ 31.87%
G 137 of 568 ~ 24.12%
B 250 of 568 ~ 44.01'%
#B589FA color CMYK value is (28,45,0,2).
CMYK: (28,45,0,2) C28M45Y0K2 (28%,45%,0%,2%) (0.28/0.45/0.00/0.02)
Color #B589FA in popluar color models
B5 | 89 | FA | |
---|---|---|---|
RGB | 181 | 137 | 250 |
HSL | 263° | 91.87% | 75.88% |
HSB/HSV | 263° | 45.20% | 98.04% |
CMYK | 27.60% | 45.20% | 0.00% |
1.96% |
Color #B589FA in popluar number systems.
HEX | B5 | 89 | FA |
Decimal | 181 | 137 | 250 |
Binary | 10110101 | 10001001 | 11111010 |
Octal | 265 | 211 | 372 |
Shades of #B589FA
Tints of #B589FA
Examples of css and html codes for elements with #B589FA color. Also use rgb(181,137,250) instead hex code.
.myTextColor { color: #B589FA; }
<p style="color:#B589FA">This sample text font color is #B589FA.</p>
This text font color is #B589FA.
.myBgColor { background-color: #B589FA; }
<div style="background-color:#B589FA">Inner text</div>
This div background color is #B589FA.
.myBorderColor { border: 1px solid #B589FA; }
<div style="border:3px solid #B589FA">Div</div>
This div border color is #B589FA.
.myOpacity80 { color: #B589FA; opacity: 0.8; }
<p style="color:#B589FA;opacity:0.8;">80%</p>
Text with #B589FA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B589FA;}
<p style="text-shadow: 3px 3px 1px #B589FA">Text here.</p>
This text has shadow with #B589FA color.
.textShadow {text-shadow: 3px 3px 1px #B589FA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B589FA, 5px 5px 20px red">Text here.</p>
This text has shadow with #B589FA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B589FA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B589FA, Direction=45, Strength=4)">Text</p>
This text has shadow with #B589FA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B589FA;
-webkit-box-shadow: 1px 1px 3px 2px #B589FA;
box-shadow: 1px 1px 3px 2px #B589FA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B589FA; -webkit-box-shadow: 1px 1px 3px 2px #B589FA; box-shadow:1px 1px 3px 2px #B589FA;">
Div content here
</div>
This text has color #B589FA on black background.
This text has color #B589FA on white background.
This text has black color on #B589FA background.
This text has white color on #B589FA background.
Complementary color for #hex is #4A7605.