HEX: #BC7395
RGB: (188,115,149)
#BC7395 contains mainly red and blue colors. Web safe color of #BC7395 is #CC6699 (or #C69).
#BC7395 color RGB value is (188,115,149).
RGB: (188,115,149)
(74%, 45%, 58%)
R 188 of 255 = 74%
G 115 of 255 = 45%
B 149 of 255 = 58%
R + G + B ~ 59%. #BC7395 is middle color (not dark and not light).
R + G + B = 188 + 115 + 149 = 452 (100%)
R 188 of 452 ~ 41.59%
G 115 of 452 ~ 25.44%
B 149 of 452 ~ 32.96'%
#BC7395 color CMYK value is (0,39,21,26).
CMYK: (0,39,21,26) C0M39Y21K26 (0%,39%,21%,26%) (0.00/0.39/0.21/0.26)
Color #BC7395 in popluar color models
BC | 73 | 95 | |
---|---|---|---|
RGB | 188 | 115 | 149 |
HSL | 332° | 35.27% | 59.41% |
HSB/HSV | 332° | 38.83% | 73.73% |
CMYK | 0.00% | 38.83% | 20.74% |
26.27% |
Color #BC7395 in popluar number systems.
HEX | BC | 73 | 95 |
Decimal | 188 | 115 | 149 |
Binary | 10111100 | 1110011 | 10010101 |
Octal | 274 | 163 | 225 |
Shades of #BC7395
Tints of #BC7395
Examples of css and html codes for elements with #BC7395 color. Also use rgb(188,115,149) instead hex code.
.myTextColor { color: #BC7395; }
<p style="color:#BC7395">This sample text font color is #BC7395.</p>
This text font color is #BC7395.
.myBgColor { background-color: #BC7395; }
<div style="background-color:#BC7395">Inner text</div>
This div background color is #BC7395.
.myBorderColor { border: 1px solid #BC7395; }
<div style="border:3px solid #BC7395">Div</div>
This div border color is #BC7395.
.myOpacity80 { color: #BC7395; opacity: 0.8; }
<p style="color:#BC7395;opacity:0.8;">80%</p>
Text with #BC7395 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC7395;}
<p style="text-shadow: 3px 3px 1px #BC7395">Text here.</p>
This text has shadow with #BC7395 color.
.textShadow {text-shadow: 3px 3px 1px #BC7395', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC7395, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC7395 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC7395, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC7395, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC7395 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC7395;
-webkit-box-shadow: 1px 1px 3px 2px #BC7395;
box-shadow: 1px 1px 3px 2px #BC7395;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC7395; -webkit-box-shadow: 1px 1px 3px 2px #BC7395; box-shadow:1px 1px 3px 2px #BC7395;">
Div content here
</div>
This text has color #BC7395 on black background.
This text has color #BC7395 on white background.
This text has black color on #BC7395 background.
This text has white color on #BC7395 background.
Complementary color for #hex is #438C6A.