COLOR #B37FBB

HEX: #B37FBB RGB: (179,127,187)

Color info

#B37FBB contains mainly red and blue colors. Web safe color of #B37FBB is #9966CC (or #96C).

RGB color model

#B37FBB color RGB value is (179,127,187).

RGB: (179,127,187) (70%, 50%, 73%)

RGB channels and saturation

R 179 of 255 = 70%
G 127 of 255 = 50%
B 187 of 255 = 73%

179
127
187

R + G + B ~ 64%. #B37FBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 127 + 187 = 493 (100%)
R 179 of 493 ~ 36.31%
G 127 of 493 ~ 25.76%
B 187 of 493 ~ 37.93'%

%36.31
%25.76
%37.93

CMYK color model

#B37FBB color CMYK value is (4,32,0,27).

  • cyan value is 4.28%
  • magenta value is 32.09%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (4,32,0,27)
C4M32Y0K27 (4%, 32%, 0%, 27%)
(0.04 / 0.32 / 0.00 / 0.27)

CMYK percentages

%4.28
%32.09
%0
%26.67

Codes

Color #B37FBB in popluar color models

B3 7F BB
RGB 179 127 187
HSL 292° 30.61% 61.57%
HSB/HSV 292° 32.09% 73.33%
CMYK 4.28% 32.09% 0.00%
26.67%

Color #B37FBB in popluar number systems.

HEX B3 7F BB
Decimal 179 127 187
Binary 10110011 1111111 10111011
Octal 263 177 273

Shades and tints

Shades of #B37FBB

#B37FBB
(179,127,187)
#A374AA
(163,116,170)
#936999
(147,105,153)
#835E88
(131,94,136)
#735377
(115,83,119)
#634866
(99,72,102)
#533D55
(83,61,85)
#433244
(67,50,68)
#332733
(51,39,51)
#231C22
(35,28,34)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #B37FBB

#B37FBB
(179,127,187)
#B98AC1
(185,138,193)
#BF95C7
(191,149,199)
#C5A0CD
(197,160,205)
#CBABD3
(203,171,211)
#D1B6D9
(209,182,217)
#D7C1DF
(215,193,223)
#DDCCE5
(221,204,229)
#E3D7EB
(227,215,235)
#E9E2F1
(233,226,241)
#EFEDF7
(239,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37FBB color. Also use rgb(179,127,187) instead hex code.

Text Font Color

.myTextColor { color: #B37FBB; }

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

This text font color is #B37FBB.

Background Color

.myBgColor { background-color: #B37FBB; }

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

This div background color is #B37FBB.

Border color

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

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

This div border color is #B37FBB.

Opacity

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

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

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

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

This text has shadow with #B37FBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B37FBB.

Preview

Color preview on black background

This text has color #B37FBB on black background.


Color preview on white background

This text has color #B37FBB on white background.


Black color preview on #B37FBB background

This text has black color on #B37FBB background.


White color preview on #B37FBB background

This text has white color on #B37FBB background.


Related colors

Complementary color

Complementary color for #hex is #4C8044.


I love getcolorcode.com

Triadic colors

1 #BBB37F and #7FBBB3 with #B37FBB are triadic colors.

2 #BB7FB3 and #7FB3BB with #B37FBB are triadic colors.