HEX: #BC5295
RGB: (188,82,149)
#BC5295 contains mainly red and blue colors. Web safe color of #BC5295 is #CC6699 (or #C69).
#BC5295 color RGB value is (188,82,149).
RGB: (188,82,149)
(74%, 32%, 58%)
R 188 of 255 = 74%
G 82 of 255 = 32%
B 149 of 255 = 58%
R + G + B ~ 55%. #BC5295 is middle color (not dark and not light).
R + G + B = 188 + 82 + 149 = 419 (100%)
R 188 of 419 ~ 44.87%
G 82 of 419 ~ 19.57%
B 149 of 419 ~ 35.56'%
#BC5295 color CMYK value is (0,56,21,26).
CMYK: (0,56,21,26) C0M56Y21K26 (0%,56%,21%,26%) (0.00/0.56/0.21/0.26)
Color #BC5295 in popluar color models
BC | 52 | 95 | |
---|---|---|---|
RGB | 188 | 82 | 149 |
HSL | 322° | 44.17% | 52.94% |
HSB/HSV | 322° | 56.38% | 73.73% |
CMYK | 0.00% | 56.38% | 20.74% |
26.27% |
Color #BC5295 in popluar number systems.
HEX | BC | 52 | 95 |
Decimal | 188 | 82 | 149 |
Binary | 10111100 | 1010010 | 10010101 |
Octal | 274 | 122 | 225 |
Shades of #BC5295
Tints of #BC5295
Examples of css and html codes for elements with #BC5295 color. Also use rgb(188,82,149) instead hex code.
.myTextColor { color: #BC5295; }
<p style="color:#BC5295">This sample text font color is #BC5295.</p>
This text font color is #BC5295.
.myBgColor { background-color: #BC5295; }
<div style="background-color:#BC5295">Inner text</div>
This div background color is #BC5295.
.myBorderColor { border: 1px solid #BC5295; }
<div style="border:3px solid #BC5295">Div</div>
This div border color is #BC5295.
.myOpacity80 { color: #BC5295; opacity: 0.8; }
<p style="color:#BC5295;opacity:0.8;">80%</p>
Text with #BC5295 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC5295;}
<p style="text-shadow: 3px 3px 1px #BC5295">Text here.</p>
This text has shadow with #BC5295 color.
.textShadow {text-shadow: 3px 3px 1px #BC5295', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC5295, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC5295 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC5295, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC5295, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC5295 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC5295;
-webkit-box-shadow: 1px 1px 3px 2px #BC5295;
box-shadow: 1px 1px 3px 2px #BC5295;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC5295; -webkit-box-shadow: 1px 1px 3px 2px #BC5295; box-shadow:1px 1px 3px 2px #BC5295;">
Div content here
</div>
This text has color #BC5295 on black background.
This text has color #BC5295 on white background.
This text has black color on #BC5295 background.
This text has white color on #BC5295 background.
Complementary color for #hex is #43AD6A.