COLOR #B577B1

HEX: #B577B1
RGB: (181,119,177)

Color info

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

RGB color model

#B577B1 color RGB value is (181,119,177).

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

RGB channels and saturation

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

181
119
177

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

Portions of RGB colors in percentages

R + G + B =
181 + 119 + 177 = 477 (100%)
R 181 of 477 ~ 37.95%
G 119 of 477 ~ 24.95%
B 177 of 477 ~ 37.11%

%37.95
%24.95
%37.11

CMYK color model

#B577B1 color CMYK value is (0,34,2,29).

  • cyan value is 0.00%
  • magenta value is 34.25%
  • yellow value is 2.21%
  • key color value is 29.02%
CMYK:
(0,34,2,29)
C0M34Y2K29 
(0%,34%,2%,29%)
(0.00/0.34/0.02/0.29)	

CMYK percentages

%0
%34.25
%2.21
%29.02

Codes

Color #B577B1 in popluar color models

B577B1
RGB181119177
HSL304°29.52%58.82%
HSB/HSV304°34.25%70.98%
CMYK0.00%34.25%2.21%
29.02%

Color #B577B1 in popluar number systems.

HEXB577B1
Decimal181119177
Binary10110101111011110110001
Octal265167261

Shades and tints

Shades of #B577B1

#B577B1
(181,119,177)
#A56DA1
(165,109,161)
#956391
(149,99,145)
#855981
(133,89,129)
#754F71
(117,79,113)
#654561
(101,69,97)
#553B51
(85,59,81)
#453141
(69,49,65)
#352731
(53,39,49)
#251D21
(37,29,33)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #B577B1

#B577B1
(181,119,177)
#BB83B8
(187,131,184)
#C18FBF
(193,143,191)
#C79BC6
(199,155,198)
#CDA7CD
(205,167,205)
#D3B3D4
(211,179,212)
#D9BFDB
(217,191,219)
#DFCBE2
(223,203,226)
#E5D7E9
(229,215,233)
#EBE3F0
(235,227,240)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B577B1; }

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

This text font color is #B577B1.


Background Color

.myBgColor { background-color: #B577B1; }

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

This div background color is #B577B1.


Border color

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

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

This div border color is #B577B1.


Opacity

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

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

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

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

This text has shadow with #B577B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B577B1 on black background.


Color preview on white background

This text has color #B577B1 on white background.



Black color preview on #B577B1 background

This text has black color on #B577B1 background.


White color preview on #B577B1 background

This text has white color on #B577B1 background.