HEX: #BC93DD
RGB: (188,147,221)
#BC93DD contains mainly red and blue colors. Web safe color of #BC93DD is #CC99CC (or #C9C).
#BC93DD color RGB value is (188,147,221).
RGB: (188,147,221)
(74%, 58%, 87%)
R 188 of 255 = 74%
G 147 of 255 = 58%
B 221 of 255 = 87%
R + G + B ~ 73%. #BC93DD is quite light color.
R + G + B = 188 + 147 + 221 = 556 (100%)
R 188 of 556 ~ 33.81%
G 147 of 556 ~ 26.44%
B 221 of 556 ~ 39.75'%
#BC93DD color CMYK value is (15,33,0,13).
CMYK: (15,33,0,13)
C15M33Y0K13 (15%, 33%, 0%, 13%)
(0.15 / 0.33 / 0.00 / 0.13)
Color #BC93DD in popluar color models
BC | 93 | DD | |
---|---|---|---|
RGB | 188 | 147 | 221 |
HSL | 273° | 52.11% | 72.16% |
HSB/HSV | 273° | 33.48% | 86.67% |
CMYK | 14.93% | 33.48% | 0.00% |
13.33% |
Color #BC93DD in popluar number systems.
HEX | BC | 93 | DD |
Decimal | 188 | 147 | 221 |
Binary | 10111100 | 10010011 | 11011101 |
Octal | 274 | 223 | 335 |
Shades of #BC93DD
Tints of #BC93DD
Examples of css and html codes for elements with #BC93DD color. Also use rgb(188,147,221) instead hex code.
.myTextColor { color: #BC93DD; }
<p style="color:#BC93DD">This sample text font color is #BC93DD.</p>
This text font color is #BC93DD.
.myBgColor { background-color: #BC93DD; }
<div style="background-color:#BC93DD">Inner text</div>
This div background color is #BC93DD.
.myBorderColor { border: 1px solid #BC93DD; }
<div style="border:3px solid #BC93DD">Div</div>
This div border color is #BC93DD.
.myOpacity80 { color: #BC93DD; opacity: 0.8; }
<p style="color:#BC93DD;opacity:0.8;">80%</p>
Text with #BC93DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC93DD;}
<p style="text-shadow: 3px 3px 1px #BC93DD">Text here.</p>
This text has shadow with #BC93DD color.
.textShadow {text-shadow: 3px 3px 1px #BC93DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC93DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC93DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC93DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC93DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC93DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC93DD;
-webkit-box-shadow: 1px 1px 3px 2px #BC93DD;
box-shadow: 1px 1px 3px 2px #BC93DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC93DD; -webkit-box-shadow: 1px 1px 3px 2px #BC93DD; box-shadow:1px 1px 3px 2px #BC93DD;">
Div content here
</div>
This text has color #BC93DD on black background.
This text has color #BC93DD on white background.
This text has black color on #BC93DD background.
This text has white color on #BC93DD background.
Complementary color for #hex is #436C22.