COLOR #B371AF

HEX: #B371AF
RGB: (179,113,175)

Color info

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

RGB color model

#B371AF color RGB value is (179,113,175).

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

RGB channels and saturation

R 179 of 255 = 70%
G 113 of 255 = 44%
B 175 of 255 = 69%

179
113
175

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

Portions of RGB colors in percentages

R + G + B =
179 + 113 + 175 = 467 (100%)
R 179 of 467 ~ 38.33%
G 113 of 467 ~ 24.2%
B 175 of 467 ~ 37.47%

%38.33
%24.2
%37.47

CMYK color model

#B371AF color CMYK value is (0,37,2,30).

  • cyan value is 0.00%
  • magenta value is 36.87%
  • yellow value is 2.23%
  • key color value is 29.80%
CMYK:
(0,37,2,30)
C0M37Y2K30 
(0%,37%,2%,30%)
(0.00/0.37/0.02/0.30)	

CMYK percentages

%0
%36.87
%2.23
%29.8

Codes

Color #B371AF in popluar color models

B371AF
RGB179113175
HSL304°30.28%57.25%
HSB/HSV304°36.87%70.20%
CMYK0.00%36.87%2.23%
29.80%

Color #B371AF in popluar number systems.

HEXB371AF
Decimal179113175
Binary10110011111000110101111
Octal263161257

Shades and tints

Shades of #B371AF

#B371AF
(179,113,175)
#A367A0
(163,103,160)
#935D91
(147,93,145)
#835382
(131,83,130)
#734973
(115,73,115)
#633F64
(99,63,100)
#533555
(83,53,85)
#432B46
(67,43,70)
#332137
(51,33,55)
#231728
(35,23,40)
#130D19
(19,13,25)
#000000
(0,0,0)

Tints of #B371AF

#B371AF
(179,113,175)
#B97DB6
(185,125,182)
#BF89BD
(191,137,189)
#C595C4
(197,149,196)
#CBA1CB
(203,161,203)
#D1ADD2
(209,173,210)
#D7B9D9
(215,185,217)
#DDC5E0
(221,197,224)
#E3D1E7
(227,209,231)
#E9DDEE
(233,221,238)
#EFE9F5
(239,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B371AF; }

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

This text font color is #B371AF.


Background Color

.myBgColor { background-color: #B371AF; }

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

This div background color is #B371AF.


Border color

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

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

This div border color is #B371AF.


Opacity

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

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

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

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

This text has shadow with #B371AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B371AF on black background.


Color preview on white background

This text has color #B371AF on white background.



Black color preview on #B371AF background

This text has black color on #B371AF background.


White color preview on #B371AF background

This text has white color on #B371AF background.