HEX: #BC53A6
RGB: (188,83,166)
#BC53A6 contains mainly red and blue colors. Web safe color of #BC53A6 is #CC6699 (or #C69).
#BC53A6 color RGB value is (188,83,166).
RGB: (188,83,166)
(74%, 33%, 65%)
R 188 of 255 = 74%
G 83 of 255 = 33%
B 166 of 255 = 65%
R + G + B ~ 57%. #BC53A6 is middle color (not dark and not light).
R + G + B = 188 + 83 + 166 = 437 (100%)
R 188 of 437 ~ 43.02%
G 83 of 437 ~ 18.99%
B 166 of 437 ~ 37.99'%
#BC53A6 color CMYK value is (0,56,12,26).
CMYK: (0,56,12,26) C0M56Y12K26 (0%,56%,12%,26%) (0.00/0.56/0.12/0.26)
Color #BC53A6 in popluar color models
BC | 53 | A6 | |
---|---|---|---|
RGB | 188 | 83 | 166 |
HSL | 313° | 43.93% | 53.14% |
HSB/HSV | 313° | 55.85% | 73.73% |
CMYK | 0.00% | 55.85% | 11.70% |
26.27% |
Color #BC53A6 in popluar number systems.
HEX | BC | 53 | A6 |
Decimal | 188 | 83 | 166 |
Binary | 10111100 | 1010011 | 10100110 |
Octal | 274 | 123 | 246 |
Shades of #BC53A6
Tints of #BC53A6
Examples of css and html codes for elements with #BC53A6 color. Also use rgb(188,83,166) instead hex code.
.myTextColor { color: #BC53A6; }
<p style="color:#BC53A6">This sample text font color is #BC53A6.</p>
This text font color is #BC53A6.
.myBgColor { background-color: #BC53A6; }
<div style="background-color:#BC53A6">Inner text</div>
This div background color is #BC53A6.
.myBorderColor { border: 1px solid #BC53A6; }
<div style="border:3px solid #BC53A6">Div</div>
This div border color is #BC53A6.
.myOpacity80 { color: #BC53A6; opacity: 0.8; }
<p style="color:#BC53A6;opacity:0.8;">80%</p>
Text with #BC53A6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC53A6;}
<p style="text-shadow: 3px 3px 1px #BC53A6">Text here.</p>
This text has shadow with #BC53A6 color.
.textShadow {text-shadow: 3px 3px 1px #BC53A6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC53A6, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC53A6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC53A6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC53A6, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC53A6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC53A6;
-webkit-box-shadow: 1px 1px 3px 2px #BC53A6;
box-shadow: 1px 1px 3px 2px #BC53A6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC53A6; -webkit-box-shadow: 1px 1px 3px 2px #BC53A6; box-shadow:1px 1px 3px 2px #BC53A6;">
Div content here
</div>
This text has color #BC53A6 on black background.
This text has color #BC53A6 on white background.
This text has black color on #BC53A6 background.
This text has white color on #BC53A6 background.
Complementary color for #hex is #43AC59.