COLOR #B59FD2

HEX: #B59FD2
RGB: (181,159,210)

Color info

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

RGB color model

#B59FD2 color RGB value is (181,159,210).

  • red value is 181;
  • green value is 159;
  • blue value is 210.
RGB:
(181,159,210)
(71%,62%,82%)

RGB channels and saturation

R 181 of 255 = 71%
G 159 of 255 = 62%
B 210 of 255 = 82%

181
159
210

R + G + B ~ 72%. #B59FD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 159 + 210 = 550 (100%)
R 181 of 550 ~ 32.91%
G 159 of 550 ~ 28.91%
B 210 of 550 ~ 38.18%

%32.91
%28.91
%38.18

CMYK color model

#B59FD2 color CMYK value is (14,24,0,18).

  • cyan value is 13.81%
  • magenta value is 24.29%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(14,24,0,18)
C14M24Y0K18 
(14%,24%,0%,18%)
(0.14/0.24/0.00/0.18)	

CMYK percentages

%13.81
%24.29
%0
%17.65

Codes

Color #B59FD2 in popluar color models

B59FD2
RGB181159210
HSL266°36.17%72.35%
HSB/HSV266°24.29%82.35%
CMYK13.81%24.29%0.00%
17.65%

Color #B59FD2 in popluar number systems.

HEXB59FD2
Decimal181159210
Binary101101011001111111010010
Octal265237322

Shades and tints

Shades of #B59FD2

#B59FD2
(181,159,210)
#A591BF
(165,145,191)
#9583AC
(149,131,172)
#857599
(133,117,153)
#756786
(117,103,134)
#655973
(101,89,115)
#554B60
(85,75,96)
#453D4D
(69,61,77)
#352F3A
(53,47,58)
#252127
(37,33,39)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #B59FD2

#B59FD2
(181,159,210)
#BBA7D6
(187,167,214)
#C1AFDA
(193,175,218)
#C7B7DE
(199,183,222)
#CDBFE2
(205,191,226)
#D3C7E6
(211,199,230)
#D9CFEA
(217,207,234)
#DFD7EE
(223,215,238)
#E5DFF2
(229,223,242)
#EBE7F6
(235,231,246)
#F1EFFA
(241,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59FD2 color. Also use rgb(181,159,210) instead hex code.

Text Font Color

.myTextColor { color: #B59FD2; }

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

This text font color is #B59FD2.


Background Color

.myBgColor { background-color: #B59FD2; }

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

This div background color is #B59FD2.


Border color

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

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

This div border color is #B59FD2.


Opacity

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

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

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

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

This text has shadow with #B59FD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59FD2 on black background.


Color preview on white background

This text has color #B59FD2 on white background.



Black color preview on #B59FD2 background

This text has black color on #B59FD2 background.


White color preview on #B59FD2 background

This text has white color on #B59FD2 background.