HEX: #BC6598
RGB: (188,101,152)
#BC6598 contains mainly red and blue colors. Web safe color of #BC6598 is #CC6699 (or #C69).
#BC6598 color RGB value is (188,101,152).
RGB: (188,101,152)
(74%, 40%, 60%)
R 188 of 255 = 74%
G 101 of 255 = 40%
B 152 of 255 = 60%
R + G + B ~ 58%. #BC6598 is middle color (not dark and not light).
R + G + B = 188 + 101 + 152 = 441 (100%)
R 188 of 441 ~ 42.63%
G 101 of 441 ~ 22.9%
B 152 of 441 ~ 34.47'%
#BC6598 color CMYK value is (0,46,19,26).
CMYK: (0,46,19,26)
C0M46Y19K26 (0%, 46%, 19%, 26%)
(0.00 / 0.46 / 0.19 / 0.26)
Color #BC6598 in popluar color models
BC | 65 | 98 | |
---|---|---|---|
RGB | 188 | 101 | 152 |
HSL | 325° | 39.37% | 56.67% |
HSB/HSV | 325° | 46.28% | 73.73% |
CMYK | 0.00% | 46.28% | 19.15% |
26.27% |
Color #BC6598 in popluar number systems.
HEX | BC | 65 | 98 |
Decimal | 188 | 101 | 152 |
Binary | 10111100 | 1100101 | 10011000 |
Octal | 274 | 145 | 230 |
Shades of #BC6598
Tints of #BC6598
Examples of css and html codes for elements with #BC6598 color. Also use rgb(188,101,152) instead hex code.
.myTextColor { color: #BC6598; }
<p style="color:#BC6598">This sample text font color is #BC6598.</p>
This text font color is #BC6598.
.myBgColor { background-color: #BC6598; }
<div style="background-color:#BC6598">Inner text</div>
This div background color is #BC6598.
.myBorderColor { border: 1px solid #BC6598; }
<div style="border:3px solid #BC6598">Div</div>
This div border color is #BC6598.
.myOpacity80 { color: #BC6598; opacity: 0.8; }
<p style="color:#BC6598;opacity:0.8;">80%</p>
Text with #BC6598 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC6598;}
<p style="text-shadow: 3px 3px 1px #BC6598">Text here.</p>
This text has shadow with #BC6598 color.
.textShadow {text-shadow: 3px 3px 1px #BC6598', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC6598, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC6598 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC6598, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC6598, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC6598 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC6598;
-webkit-box-shadow: 1px 1px 3px 2px #BC6598;
box-shadow: 1px 1px 3px 2px #BC6598;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC6598; -webkit-box-shadow: 1px 1px 3px 2px #BC6598; box-shadow:1px 1px 3px 2px #BC6598;">
Div content here
</div>
This text has color #BC6598 on black background.
This text has color #BC6598 on white background.
This text has black color on #BC6598 background.
This text has white color on #BC6598 background.
Complementary color for #hex is #439A67.