COLOR #B373AB

HEX: #B373AB
RGB: (179,115,171)

Color info

#B373AB contains mainly red and blue colors. Web safe color of #B373AB is #996699 (or #969).

RGB color model

#B373AB color RGB value is (179,115,171).

  • red value is 179;
  • green value is 115;
  • blue value is 171.
RGB:
(179,115,171)
(70%,45%,67%)

RGB channels and saturation

R 179 of 255 = 70%
G 115 of 255 = 45%
B 171 of 255 = 67%

179
115
171

R + G + B ~ 61%. #B373AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 115 + 171 = 465 (100%)
R 179 of 465 ~ 38.49%
G 115 of 465 ~ 24.73%
B 171 of 465 ~ 36.77%

%38.49
%24.73
%36.77

CMYK color model

#B373AB color CMYK value is (0,36,4,30).

  • cyan value is 0.00%
  • magenta value is 35.75%
  • yellow value is 4.47%
  • key color value is 29.80%
CMYK:
(0,36,4,30)
C0M36Y4K30 
(0%,36%,4%,30%)
(0.00/0.36/0.04/0.30)	

CMYK percentages

%0
%35.75
%4.47
%29.8

Codes

Color #B373AB in popluar color models

B373AB
RGB179115171
HSL308°29.63%57.65%
HSB/HSV308°35.75%70.20%
CMYK0.00%35.75%4.47%
29.80%

Color #B373AB in popluar number systems.

HEXB373AB
Decimal179115171
Binary10110011111001110101011
Octal263163253

Shades and tints

Shades of #B373AB

#B373AB
(179,115,171)
#A3699C
(163,105,156)
#935F8D
(147,95,141)
#83557E
(131,85,126)
#734B6F
(115,75,111)
#634160
(99,65,96)
#533751
(83,55,81)
#432D42
(67,45,66)
#332333
(51,35,51)
#231924
(35,25,36)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #B373AB

#B373AB
(179,115,171)
#B97FB2
(185,127,178)
#BF8BB9
(191,139,185)
#C597C0
(197,151,192)
#CBA3C7
(203,163,199)
#D1AFCE
(209,175,206)
#D7BBD5
(215,187,213)
#DDC7DC
(221,199,220)
#E3D3E3
(227,211,227)
#E9DFEA
(233,223,234)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B373AB color. Also use rgb(179,115,171) instead hex code.

Text Font Color

.myTextColor { color: #B373AB; }

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

This text font color is #B373AB.


Background Color

.myBgColor { background-color: #B373AB; }

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

This div background color is #B373AB.


Border color

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

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

This div border color is #B373AB.


Opacity

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

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

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

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

This text has shadow with #B373AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B373AB on black background.


Color preview on white background

This text has color #B373AB on white background.



Black color preview on #B373AB background

This text has black color on #B373AB background.


White color preview on #B373AB background

This text has white color on #B373AB background.