COLOR #B37EBC

HEX: #B37EBC
RGB: (179,126,188)

Color info

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

RGB color model

#B37EBC color RGB value is (179,126,188).

  • red value is 179;
  • green value is 126;
  • blue value is 188.
RGB:
(179,126,188)
(70%,49%,74%)

RGB channels and saturation

R 179 of 255 = 70%
G 126 of 255 = 49%
B 188 of 255 = 74%

179
126
188

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

Portions of RGB colors in percentages

R + G + B =
179 + 126 + 188 = 493 (100%)
R 179 of 493 ~ 36.31%
G 126 of 493 ~ 25.56%
B 188 of 493 ~ 38.13%

%36.31
%25.56
%38.13

CMYK color model

#B37EBC color CMYK value is (5,33,0,26).

  • cyan value is 4.79%
  • magenta value is 32.98%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(5,33,0,26)
C5M33Y0K26 
(5%,33%,0%,26%)
(0.05/0.33/0.00/0.26)	

CMYK percentages

%4.79
%32.98
%0
%26.27

Codes

Color #B37EBC in popluar color models

B37EBC
RGB179126188
HSL291°31.63%61.57%
HSB/HSV291°32.98%73.73%
CMYK4.79%32.98%0.00%
26.27%

Color #B37EBC in popluar number systems.

HEXB37EBC
Decimal179126188
Binary10110011111111010111100
Octal263176274

Shades and tints

Shades of #B37EBC

#B37EBC
(179,126,188)
#A373AB
(163,115,171)
#93689A
(147,104,154)
#835D89
(131,93,137)
#735278
(115,82,120)
#634767
(99,71,103)
#533C56
(83,60,86)
#433145
(67,49,69)
#332634
(51,38,52)
#231B23
(35,27,35)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #B37EBC

#B37EBC
(179,126,188)
#B989C2
(185,137,194)
#BF94C8
(191,148,200)
#C59FCE
(197,159,206)
#CBAAD4
(203,170,212)
#D1B5DA
(209,181,218)
#D7C0E0
(215,192,224)
#DDCBE6
(221,203,230)
#E3D6EC
(227,214,236)
#E9E1F2
(233,225,242)
#EFECF8
(239,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37EBC color. Also use rgb(179,126,188) instead hex code.

Text Font Color

.myTextColor { color: #B37EBC; }

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

This text font color is #B37EBC.


Background Color

.myBgColor { background-color: #B37EBC; }

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

This div background color is #B37EBC.


Border color

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

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

This div border color is #B37EBC.


Opacity

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

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

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

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

This text has shadow with #B37EBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37EBC on black background.


Color preview on white background

This text has color #B37EBC on white background.



Black color preview on #B37EBC background

This text has black color on #B37EBC background.


White color preview on #B37EBC background

This text has white color on #B37EBC background.