COLOR #B38BD1

HEX: #B38BD1 RGB: (179,139,209)

Color info

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

RGB color model

#B38BD1 color RGB value is (179,139,209).

RGB: (179,139,209) (70%, 55%, 82%)

RGB channels and saturation

R 179 of 255 = 70%
G 139 of 255 = 55%
B 209 of 255 = 82%

179
139
209

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

Portions of RGB colors in percentages

R + G + B = 179 + 139 + 209 = 527 (100%)
R 179 of 527 ~ 33.97%
G 139 of 527 ~ 26.38%
B 209 of 527 ~ 39.66'%

%33.97
%26.38
%39.66

CMYK color model

#B38BD1 color CMYK value is (14,33,0,18).

  • cyan value is 14.35%
  • magenta value is 33.49%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (14,33,0,18)
C14M33Y0K18 (14%, 33%, 0%, 18%)
(0.14 / 0.33 / 0.00 / 0.18)

CMYK percentages

%14.35
%33.49
%0
%18.04

Codes

Color #B38BD1 in popluar color models

B3 8B D1
RGB 179 139 209
HSL 274° 43.21% 68.24%
HSB/HSV 274° 33.49% 81.96%
CMYK 14.35% 33.49% 0.00%
18.04%

Color #B38BD1 in popluar number systems.

HEX B3 8B D1
Decimal 179 139 209
Binary 10110011 10001011 11010001
Octal 263 213 321

Shades and tints

Shades of #B38BD1

#B38BD1
(179,139,209)
#A37FBE
(163,127,190)
#9373AB
(147,115,171)
#836798
(131,103,152)
#735B85
(115,91,133)
#634F72
(99,79,114)
#53435F
(83,67,95)
#43374C
(67,55,76)
#332B39
(51,43,57)
#231F26
(35,31,38)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #B38BD1

#B38BD1
(179,139,209)
#B995D5
(185,149,213)
#BF9FD9
(191,159,217)
#C5A9DD
(197,169,221)
#CBB3E1
(203,179,225)
#D1BDE5
(209,189,229)
#D7C7E9
(215,199,233)
#DDD1ED
(221,209,237)
#E3DBF1
(227,219,241)
#E9E5F5
(233,229,245)
#EFEFF9
(239,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38BD1; }

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

This text font color is #B38BD1.

Background Color

.myBgColor { background-color: #B38BD1; }

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

This div background color is #B38BD1.

Border color

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

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

This div border color is #B38BD1.

Opacity

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

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

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

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

This text has shadow with #B38BD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B38BD1.

Preview

Color preview on black background

This text has color #B38BD1 on black background.


Color preview on white background

This text has color #B38BD1 on white background.


Black color preview on #B38BD1 background

This text has black color on #B38BD1 background.


White color preview on #B38BD1 background

This text has white color on #B38BD1 background.


Related colors

Complementary color

Complementary color for #hex is #4C742E.


I love getcolorcode.com

Triadic colors

1 #D1B38B and #8BD1B3 with #B38BD1 are triadic colors.

2 #D18BB3 and #8BB3D1 with #B38BD1 are triadic colors.