HEX: #BE558D
RGB: (190,85,141)
#BE558D contains mainly red and blue colors. Web safe color of #BE558D is #CC6699 (or #C69).
#BE558D color RGB value is (190,85,141).
RGB: (190,85,141)
(75%, 33%, 55%)
R 190 of 255 = 75%
G 85 of 255 = 33%
B 141 of 255 = 55%
R + G + B ~ 54%. #BE558D is middle color (not dark and not light).
R + G + B = 190 + 85 + 141 = 416 (100%)
R 190 of 416 ~ 45.67%
G 85 of 416 ~ 20.43%
B 141 of 416 ~ 33.89'%
#BE558D color CMYK value is (0,55,26,25).
CMYK: (0,55,26,25) C0M55Y26K25 (0%,55%,26%,25%) (0.00/0.55/0.26/0.25)
Color #BE558D in popluar color models
BE | 55 | 8D | |
---|---|---|---|
RGB | 190 | 85 | 141 |
HSL | 328° | 44.68% | 53.92% |
HSB/HSV | 328° | 55.26% | 74.51% |
CMYK | 0.00% | 55.26% | 25.79% |
25.49% |
Color #BE558D in popluar number systems.
HEX | BE | 55 | 8D |
Decimal | 190 | 85 | 141 |
Binary | 10111110 | 1010101 | 10001101 |
Octal | 276 | 125 | 215 |
Shades of #BE558D
Tints of #BE558D
Examples of css and html codes for elements with #BE558D color. Also use rgb(190,85,141) instead hex code.
.myTextColor { color: #BE558D; }
<p style="color:#BE558D">This sample text font color is #BE558D.</p>
This text font color is #BE558D.
.myBgColor { background-color: #BE558D; }
<div style="background-color:#BE558D">Inner text</div>
This div background color is #BE558D.
.myBorderColor { border: 1px solid #BE558D; }
<div style="border:3px solid #BE558D">Div</div>
This div border color is #BE558D.
.myOpacity80 { color: #BE558D; opacity: 0.8; }
<p style="color:#BE558D;opacity:0.8;">80%</p>
Text with #BE558D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE558D;}
<p style="text-shadow: 3px 3px 1px #BE558D">Text here.</p>
This text has shadow with #BE558D color.
.textShadow {text-shadow: 3px 3px 1px #BE558D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE558D, 5px 5px 20px red">Text here.</p>
This text has shadow with #BE558D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE558D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE558D, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE558D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BE558D;
-webkit-box-shadow: 1px 1px 3px 2px #BE558D;
box-shadow: 1px 1px 3px 2px #BE558D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE558D; -webkit-box-shadow: 1px 1px 3px 2px #BE558D; box-shadow:1px 1px 3px 2px #BE558D;">
Div content here
</div>
This text has color #BE558D on black background.
This text has color #BE558D on white background.
This text has black color on #BE558D background.
This text has white color on #BE558D background.
Complementary color for #hex is #41AA72.