HEX: #B475DB
RGB: (180,117,219)
#B475DB contains mainly red and blue colors. Web safe color of #B475DB is #CC66CC (or #C6C).
#B475DB color RGB value is (180,117,219).
RGB: (180,117,219)
(71%, 46%, 86%)
R 180 of 255 = 71%
G 117 of 255 = 46%
B 219 of 255 = 86%
R + G + B ~ 68%. #B475DB is quite light color.
R + G + B = 180 + 117 + 219 = 516 (100%)
R 180 of 516 ~ 34.88%
G 117 of 516 ~ 22.67%
B 219 of 516 ~ 42.44'%
#B475DB color CMYK value is (18,47,0,14).
CMYK: (18,47,0,14)
C18M47Y0K14 (18%, 47%, 0%, 14%)
(0.18 / 0.47 / 0.00 / 0.14)
Color #B475DB in popluar color models
B4 | 75 | DB | |
---|---|---|---|
RGB | 180 | 117 | 219 |
HSL | 277° | 58.62% | 65.88% |
HSB/HSV | 277° | 46.58% | 85.88% |
CMYK | 17.81% | 46.58% | 0.00% |
14.12% |
Color #B475DB in popluar number systems.
HEX | B4 | 75 | DB |
Decimal | 180 | 117 | 219 |
Binary | 10110100 | 1110101 | 11011011 |
Octal | 264 | 165 | 333 |
Shades of #B475DB
Tints of #B475DB
Examples of css and html codes for elements with #B475DB color. Also use rgb(180,117,219) instead hex code.
.myTextColor { color: #B475DB; }
<p style="color:#B475DB">This sample text font color is #B475DB.</p>
This text font color is #B475DB.
.myBgColor { background-color: #B475DB; }
<div style="background-color:#B475DB">Inner text</div>
This div background color is #B475DB.
.myBorderColor { border: 1px solid #B475DB; }
<div style="border:3px solid #B475DB">Div</div>
This div border color is #B475DB.
.myOpacity80 { color: #B475DB; opacity: 0.8; }
<p style="color:#B475DB;opacity:0.8;">80%</p>
Text with #B475DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B475DB;}
<p style="text-shadow: 3px 3px 1px #B475DB">Text here.</p>
This text has shadow with #B475DB color.
.textShadow {text-shadow: 3px 3px 1px #B475DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B475DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #B475DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B475DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B475DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B475DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B475DB;
-webkit-box-shadow: 1px 1px 3px 2px #B475DB;
box-shadow: 1px 1px 3px 2px #B475DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B475DB; -webkit-box-shadow: 1px 1px 3px 2px #B475DB; box-shadow:1px 1px 3px 2px #B475DB;">
Div content here
</div>
This text has color #B475DB on black background.
This text has color #B475DB on white background.
This text has black color on #B475DB background.
This text has white color on #B475DB background.
Complementary color for #hex is #4B8A24.