HEX: #BC5FCC
RGB: (188,95,204)
#BC5FCC contains mainly red and blue colors. Web safe color of #BC5FCC is #CC66CC (or #C6C).
#BC5FCC color RGB value is (188,95,204).
RGB: (188,95,204)
(74%, 37%, 80%)
R 188 of 255 = 74%
G 95 of 255 = 37%
B 204 of 255 = 80%
R + G + B ~ 64%. #BC5FCC is quite light color.
R + G + B = 188 + 95 + 204 = 487 (100%)
R 188 of 487 ~ 38.6%
G 95 of 487 ~ 19.51%
B 204 of 487 ~ 41.89'%
#BC5FCC color CMYK value is (8,53,0,20).
CMYK: (8,53,0,20)
C8M53Y0K20 (8%, 53%, 0%, 20%)
(0.08 / 0.53 / 0.00 / 0.20)
Color #BC5FCC in popluar color models
BC | 5F | CC | |
---|---|---|---|
RGB | 188 | 95 | 204 |
HSL | 291° | 51.66% | 58.63% |
HSB/HSV | 291° | 53.43% | 80.00% |
CMYK | 7.84% | 53.43% | 0.00% |
20.00% |
Color #BC5FCC in popluar number systems.
HEX | BC | 5F | CC |
Decimal | 188 | 95 | 204 |
Binary | 10111100 | 1011111 | 11001100 |
Octal | 274 | 137 | 314 |
Shades of #BC5FCC
Tints of #BC5FCC
Examples of css and html codes for elements with #BC5FCC color. Also use rgb(188,95,204) instead hex code.
.myTextColor { color: #BC5FCC; }
<p style="color:#BC5FCC">This sample text font color is #BC5FCC.</p>
This text font color is #BC5FCC.
.myBgColor { background-color: #BC5FCC; }
<div style="background-color:#BC5FCC">Inner text</div>
This div background color is #BC5FCC.
.myBorderColor { border: 1px solid #BC5FCC; }
<div style="border:3px solid #BC5FCC">Div</div>
This div border color is #BC5FCC.
.myOpacity80 { color: #BC5FCC; opacity: 0.8; }
<p style="color:#BC5FCC;opacity:0.8;">80%</p>
Text with #BC5FCC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC5FCC;}
<p style="text-shadow: 3px 3px 1px #BC5FCC">Text here.</p>
This text has shadow with #BC5FCC color.
.textShadow {text-shadow: 3px 3px 1px #BC5FCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC5FCC, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC5FCC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC5FCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC5FCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC5FCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC5FCC;
-webkit-box-shadow: 1px 1px 3px 2px #BC5FCC;
box-shadow: 1px 1px 3px 2px #BC5FCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC5FCC; -webkit-box-shadow: 1px 1px 3px 2px #BC5FCC; box-shadow:1px 1px 3px 2px #BC5FCC;">
Div content here
</div>
This text has color #BC5FCC on black background.
This text has color #BC5FCC on white background.
This text has black color on #BC5FCC background.
This text has white color on #BC5FCC background.
Complementary color for #hex is #43A033.