COLOR #B38BB4

HEX: #B38BB4 RGB: (179,139,180)

Color info

#B38BB4 contains red, green and blue colors in about the same proportion. Web safe color of #B38BB4 is #9999CC (or #99C).

RGB color model

#B38BB4 color RGB value is (179,139,180).

RGB: (179,139,180) (70%, 55%, 71%)

RGB channels and saturation

R 179 of 255 = 70%
G 139 of 255 = 55%
B 180 of 255 = 71%

179
139
180

R + G + B ~ 65%. #B38BB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 139 + 180 = 498 (100%)
R 179 of 498 ~ 35.94%
G 139 of 498 ~ 27.91%
B 180 of 498 ~ 36.14'%

%35.94
%27.91
%36.14

CMYK color model

#B38BB4 color CMYK value is (1,23,0,29).

  • cyan value is 0.56%
  • magenta value is 22.78%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (1,23,0,29)
C1M23Y0K29 (1%, 23%, 0%, 29%)
(0.01 / 0.23 / 0.00 / 0.29)

CMYK percentages

%0.56
%22.78
%0
%29.41

Codes

Color #B38BB4 in popluar color models

B3 8B B4
RGB 179 139 180
HSL 299° 21.47% 62.55%
HSB/HSV 299° 22.78% 70.59%
CMYK 0.56% 22.78% 0.00%
29.41%

Color #B38BB4 in popluar number systems.

HEX B3 8B B4
Decimal 179 139 180
Binary 10110011 10001011 10110100
Octal 263 213 264

Shades and tints

Shades of #B38BB4

#B38BB4
(179,139,180)
#A37FA4
(163,127,164)
#937394
(147,115,148)
#836784
(131,103,132)
#735B74
(115,91,116)
#634F64
(99,79,100)
#534354
(83,67,84)
#433744
(67,55,68)
#332B34
(51,43,52)
#231F24
(35,31,36)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #B38BB4

#B38BB4
(179,139,180)
#B995BA
(185,149,186)
#BF9FC0
(191,159,192)
#C5A9C6
(197,169,198)
#CBB3CC
(203,179,204)
#D1BDD2
(209,189,210)
#D7C7D8
(215,199,216)
#DDD1DE
(221,209,222)
#E3DBE4
(227,219,228)
#E9E5EA
(233,229,234)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38BB4 color. Also use rgb(179,139,180) instead hex code.

Text Font Color

.myTextColor { color: #B38BB4; }

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

This text font color is #B38BB4.

Background Color

.myBgColor { background-color: #B38BB4; }

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

This div background color is #B38BB4.

Border color

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

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

This div border color is #B38BB4.

Opacity

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

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

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

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

This text has shadow with #B38BB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B38BB4.

Preview

Color preview on black background

This text has color #B38BB4 on black background.


Color preview on white background

This text has color #B38BB4 on white background.


Black color preview on #B38BB4 background

This text has black color on #B38BB4 background.


White color preview on #B38BB4 background

This text has white color on #B38BB4 background.


Related colors

Complementary color

Complementary color for #hex is #4C744B.


I love getcolorcode.com

Triadic colors

1 #B4B38B and #8BB4B3 with #B38BB4 are triadic colors.

2 #B48BB3 and #8BB3B4 with #B38BB4 are triadic colors.