HEX: #B988EF
RGB: (185,136,239)
#B988EF contains mainly red and blue colors. Web safe color of #B988EF is #CC99FF (or #C9F).
#B988EF color RGB value is (185,136,239).
RGB: (185,136,239)
(73%, 53%, 94%)
R 185 of 255 = 73%
G 136 of 255 = 53%
B 239 of 255 = 94%
R + G + B ~ 73%. #B988EF is quite light color.
R + G + B = 185 + 136 + 239 = 560 (100%)
R 185 of 560 ~ 33.04%
G 136 of 560 ~ 24.29%
B 239 of 560 ~ 42.68'%
#B988EF color CMYK value is (23,43,0,6).
CMYK: (23,43,0,6)
C23M43Y0K6 (23%, 43%, 0%, 6%)
(0.23 / 0.43 / 0.00 / 0.06)
Color #B988EF in popluar color models
B9 | 88 | EF | |
---|---|---|---|
RGB | 185 | 136 | 239 |
HSL | 269° | 76.30% | 73.53% |
HSB/HSV | 269° | 43.10% | 93.73% |
CMYK | 22.59% | 43.10% | 0.00% |
6.27% |
Color #B988EF in popluar number systems.
HEX | B9 | 88 | EF |
Decimal | 185 | 136 | 239 |
Binary | 10111001 | 10001000 | 11101111 |
Octal | 271 | 210 | 357 |
Shades of #B988EF
Tints of #B988EF
Examples of css and html codes for elements with #B988EF color. Also use rgb(185,136,239) instead hex code.
.myTextColor { color: #B988EF; }
<p style="color:#B988EF">This sample text font color is #B988EF.</p>
This text font color is #B988EF.
.myBgColor { background-color: #B988EF; }
<div style="background-color:#B988EF">Inner text</div>
This div background color is #B988EF.
.myBorderColor { border: 1px solid #B988EF; }
<div style="border:3px solid #B988EF">Div</div>
This div border color is #B988EF.
.myOpacity80 { color: #B988EF; opacity: 0.8; }
<p style="color:#B988EF;opacity:0.8;">80%</p>
Text with #B988EF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B988EF;}
<p style="text-shadow: 3px 3px 1px #B988EF">Text here.</p>
This text has shadow with #B988EF color.
.textShadow {text-shadow: 3px 3px 1px #B988EF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B988EF, 5px 5px 20px red">Text here.</p>
This text has shadow with #B988EF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B988EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B988EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #B988EF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B988EF;
-webkit-box-shadow: 1px 1px 3px 2px #B988EF;
box-shadow: 1px 1px 3px 2px #B988EF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B988EF; -webkit-box-shadow: 1px 1px 3px 2px #B988EF; box-shadow:1px 1px 3px 2px #B988EF;">
Div content here
</div>
This text has color #B988EF on black background.
This text has color #B988EF on white background.
This text has black color on #B988EF background.
This text has white color on #B988EF background.
Complementary color for #hex is #467710.