COLOR #B579A7

HEX: #B579A7
RGB: (181,121,167)

Color info

#B579A7 contains mainly red and blue colors. Web safe color of #B579A7 is #CC6699 (or #C69).

RGB color model

#B579A7 color RGB value is (181,121,167).

  • red value is 181;
  • green value is 121;
  • blue value is 167.
RGB:
(181,121,167)
(71%,47%,65%)

RGB channels and saturation

R 181 of 255 = 71%
G 121 of 255 = 47%
B 167 of 255 = 65%

181
121
167

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

Portions of RGB colors in percentages

R + G + B =
181 + 121 + 167 = 469 (100%)
R 181 of 469 ~ 38.59%
G 121 of 469 ~ 25.8%
B 167 of 469 ~ 35.61%

%38.59
%25.8
%35.61

CMYK color model

#B579A7 color CMYK value is (0,33,8,29).

  • cyan value is 0.00%
  • magenta value is 33.15%
  • yellow value is 7.73%
  • key color value is 29.02%
CMYK:
(0,33,8,29)
C0M33Y8K29 
(0%,33%,8%,29%)
(0.00/0.33/0.08/0.29)	

CMYK percentages

%0
%33.15
%7.73
%29.02

Codes

Color #B579A7 in popluar color models

B579A7
RGB181121167
HSL314°28.85%59.22%
HSB/HSV314°33.15%70.98%
CMYK0.00%33.15%7.73%
29.02%

Color #B579A7 in popluar number systems.

HEXB579A7
Decimal181121167
Binary10110101111100110100111
Octal265171247

Shades and tints

Shades of #B579A7

#B579A7
(181,121,167)
#A56E98
(165,110,152)
#956389
(149,99,137)
#85587A
(133,88,122)
#754D6B
(117,77,107)
#65425C
(101,66,92)
#55374D
(85,55,77)
#452C3E
(69,44,62)
#35212F
(53,33,47)
#251620
(37,22,32)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #B579A7

#B579A7
(181,121,167)
#BB85AF
(187,133,175)
#C191B7
(193,145,183)
#C79DBF
(199,157,191)
#CDA9C7
(205,169,199)
#D3B5CF
(211,181,207)
#D9C1D7
(217,193,215)
#DFCDDF
(223,205,223)
#E5D9E7
(229,217,231)
#EBE5EF
(235,229,239)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B579A7 color. Also use rgb(181,121,167) instead hex code.

Text Font Color

.myTextColor { color: #B579A7; }

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

This text font color is #B579A7.


Background Color

.myBgColor { background-color: #B579A7; }

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

This div background color is #B579A7.


Border color

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

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

This div border color is #B579A7.


Opacity

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

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

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

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

This text has shadow with #B579A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B579A7 on black background.


Color preview on white background

This text has color #B579A7 on white background.



Black color preview on #B579A7 background

This text has black color on #B579A7 background.


White color preview on #B579A7 background

This text has white color on #B579A7 background.