HEX: #B384BE
RGB: (179,132,190)
#B384BE contains red, green and blue colors in about the same proportion. Web safe color of #B384BE is #9999CC (or #99C).
#B384BE color RGB value is (179,132,190).
RGB: (179,132,190)
(70%, 52%, 75%)
R 179 of 255 = 70%
G 132 of 255 = 52%
B 190 of 255 = 75%
R + G + B ~ 66%. #B384BE is quite light color.
R + G + B = 179 + 132 + 190 = 501 (100%)
R 179 of 501 ~ 35.73%
G 132 of 501 ~ 26.35%
B 190 of 501 ~ 37.92'%
#B384BE color CMYK value is (6,31,0,25).
CMYK: (6,31,0,25)
C6M31Y0K25 (6%, 31%, 0%, 25%)
(0.06 / 0.31 / 0.00 / 0.25)
Color #B384BE in popluar color models
B3 | 84 | BE | |
---|---|---|---|
RGB | 179 | 132 | 190 |
HSL | 289° | 30.85% | 63.14% |
HSB/HSV | 289° | 30.53% | 74.51% |
CMYK | 5.79% | 30.53% | 0.00% |
25.49% |
Color #B384BE in popluar number systems.
HEX | B3 | 84 | BE |
Decimal | 179 | 132 | 190 |
Binary | 10110011 | 10000100 | 10111110 |
Octal | 263 | 204 | 276 |
Shades of #B384BE
Tints of #B384BE
Examples of css and html codes for elements with #B384BE color. Also use rgb(179,132,190) instead hex code.
.myTextColor { color: #B384BE; }
<p style="color:#B384BE">This sample text font color is #B384BE.</p>
This text font color is #B384BE.
.myBgColor { background-color: #B384BE; }
<div style="background-color:#B384BE">Inner text</div>
This div background color is #B384BE.
.myBorderColor { border: 1px solid #B384BE; }
<div style="border:3px solid #B384BE">Div</div>
This div border color is #B384BE.
.myOpacity80 { color: #B384BE; opacity: 0.8; }
<p style="color:#B384BE;opacity:0.8;">80%</p>
Text with #B384BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B384BE;}
<p style="text-shadow: 3px 3px 1px #B384BE">Text here.</p>
This text has shadow with #B384BE color.
.textShadow {text-shadow: 3px 3px 1px #B384BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B384BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #B384BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B384BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B384BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #B384BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B384BE;
-webkit-box-shadow: 1px 1px 3px 2px #B384BE;
box-shadow: 1px 1px 3px 2px #B384BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B384BE; -webkit-box-shadow: 1px 1px 3px 2px #B384BE; box-shadow:1px 1px 3px 2px #B384BE;">
Div content here
</div>
This text has color #B384BE on black background.
This text has color #B384BE on white background.
This text has black color on #B384BE background.
This text has white color on #B384BE background.
Complementary color for #hex is #4C7B41.