HEX: #B489CE
RGB: (180,137,206)
#B489CE contains mainly red and blue colors. Web safe color of #B489CE is #CC99CC (or #C9C).
#B489CE color RGB value is (180,137,206).
RGB: (180,137,206)
(71%, 54%, 81%)
R 180 of 255 = 71%
G 137 of 255 = 54%
B 206 of 255 = 81%
R + G + B ~ 69%. #B489CE is quite light color.
R + G + B = 180 + 137 + 206 = 523 (100%)
R 180 of 523 ~ 34.42%
G 137 of 523 ~ 26.2%
B 206 of 523 ~ 39.39'%
#B489CE color CMYK value is (13,33,0,19).
CMYK: (13,33,0,19)
C13M33Y0K19 (13%, 33%, 0%, 19%)
(0.13 / 0.33 / 0.00 / 0.19)
Color #B489CE in popluar color models
B4 | 89 | CE | |
---|---|---|---|
RGB | 180 | 137 | 206 |
HSL | 277° | 41.32% | 67.25% |
HSB/HSV | 277° | 33.50% | 80.78% |
CMYK | 12.62% | 33.50% | 0.00% |
19.22% |
Color #B489CE in popluar number systems.
HEX | B4 | 89 | CE |
Decimal | 180 | 137 | 206 |
Binary | 10110100 | 10001001 | 11001110 |
Octal | 264 | 211 | 316 |
Shades of #B489CE
Tints of #B489CE
Examples of css and html codes for elements with #B489CE color. Also use rgb(180,137,206) instead hex code.
.myTextColor { color: #B489CE; }
<p style="color:#B489CE">This sample text font color is #B489CE.</p>
This text font color is #B489CE.
.myBgColor { background-color: #B489CE; }
<div style="background-color:#B489CE">Inner text</div>
This div background color is #B489CE.
.myBorderColor { border: 1px solid #B489CE; }
<div style="border:3px solid #B489CE">Div</div>
This div border color is #B489CE.
.myOpacity80 { color: #B489CE; opacity: 0.8; }
<p style="color:#B489CE;opacity:0.8;">80%</p>
Text with #B489CE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B489CE;}
<p style="text-shadow: 3px 3px 1px #B489CE">Text here.</p>
This text has shadow with #B489CE color.
.textShadow {text-shadow: 3px 3px 1px #B489CE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B489CE, 5px 5px 20px red">Text here.</p>
This text has shadow with #B489CE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B489CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B489CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #B489CE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B489CE;
-webkit-box-shadow: 1px 1px 3px 2px #B489CE;
box-shadow: 1px 1px 3px 2px #B489CE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B489CE; -webkit-box-shadow: 1px 1px 3px 2px #B489CE; box-shadow:1px 1px 3px 2px #B489CE;">
Div content here
</div>
This text has color #B489CE on black background.
This text has color #B489CE on white background.
This text has black color on #B489CE background.
This text has white color on #B489CE background.
Complementary color for #hex is #4B7631.