COLOR #B37CB5

HEX: #B37CB5
RGB: (179,124,181)

Color info

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

RGB color model

#B37CB5 color RGB value is (179,124,181).

  • red value is 179;
  • green value is 124;
  • blue value is 181.
RGB:
(179,124,181)
(70%,49%,71%)

RGB channels and saturation

R 179 of 255 = 70%
G 124 of 255 = 49%
B 181 of 255 = 71%

179
124
181

R + G + B ~ 63%. #B37CB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 124 + 181 = 484 (100%)
R 179 of 484 ~ 36.98%
G 124 of 484 ~ 25.62%
B 181 of 484 ~ 37.4%

%36.98
%25.62
%37.4

CMYK color model

#B37CB5 color CMYK value is (1,31,0,29).

  • cyan value is 1.10%
  • magenta value is 31.49%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(1,31,0,29)
C1M31Y0K29 
(1%,31%,0%,29%)
(0.01/0.31/0.00/0.29)	

CMYK percentages

%1.1
%31.49
%0
%29.02

Codes

Color #B37CB5 in popluar color models

B37CB5
RGB179124181
HSL298°27.80%59.80%
HSB/HSV298°31.49%70.98%
CMYK1.10%31.49%0.00%
29.02%

Color #B37CB5 in popluar number systems.

HEXB37CB5
Decimal179124181
Binary10110011111110010110101
Octal263174265

Shades and tints

Shades of #B37CB5

#B37CB5
(179,124,181)
#A371A5
(163,113,165)
#936695
(147,102,149)
#835B85
(131,91,133)
#735075
(115,80,117)
#634565
(99,69,101)
#533A55
(83,58,85)
#432F45
(67,47,69)
#332435
(51,36,53)
#231925
(35,25,37)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #B37CB5

#B37CB5
(179,124,181)
#B987BB
(185,135,187)
#BF92C1
(191,146,193)
#C59DC7
(197,157,199)
#CBA8CD
(203,168,205)
#D1B3D3
(209,179,211)
#D7BED9
(215,190,217)
#DDC9DF
(221,201,223)
#E3D4E5
(227,212,229)
#E9DFEB
(233,223,235)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37CB5 color. Also use rgb(179,124,181) instead hex code.

Text Font Color

.myTextColor { color: #B37CB5; }

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

This text font color is #B37CB5.


Background Color

.myBgColor { background-color: #B37CB5; }

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

This div background color is #B37CB5.


Border color

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

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

This div border color is #B37CB5.


Opacity

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

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

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

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

This text has shadow with #B37CB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37CB5 on black background.


Color preview on white background

This text has color #B37CB5 on white background.



Black color preview on #B37CB5 background

This text has black color on #B37CB5 background.


White color preview on #B37CB5 background

This text has white color on #B37CB5 background.