HEX: #BC4EA7
RGB: (188,78,167)
#BC4EA7 contains mainly red and blue colors. Web safe color of #BC4EA7 is #CC6699 (or #C69).
#BC4EA7 color RGB value is (188,78,167).
RGB: (188,78,167)
(74%, 31%, 65%)
R 188 of 255 = 74%
G 78 of 255 = 31%
B 167 of 255 = 65%
R + G + B ~ 57%. #BC4EA7 is middle color (not dark and not light).
R + G + B = 188 + 78 + 167 = 433 (100%)
R 188 of 433 ~ 43.42%
G 78 of 433 ~ 18.01%
B 167 of 433 ~ 38.57'%
#BC4EA7 color CMYK value is (0,59,11,26).
CMYK: (0,59,11,26)
C0M59Y11K26 (0%, 59%, 11%, 26%)
(0.00 / 0.59 / 0.11 / 0.26)
Color #BC4EA7 in popluar color models
BC | 4E | A7 | |
---|---|---|---|
RGB | 188 | 78 | 167 |
HSL | 311° | 45.08% | 52.16% |
HSB/HSV | 311° | 58.51% | 73.73% |
CMYK | 0.00% | 58.51% | 11.17% |
26.27% |
Color #BC4EA7 in popluar number systems.
HEX | BC | 4E | A7 |
Decimal | 188 | 78 | 167 |
Binary | 10111100 | 1001110 | 10100111 |
Octal | 274 | 116 | 247 |
Shades of #BC4EA7
Tints of #BC4EA7
Examples of css and html codes for elements with #BC4EA7 color. Also use rgb(188,78,167) instead hex code.
.myTextColor { color: #BC4EA7; }
<p style="color:#BC4EA7">This sample text font color is #BC4EA7.</p>
This text font color is #BC4EA7.
.myBgColor { background-color: #BC4EA7; }
<div style="background-color:#BC4EA7">Inner text</div>
This div background color is #BC4EA7.
.myBorderColor { border: 1px solid #BC4EA7; }
<div style="border:3px solid #BC4EA7">Div</div>
This div border color is #BC4EA7.
.myOpacity80 { color: #BC4EA7; opacity: 0.8; }
<p style="color:#BC4EA7;opacity:0.8;">80%</p>
Text with #BC4EA7 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC4EA7;}
<p style="text-shadow: 3px 3px 1px #BC4EA7">Text here.</p>
This text has shadow with #BC4EA7 color.
.textShadow {text-shadow: 3px 3px 1px #BC4EA7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC4EA7, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC4EA7 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC4EA7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC4EA7, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC4EA7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC4EA7;
-webkit-box-shadow: 1px 1px 3px 2px #BC4EA7;
box-shadow: 1px 1px 3px 2px #BC4EA7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC4EA7; -webkit-box-shadow: 1px 1px 3px 2px #BC4EA7; box-shadow:1px 1px 3px 2px #BC4EA7;">
Div content here
</div>
This text has color #BC4EA7 on black background.
This text has color #BC4EA7 on white background.
This text has black color on #BC4EA7 background.
This text has white color on #BC4EA7 background.
Complementary color for #hex is #43B158.