COLOR #B371A1

HEX: #B371A1
RGB: (179,113,161)

Color info

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

RGB color model

#B371A1 color RGB value is (179,113,161).

  • red value is 179;
  • green value is 113;
  • blue value is 161.
RGB:
(179,113,161)
(70%,44%,63%)

RGB channels and saturation

R 179 of 255 = 70%
G 113 of 255 = 44%
B 161 of 255 = 63%

179
113
161

R + G + B ~ 59%. #B371A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
179 + 113 + 161 = 453 (100%)
R 179 of 453 ~ 39.51%
G 113 of 453 ~ 24.94%
B 161 of 453 ~ 35.54%

%39.51
%24.94
%35.54

CMYK color model

#B371A1 color CMYK value is (0,37,10,30).

  • cyan value is 0.00%
  • magenta value is 36.87%
  • yellow value is 10.06%
  • key color value is 29.80%
CMYK:
(0,37,10,30)
C0M37Y10K30 
(0%,37%,10%,30%)
(0.00/0.37/0.10/0.30)	

CMYK percentages

%0
%36.87
%10.06
%29.8

Codes

Color #B371A1 in popluar color models

B371A1
RGB179113161
HSL316°30.28%57.25%
HSB/HSV316°36.87%70.20%
CMYK0.00%36.87%10.06%
29.80%

Color #B371A1 in popluar number systems.

HEXB371A1
Decimal179113161
Binary10110011111000110100001
Octal263161241

Shades and tints

Shades of #B371A1

#B371A1
(179,113,161)
#A36793
(163,103,147)
#935D85
(147,93,133)
#835377
(131,83,119)
#734969
(115,73,105)
#633F5B
(99,63,91)
#53354D
(83,53,77)
#432B3F
(67,43,63)
#332131
(51,33,49)
#231723
(35,23,35)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #B371A1

#B371A1
(179,113,161)
#B97DA9
(185,125,169)
#BF89B1
(191,137,177)
#C595B9
(197,149,185)
#CBA1C1
(203,161,193)
#D1ADC9
(209,173,201)
#D7B9D1
(215,185,209)
#DDC5D9
(221,197,217)
#E3D1E1
(227,209,225)
#E9DDE9
(233,221,233)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B371A1 color. Also use rgb(179,113,161) instead hex code.

Text Font Color

.myTextColor { color: #B371A1; }

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

This text font color is #B371A1.


Background Color

.myBgColor { background-color: #B371A1; }

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

This div background color is #B371A1.


Border color

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

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

This div border color is #B371A1.


Opacity

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

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

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

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

This text has shadow with #B371A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B371A1 on black background.


Color preview on white background

This text has color #B371A1 on white background.



Black color preview on #B371A1 background

This text has black color on #B371A1 background.


White color preview on #B371A1 background

This text has white color on #B371A1 background.