HEX: #BC4893
RGB: (188,72,147)
#BC4893 contains mainly red and blue colors. Web safe color of #BC4893 is #CC3399 (or #C39).
#BC4893 color RGB value is (188,72,147).
RGB: (188,72,147)
(74%, 28%, 58%)
R 188 of 255 = 74%
G 72 of 255 = 28%
B 147 of 255 = 58%
R + G + B ~ 53%. #BC4893 is middle color (not dark and not light).
R + G + B = 188 + 72 + 147 = 407 (100%)
R 188 of 407 ~ 46.19%
G 72 of 407 ~ 17.69%
B 147 of 407 ~ 36.12'%
#BC4893 color CMYK value is (0,62,22,26).
CMYK: (0,62,22,26)
C0M62Y22K26 (0%, 62%, 22%, 26%)
(0.00 / 0.62 / 0.22 / 0.26)
Color #BC4893 in popluar color models
BC | 48 | 93 | |
---|---|---|---|
RGB | 188 | 72 | 147 |
HSL | 321° | 46.40% | 50.98% |
HSB/HSV | 321° | 61.70% | 73.73% |
CMYK | 0.00% | 61.70% | 21.81% |
26.27% |
Color #BC4893 in popluar number systems.
HEX | BC | 48 | 93 |
Decimal | 188 | 72 | 147 |
Binary | 10111100 | 1001000 | 10010011 |
Octal | 274 | 110 | 223 |
Shades of #BC4893
Tints of #BC4893
Examples of css and html codes for elements with #BC4893 color. Also use rgb(188,72,147) instead hex code.
.myTextColor { color: #BC4893; }
<p style="color:#BC4893">This sample text font color is #BC4893.</p>
This text font color is #BC4893.
.myBgColor { background-color: #BC4893; }
<div style="background-color:#BC4893">Inner text</div>
This div background color is #BC4893.
.myBorderColor { border: 1px solid #BC4893; }
<div style="border:3px solid #BC4893">Div</div>
This div border color is #BC4893.
.myOpacity80 { color: #BC4893; opacity: 0.8; }
<p style="color:#BC4893;opacity:0.8;">80%</p>
Text with #BC4893 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC4893;}
<p style="text-shadow: 3px 3px 1px #BC4893">Text here.</p>
This text has shadow with #BC4893 color.
.textShadow {text-shadow: 3px 3px 1px #BC4893', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC4893, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC4893 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC4893, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC4893, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC4893 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC4893;
-webkit-box-shadow: 1px 1px 3px 2px #BC4893;
box-shadow: 1px 1px 3px 2px #BC4893;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC4893; -webkit-box-shadow: 1px 1px 3px 2px #BC4893; box-shadow:1px 1px 3px 2px #BC4893;">
Div content here
</div>
This text has color #BC4893 on black background.
This text has color #BC4893 on white background.
This text has black color on #BC4893 background.
This text has white color on #BC4893 background.
Complementary color for #hex is #43B76C.