COLOR #B577B8

HEX: #B577B8
RGB: (181,119,184)

Color info

#B577B8 contains mainly red and blue colors. Web safe color of #B577B8 is #CC66CC (or #C6C).

RGB color model

#B577B8 color RGB value is (181,119,184).

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

RGB channels and saturation

R 181 of 255 = 71%
G 119 of 255 = 47%
B 184 of 255 = 72%

181
119
184

R + G + B ~ 63%. #B577B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 119 + 184 = 484 (100%)
R 181 of 484 ~ 37.4%
G 119 of 484 ~ 24.59%
B 184 of 484 ~ 38.02%

%37.4
%24.59
%38.02

CMYK color model

#B577B8 color CMYK value is (2,35,0,28).

  • cyan value is 1.63%
  • magenta value is 35.33%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(2,35,0,28)
C2M35Y0K28 
(2%,35%,0%,28%)
(0.02/0.35/0.00/0.28)	

CMYK percentages

%1.63
%35.33
%0
%27.84

Codes

Color #B577B8 in popluar color models

B577B8
RGB181119184
HSL297°31.40%59.41%
HSB/HSV297°35.33%72.16%
CMYK1.63%35.33%0.00%
27.84%

Color #B577B8 in popluar number systems.

HEXB577B8
Decimal181119184
Binary10110101111011110111000
Octal265167270

Shades and tints

Shades of #B577B8

#B577B8
(181,119,184)
#A56DA8
(165,109,168)
#956398
(149,99,152)
#855988
(133,89,136)
#754F78
(117,79,120)
#654568
(101,69,104)
#553B58
(85,59,88)
#453148
(69,49,72)
#352738
(53,39,56)
#251D28
(37,29,40)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #B577B8

#B577B8
(181,119,184)
#BB83BE
(187,131,190)
#C18FC4
(193,143,196)
#C79BCA
(199,155,202)
#CDA7D0
(205,167,208)
#D3B3D6
(211,179,214)
#D9BFDC
(217,191,220)
#DFCBE2
(223,203,226)
#E5D7E8
(229,215,232)
#EBE3EE
(235,227,238)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B577B8; }

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

This text font color is #B577B8.


Background Color

.myBgColor { background-color: #B577B8; }

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

This div background color is #B577B8.


Border color

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

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

This div border color is #B577B8.


Opacity

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

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

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

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

This text has shadow with #B577B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B577B8 on black background.


Color preview on white background

This text has color #B577B8 on white background.



Black color preview on #B577B8 background

This text has black color on #B577B8 background.


White color preview on #B577B8 background

This text has white color on #B577B8 background.