COLOR #B591D1

HEX: #B591D1
RGB: (181,145,209)

Color info

#B591D1 contains mainly red and blue colors. Web safe color of #B591D1 is #CC99CC (or #C9C).

RGB color model

#B591D1 color RGB value is (181,145,209).

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

RGB channels and saturation

R 181 of 255 = 71%
G 145 of 255 = 57%
B 209 of 255 = 82%

181
145
209

R + G + B ~ 70%. #B591D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 145 + 209 = 535 (100%)
R 181 of 535 ~ 33.83%
G 145 of 535 ~ 27.1%
B 209 of 535 ~ 39.07%

%33.83
%27.1
%39.07

CMYK color model

#B591D1 color CMYK value is (13,31,0,18).

  • cyan value is 13.40%
  • magenta value is 30.62%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(13,31,0,18)
C13M31Y0K18 
(13%,31%,0%,18%)
(0.13/0.31/0.00/0.18)	

CMYK percentages

%13.4
%30.62
%0
%18.04

Codes

Color #B591D1 in popluar color models

B591D1
RGB181145209
HSL274°41.03%69.41%
HSB/HSV274°30.62%81.96%
CMYK13.40%30.62%0.00%
18.04%

Color #B591D1 in popluar number systems.

HEXB591D1
Decimal181145209
Binary101101011001000111010001
Octal265221321

Shades and tints

Shades of #B591D1

#B591D1
(181,145,209)
#A584BE
(165,132,190)
#9577AB
(149,119,171)
#856A98
(133,106,152)
#755D85
(117,93,133)
#655072
(101,80,114)
#55435F
(85,67,95)
#45364C
(69,54,76)
#352939
(53,41,57)
#251C26
(37,28,38)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #B591D1

#B591D1
(181,145,209)
#BB9BD5
(187,155,213)
#C1A5D9
(193,165,217)
#C7AFDD
(199,175,221)
#CDB9E1
(205,185,225)
#D3C3E5
(211,195,229)
#D9CDE9
(217,205,233)
#DFD7ED
(223,215,237)
#E5E1F1
(229,225,241)
#EBEBF5
(235,235,245)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B591D1; }

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

This text font color is #B591D1.


Background Color

.myBgColor { background-color: #B591D1; }

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

This div background color is #B591D1.


Border color

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

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

This div border color is #B591D1.


Opacity

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

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

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

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

This text has shadow with #B591D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B591D1 on black background.


Color preview on white background

This text has color #B591D1 on white background.



Black color preview on #B591D1 background

This text has black color on #B591D1 background.


White color preview on #B591D1 background

This text has white color on #B591D1 background.