COLOR #B37DBB

HEX: #B37DBB RGB: (179,125,187)

Color info

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

RGB color model

#B37DBB color RGB value is (179,125,187).

RGB: (179,125,187) (70%, 49%, 73%)

RGB channels and saturation

R 179 of 255 = 70%
G 125 of 255 = 49%
B 187 of 255 = 73%

179
125
187

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

Portions of RGB colors in percentages

R + G + B = 179 + 125 + 187 = 491 (100%)
R 179 of 491 ~ 36.46%
G 125 of 491 ~ 25.46%
B 187 of 491 ~ 38.09'%

%36.46
%25.46
%38.09

CMYK color model

#B37DBB color CMYK value is (4,33,0,27).

  • cyan value is 4.28%
  • magenta value is 33.16%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (4,33,0,27) C4M33Y0K27 (4%,33%,0%,27%) (0.04/0.33/0.00/0.27) 

CMYK percentages

%4.28
%33.16
%0
%26.67

Codes

Color #B37DBB in popluar color models

B3 7D BB
RGB 179 125 187
HSL 292° 31.31% 61.18%
HSB/HSV 292° 33.16% 73.33%
CMYK 4.28% 33.16% 0.00%
26.67%

Color #B37DBB in popluar number systems.

HEX B3 7D BB
Decimal 179 125 187
Binary 10110011 1111101 10111011
Octal 263 175 273

Shades and tints

Shades of #B37DBB

#B37DBB
(179,125,187)
#A372AA
(163,114,170)
#936799
(147,103,153)
#835C88
(131,92,136)
#735177
(115,81,119)
#634666
(99,70,102)
#533B55
(83,59,85)
#433044
(67,48,68)
#332533
(51,37,51)
#231A22
(35,26,34)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #B37DBB

#B37DBB
(179,125,187)
#B988C1
(185,136,193)
#BF93C7
(191,147,199)
#C59ECD
(197,158,205)
#CBA9D3
(203,169,211)
#D1B4D9
(209,180,217)
#D7BFDF
(215,191,223)
#DDCAE5
(221,202,229)
#E3D5EB
(227,213,235)
#E9E0F1
(233,224,241)
#EFEBF7
(239,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B37DBB; }

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

This text font color is #B37DBB.

Background Color

.myBgColor { background-color: #B37DBB; }

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

This div background color is #B37DBB.

Border color

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

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

This div border color is #B37DBB.

Opacity

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

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

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

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

This text has shadow with #B37DBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B37DBB.

Preview

Color preview on black background

This text has color #B37DBB on black background.


Color preview on white background

This text has color #B37DBB on white background.


Black color preview on #B37DBB background

This text has black color on #B37DBB background.


White color preview on #B37DBB background

This text has white color on #B37DBB background.


Related colors

Complementary color

Complementary color for #hex is #4C8244.


I love getcolorcode.com

Triadic colors

1 #BBB37D and #7DBBB3 with #B37DBB are triadic colors.

2 #BB7DB3 and #7DB3BB with #B37DBB are triadic colors.