COLOR #B579B1

HEX: #B579B1
RGB: (181,121,177)

Color info

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

RGB color model

#B579B1 color RGB value is (181,121,177).

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

RGB channels and saturation

R 181 of 255 = 71%
G 121 of 255 = 47%
B 177 of 255 = 69%

181
121
177

R + G + B ~ 62%. #B579B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 121 + 177 = 479 (100%)
R 181 of 479 ~ 37.79%
G 121 of 479 ~ 25.26%
B 177 of 479 ~ 36.95%

%37.79
%25.26
%36.95

CMYK color model

#B579B1 color CMYK value is (0,33,2,29).

  • cyan value is 0.00%
  • magenta value is 33.15%
  • yellow value is 2.21%
  • key color value is 29.02%
CMYK:
(0,33,2,29)
C0M33Y2K29 
(0%,33%,2%,29%)
(0.00/0.33/0.02/0.29)	

CMYK percentages

%0
%33.15
%2.21
%29.02

Codes

Color #B579B1 in popluar color models

B579B1
RGB181121177
HSL304°28.85%59.22%
HSB/HSV304°33.15%70.98%
CMYK0.00%33.15%2.21%
29.02%

Color #B579B1 in popluar number systems.

HEXB579B1
Decimal181121177
Binary10110101111100110110001
Octal265171261

Shades and tints

Shades of #B579B1

#B579B1
(181,121,177)
#A56EA1
(165,110,161)
#956391
(149,99,145)
#855881
(133,88,129)
#754D71
(117,77,113)
#654261
(101,66,97)
#553751
(85,55,81)
#452C41
(69,44,65)
#352131
(53,33,49)
#251621
(37,22,33)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #B579B1

#B579B1
(181,121,177)
#BB85B8
(187,133,184)
#C191BF
(193,145,191)
#C79DC6
(199,157,198)
#CDA9CD
(205,169,205)
#D3B5D4
(211,181,212)
#D9C1DB
(217,193,219)
#DFCDE2
(223,205,226)
#E5D9E9
(229,217,233)
#EBE5F0
(235,229,240)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B579B1; }

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

This text font color is #B579B1.


Background Color

.myBgColor { background-color: #B579B1; }

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

This div background color is #B579B1.


Border color

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

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

This div border color is #B579B1.


Opacity

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

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

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

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

This text has shadow with #B579B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B579B1 on black background.


Color preview on white background

This text has color #B579B1 on white background.



Black color preview on #B579B1 background

This text has black color on #B579B1 background.


White color preview on #B579B1 background

This text has white color on #B579B1 background.