COLOR #B591C8

HEX: #B591C8
RGB: (181,145,200)

Color info

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

RGB color model

#B591C8 color RGB value is (181,145,200).

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

RGB channels and saturation

R 181 of 255 = 71%
G 145 of 255 = 57%
B 200 of 255 = 78%

181
145
200

R + G + B ~ 69%. #B591C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 145 + 200 = 526 (100%)
R 181 of 526 ~ 34.41%
G 145 of 526 ~ 27.57%
B 200 of 526 ~ 38.02%

%34.41
%27.57
%38.02

CMYK color model

#B591C8 color CMYK value is (10,28,0,22).

  • cyan value is 9.50%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(10,28,0,22)
C10M28Y0K22 
(10%,28%,0%,22%)
(0.10/0.28/0.00/0.22)	

CMYK percentages

%9.5
%27.5
%0
%21.57

Codes

Color #B591C8 in popluar color models

B591C8
RGB181145200
HSL279°33.33%67.65%
HSB/HSV279°27.50%78.43%
CMYK9.50%27.50%0.00%
21.57%

Color #B591C8 in popluar number systems.

HEXB591C8
Decimal181145200
Binary101101011001000111001000
Octal265221310

Shades and tints

Shades of #B591C8

#B591C8
(181,145,200)
#A584B6
(165,132,182)
#9577A4
(149,119,164)
#856A92
(133,106,146)
#755D80
(117,93,128)
#65506E
(101,80,110)
#55435C
(85,67,92)
#45364A
(69,54,74)
#352938
(53,41,56)
#251C26
(37,28,38)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #B591C8

#B591C8
(181,145,200)
#BB9BCD
(187,155,205)
#C1A5D2
(193,165,210)
#C7AFD7
(199,175,215)
#CDB9DC
(205,185,220)
#D3C3E1
(211,195,225)
#D9CDE6
(217,205,230)
#DFD7EB
(223,215,235)
#E5E1F0
(229,225,240)
#EBEBF5
(235,235,245)
#F1F5FA
(241,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B591C8; }

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

This text font color is #B591C8.


Background Color

.myBgColor { background-color: #B591C8; }

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

This div background color is #B591C8.


Border color

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

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

This div border color is #B591C8.


Opacity

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

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

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

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

This text has shadow with #B591C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B591C8 on black background.


Color preview on white background

This text has color #B591C8 on white background.



Black color preview on #B591C8 background

This text has black color on #B591C8 background.


White color preview on #B591C8 background

This text has white color on #B591C8 background.