COLOR #B591C5

HEX: #B591C5
RGB: (181,145,197)

Color info

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

RGB color model

#B591C5 color RGB value is (181,145,197).

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

RGB channels and saturation

R 181 of 255 = 71%
G 145 of 255 = 57%
B 197 of 255 = 77%

181
145
197

R + G + B ~ 68%. #B591C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 145 + 197 = 523 (100%)
R 181 of 523 ~ 34.61%
G 145 of 523 ~ 27.72%
B 197 of 523 ~ 37.67%

%34.61
%27.72
%37.67

CMYK color model

#B591C5 color CMYK value is (8,26,0,23).

  • cyan value is 8.12%
  • magenta value is 26.40%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(8,26,0,23)
C8M26Y0K23 
(8%,26%,0%,23%)
(0.08/0.26/0.00/0.23)	

CMYK percentages

%8.12
%26.4
%0
%22.75

Codes

Color #B591C5 in popluar color models

B591C5
RGB181145197
HSL282°30.95%67.06%
HSB/HSV282°26.40%77.25%
CMYK8.12%26.40%0.00%
22.75%

Color #B591C5 in popluar number systems.

HEXB591C5
Decimal181145197
Binary101101011001000111000101
Octal265221305

Shades and tints

Shades of #B591C5

#B591C5
(181,145,197)
#A584B4
(165,132,180)
#9577A3
(149,119,163)
#856A92
(133,106,146)
#755D81
(117,93,129)
#655070
(101,80,112)
#55435F
(85,67,95)
#45364E
(69,54,78)
#35293D
(53,41,61)
#251C2C
(37,28,44)
#150F1B
(21,15,27)
#000000
(0,0,0)

Tints of #B591C5

#B591C5
(181,145,197)
#BB9BCA
(187,155,202)
#C1A5CF
(193,165,207)
#C7AFD4
(199,175,212)
#CDB9D9
(205,185,217)
#D3C3DE
(211,195,222)
#D9CDE3
(217,205,227)
#DFD7E8
(223,215,232)
#E5E1ED
(229,225,237)
#EBEBF2
(235,235,242)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B591C5; }

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

This text font color is #B591C5.


Background Color

.myBgColor { background-color: #B591C5; }

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

This div background color is #B591C5.


Border color

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

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

This div border color is #B591C5.


Opacity

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

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

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

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

This text has shadow with #B591C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B591C5 on black background.


Color preview on white background

This text has color #B591C5 on white background.



Black color preview on #B591C5 background

This text has black color on #B591C5 background.


White color preview on #B591C5 background

This text has white color on #B591C5 background.