HEX: #BC7CCE
RGB: (188,124,206)
#BC7CCE contains mainly red and blue colors. Web safe color of #BC7CCE is #CC66CC (or #C6C).
#BC7CCE color RGB value is (188,124,206).
RGB: (188,124,206)
(74%, 49%, 81%)
R 188 of 255 = 74%
G 124 of 255 = 49%
B 206 of 255 = 81%
R + G + B ~ 68%. #BC7CCE is quite light color.
R + G + B = 188 + 124 + 206 = 518 (100%)
R 188 of 518 ~ 36.29%
G 124 of 518 ~ 23.94%
B 206 of 518 ~ 39.77'%
#BC7CCE color CMYK value is (9,40,0,19).
CMYK: (9,40,0,19)
C9M40Y0K19 (9%, 40%, 0%, 19%)
(0.09 / 0.40 / 0.00 / 0.19)
Color #BC7CCE in popluar color models
BC | 7C | CE | |
---|---|---|---|
RGB | 188 | 124 | 206 |
HSL | 287° | 45.56% | 64.71% |
HSB/HSV | 287° | 39.81% | 80.78% |
CMYK | 8.74% | 39.81% | 0.00% |
19.22% |
Color #BC7CCE in popluar number systems.
HEX | BC | 7C | CE |
Decimal | 188 | 124 | 206 |
Binary | 10111100 | 1111100 | 11001110 |
Octal | 274 | 174 | 316 |
Shades of #BC7CCE
Tints of #BC7CCE
Examples of css and html codes for elements with #BC7CCE color. Also use rgb(188,124,206) instead hex code.
.myTextColor { color: #BC7CCE; }
<p style="color:#BC7CCE">This sample text font color is #BC7CCE.</p>
This text font color is #BC7CCE.
.myBgColor { background-color: #BC7CCE; }
<div style="background-color:#BC7CCE">Inner text</div>
This div background color is #BC7CCE.
.myBorderColor { border: 1px solid #BC7CCE; }
<div style="border:3px solid #BC7CCE">Div</div>
This div border color is #BC7CCE.
.myOpacity80 { color: #BC7CCE; opacity: 0.8; }
<p style="color:#BC7CCE;opacity:0.8;">80%</p>
Text with #BC7CCE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC7CCE;}
<p style="text-shadow: 3px 3px 1px #BC7CCE">Text here.</p>
This text has shadow with #BC7CCE color.
.textShadow {text-shadow: 3px 3px 1px #BC7CCE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC7CCE, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC7CCE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC7CCE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC7CCE, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC7CCE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC7CCE;
-webkit-box-shadow: 1px 1px 3px 2px #BC7CCE;
box-shadow: 1px 1px 3px 2px #BC7CCE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC7CCE; -webkit-box-shadow: 1px 1px 3px 2px #BC7CCE; box-shadow:1px 1px 3px 2px #BC7CCE;">
Div content here
</div>
This text has color #BC7CCE on black background.
This text has color #BC7CCE on white background.
This text has black color on #BC7CCE background.
This text has white color on #BC7CCE background.
Complementary color for #hex is #438331.