COLOR #B18EE8

HEX: #B18EE8 RGB: (177,142,232)

Color info

#B18EE8 contains mainly red and blue colors. Web safe color of #B18EE8 is #9999FF (or #99F).

RGB color model

#B18EE8 color RGB value is (177,142,232).

RGB: (177,142,232) (69%, 56%, 91%)

RGB channels and saturation

R 177 of 255 = 69%
G 142 of 255 = 56%
B 232 of 255 = 91%

177
142
232

R + G + B ~ 72%. #B18EE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 142 + 232 = 551 (100%)
R 177 of 551 ~ 32.12%
G 142 of 551 ~ 25.77%
B 232 of 551 ~ 42.11'%

%32.12
%25.77
%42.11

CMYK color model

#B18EE8 color CMYK value is (24,39,0,9).

  • cyan value is 23.71%
  • magenta value is 38.79%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (24,39,0,9)
C24M39Y0K9 (24%, 39%, 0%, 9%)
(0.24 / 0.39 / 0.00 / 0.09)

CMYK percentages

%23.71
%38.79
%0
%9.02

Codes

Color #B18EE8 in popluar color models

B1 8E E8
RGB 177 142 232
HSL 263° 66.18% 73.33%
HSB/HSV 263° 38.79% 90.98%
CMYK 23.71% 38.79% 0.00%
9.02%

Color #B18EE8 in popluar number systems.

HEX B1 8E E8
Decimal 177 142 232
Binary 10110001 10001110 11101000
Octal 261 216 350

Shades and tints

Shades of #B18EE8

#B18EE8
(177,142,232)
#A182D3
(161,130,211)
#9176BE
(145,118,190)
#816AA9
(129,106,169)
#715E94
(113,94,148)
#61527F
(97,82,127)
#51466A
(81,70,106)
#413A55
(65,58,85)
#312E40
(49,46,64)
#21222B
(33,34,43)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #B18EE8

#B18EE8
(177,142,232)
#B898EA
(184,152,234)
#BFA2EC
(191,162,236)
#C6ACEE
(198,172,238)
#CDB6F0
(205,182,240)
#D4C0F2
(212,192,242)
#DBCAF4
(219,202,244)
#E2D4F6
(226,212,246)
#E9DEF8
(233,222,248)
#F0E8FA
(240,232,250)
#F7F2FC
(247,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18EE8 color. Also use rgb(177,142,232) instead hex code.

Text Font Color

.myTextColor { color: #B18EE8; }

<p style="color:#B18EE8">This sample text font color is #B18EE8.</p>

This text font color is #B18EE8.

Background Color

.myBgColor { background-color: #B18EE8; }

<div style="background-color:#B18EE8">Inner text</div>

This div background color is #B18EE8.

Border color

.myBorderColor { border: 1px solid #B18EE8; }

<div style="border:3px solid #B18EE8">Div</div>

This div border color is #B18EE8.

Opacity

.myOpacity80 { color: #B18EE8; opacity: 0.8; }

<p style="color:#B18EE8;opacity:0.8;">80%</p>

Text with #B18EE8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B18EE8;}

<p style="text-shadow: 3px 3px 1px #B18EE8">Text here.</p>

This text has shadow with #B18EE8 color.


.textShadow {text-shadow: 3px 3px 1px #B18EE8', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B18EE8, 5px 5px 20px red">Text here.</p>

This text has shadow with #B18EE8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B18EE8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B18EE8, Direction=45, Strength=4)">Text</p>

This text has shadow with #B18EE8 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B18EE8;
-webkit-box-shadow: 1px 1px 3px 2px #B18EE8;
box-shadow: 1px 1px 3px 2px #B18EE8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B18EE8; -webkit-box-shadow: 1px 1px 3px 2px #B18EE8; box-shadow:1px 1px 3px 2px #B18EE8;">
Div content here
</div>

This div box has shadow with color #B18EE8.

Preview

Color preview on black background

This text has color #B18EE8 on black background.


Color preview on white background

This text has color #B18EE8 on white background.


Black color preview on #B18EE8 background

This text has black color on #B18EE8 background.


White color preview on #B18EE8 background

This text has white color on #B18EE8 background.


Related colors

Complementary color

Complementary color for #hex is #4E7117.


I love getcolorcode.com

Triadic colors

1 #E8B18E and #8EE8B1 with #B18EE8 are triadic colors.

2 #E88EB1 and #8EB1E8 with #B18EE8 are triadic colors.