COLOR #B18BD5

HEX: #B18BD5 RGB: (177,139,213)

Color info

#B18BD5 contains mainly red and blue colors. Web safe color of #B18BD5 is #9999CC (or #99C).

RGB color model

#B18BD5 color RGB value is (177,139,213).

RGB: (177,139,213) (69%, 55%, 84%)

RGB channels and saturation

R 177 of 255 = 69%
G 139 of 255 = 55%
B 213 of 255 = 84%

177
139
213

R + G + B ~ 69%. #B18BD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 139 + 213 = 529 (100%)
R 177 of 529 ~ 33.46%
G 139 of 529 ~ 26.28%
B 213 of 529 ~ 40.26'%

%33.46
%26.28
%40.26

CMYK color model

#B18BD5 color CMYK value is (17,35,0,16).

  • cyan value is 16.90%
  • magenta value is 34.74%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (17,35,0,16)
C17M35Y0K16 (17%, 35%, 0%, 16%)
(0.17 / 0.35 / 0.00 / 0.16)

CMYK percentages

%16.9
%34.74
%0
%16.47

Codes

Color #B18BD5 in popluar color models

B1 8B D5
RGB 177 139 213
HSL 271° 46.84% 69.02%
HSB/HSV 271° 34.74% 83.53%
CMYK 16.90% 34.74% 0.00%
16.47%

Color #B18BD5 in popluar number systems.

HEX B1 8B D5
Decimal 177 139 213
Binary 10110001 10001011 11010101
Octal 261 213 325

Shades and tints

Shades of #B18BD5

#B18BD5
(177,139,213)
#A17FC2
(161,127,194)
#9173AF
(145,115,175)
#81679C
(129,103,156)
#715B89
(113,91,137)
#614F76
(97,79,118)
#514363
(81,67,99)
#413750
(65,55,80)
#312B3D
(49,43,61)
#211F2A
(33,31,42)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #B18BD5

#B18BD5
(177,139,213)
#B895D8
(184,149,216)
#BF9FDB
(191,159,219)
#C6A9DE
(198,169,222)
#CDB3E1
(205,179,225)
#D4BDE4
(212,189,228)
#DBC7E7
(219,199,231)
#E2D1EA
(226,209,234)
#E9DBED
(233,219,237)
#F0E5F0
(240,229,240)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18BD5 color. Also use rgb(177,139,213) instead hex code.

Text Font Color

.myTextColor { color: #B18BD5; }

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

This text font color is #B18BD5.

Background Color

.myBgColor { background-color: #B18BD5; }

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

This div background color is #B18BD5.

Border color

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

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

This div border color is #B18BD5.

Opacity

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

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

Text with #B18BD5 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 #B18BD5;}

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

This text has shadow with #B18BD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B18BD5.

Preview

Color preview on black background

This text has color #B18BD5 on black background.


Color preview on white background

This text has color #B18BD5 on white background.


Black color preview on #B18BD5 background

This text has black color on #B18BD5 background.


White color preview on #B18BD5 background

This text has white color on #B18BD5 background.


Related colors

Complementary color

Complementary color for #hex is #4E742A.


I love getcolorcode.com

Triadic colors

1 #D5B18B and #8BD5B1 with #B18BD5 are triadic colors.

2 #D58BB1 and #8BB1D5 with #B18BD5 are triadic colors.