COLOR #B591B7

HEX: #B591B7
RGB: (181,145,183)

Color info

#B591B7 contains red, green and blue colors in about the same proportion. Web safe color of #B591B7 is #CC99CC (or #C9C).

RGB color model

#B591B7 color RGB value is (181,145,183).

  • red value is 181;
  • green value is 145;
  • blue value is 183.
RGB:
(181,145,183)
(71%,57%,72%)

RGB channels and saturation

R 181 of 255 = 71%
G 145 of 255 = 57%
B 183 of 255 = 72%

181
145
183

R + G + B ~ 67%. #B591B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 145 + 183 = 509 (100%)
R 181 of 509 ~ 35.56%
G 145 of 509 ~ 28.49%
B 183 of 509 ~ 35.95%

%35.56
%28.49
%35.95

CMYK color model

#B591B7 color CMYK value is (1,21,0,28).

  • cyan value is 1.09%
  • magenta value is 20.77%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(1,21,0,28)
C1M21Y0K28 
(1%,21%,0%,28%)
(0.01/0.21/0.00/0.28)	

CMYK percentages

%1.09
%20.77
%0
%28.24

Codes

Color #B591B7 in popluar color models

B591B7
RGB181145183
HSL297°20.88%64.31%
HSB/HSV297°20.77%71.76%
CMYK1.09%20.77%0.00%
28.24%

Color #B591B7 in popluar number systems.

HEXB591B7
Decimal181145183
Binary101101011001000110110111
Octal265221267

Shades and tints

Shades of #B591B7

#B591B7
(181,145,183)
#A584A7
(165,132,167)
#957797
(149,119,151)
#856A87
(133,106,135)
#755D77
(117,93,119)
#655067
(101,80,103)
#554357
(85,67,87)
#453647
(69,54,71)
#352937
(53,41,55)
#251C27
(37,28,39)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #B591B7

#B591B7
(181,145,183)
#BB9BBD
(187,155,189)
#C1A5C3
(193,165,195)
#C7AFC9
(199,175,201)
#CDB9CF
(205,185,207)
#D3C3D5
(211,195,213)
#D9CDDB
(217,205,219)
#DFD7E1
(223,215,225)
#E5E1E7
(229,225,231)
#EBEBED
(235,235,237)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B591B7 color. Also use rgb(181,145,183) instead hex code.

Text Font Color

.myTextColor { color: #B591B7; }

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

This text font color is #B591B7.


Background Color

.myBgColor { background-color: #B591B7; }

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

This div background color is #B591B7.


Border color

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

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

This div border color is #B591B7.


Opacity

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

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

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

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

This text has shadow with #B591B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B591B7 on black background.


Color preview on white background

This text has color #B591B7 on white background.



Black color preview on #B591B7 background

This text has black color on #B591B7 background.


White color preview on #B591B7 background

This text has white color on #B591B7 background.