HEX: #BD63BE
RGB: (189,99,190)
#BD63BE contains mainly red and blue colors. Web safe color of #BD63BE is #CC66CC (or #C6C).
#BD63BE color RGB value is (189,99,190).
RGB: (189,99,190)
(74%, 39%, 75%)
R 189 of 255 = 74%
G 99 of 255 = 39%
B 190 of 255 = 75%
R + G + B ~ 63%. #BD63BE is quite light color.
R + G + B = 189 + 99 + 190 = 478 (100%)
R 189 of 478 ~ 39.54%
G 99 of 478 ~ 20.71%
B 190 of 478 ~ 39.75'%
#BD63BE color CMYK value is (1,48,0,25).
CMYK: (1,48,0,25) C1M48Y0K25 (1%,48%,0%,25%) (0.01/0.48/0.00/0.25)
Color #BD63BE in popluar color models
BD | 63 | BE | |
---|---|---|---|
RGB | 189 | 99 | 190 |
HSL | 299° | 41.18% | 56.67% |
HSB/HSV | 299° | 47.89% | 74.51% |
CMYK | 0.53% | 47.89% | 0.00% |
25.49% |
Color #BD63BE in popluar number systems.
HEX | BD | 63 | BE |
Decimal | 189 | 99 | 190 |
Binary | 10111101 | 1100011 | 10111110 |
Octal | 275 | 143 | 276 |
Shades of #BD63BE
Tints of #BD63BE
Examples of css and html codes for elements with #BD63BE color. Also use rgb(189,99,190) instead hex code.
.myTextColor { color: #BD63BE; }
<p style="color:#BD63BE">This sample text font color is #BD63BE.</p>
This text font color is #BD63BE.
.myBgColor { background-color: #BD63BE; }
<div style="background-color:#BD63BE">Inner text</div>
This div background color is #BD63BE.
.myBorderColor { border: 1px solid #BD63BE; }
<div style="border:3px solid #BD63BE">Div</div>
This div border color is #BD63BE.
.myOpacity80 { color: #BD63BE; opacity: 0.8; }
<p style="color:#BD63BE;opacity:0.8;">80%</p>
Text with #BD63BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BD63BE;}
<p style="text-shadow: 3px 3px 1px #BD63BE">Text here.</p>
This text has shadow with #BD63BE color.
.textShadow {text-shadow: 3px 3px 1px #BD63BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BD63BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #BD63BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BD63BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BD63BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #BD63BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BD63BE;
-webkit-box-shadow: 1px 1px 3px 2px #BD63BE;
box-shadow: 1px 1px 3px 2px #BD63BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BD63BE; -webkit-box-shadow: 1px 1px 3px 2px #BD63BE; box-shadow:1px 1px 3px 2px #BD63BE;">
Div content here
</div>
This text has color #BD63BE on black background.
This text has color #BD63BE on white background.
This text has black color on #BD63BE background.
This text has white color on #BD63BE background.
Complementary color for #hex is #429C41.