COLOR #B59CD1

HEX: #B59CD1 RGB: (181,156,209)

Color info

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

RGB color model

#B59CD1 color RGB value is (181,156,209).

RGB: (181,156,209) (71%, 61%, 82%)

RGB channels and saturation

R 181 of 255 = 71%
G 156 of 255 = 61%
B 209 of 255 = 82%

181
156
209

R + G + B ~ 71%. #B59CD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 156 + 209 = 546 (100%)
R 181 of 546 ~ 33.15%
G 156 of 546 ~ 28.57%
B 209 of 546 ~ 38.28'%

%33.15
%28.57
%38.28

CMYK color model

#B59CD1 color CMYK value is (13,25,0,18).

  • cyan value is 13.40%
  • magenta value is 25.36%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (13,25,0,18)
C13M25Y0K18 (13%, 25%, 0%, 18%)
(0.13 / 0.25 / 0.00 / 0.18)

CMYK percentages

%13.4
%25.36
%0
%18.04

Codes

Color #B59CD1 in popluar color models

B5 9C D1
RGB 181 156 209
HSL 268° 36.55% 71.57%
HSB/HSV 268° 25.36% 81.96%
CMYK 13.40% 25.36% 0.00%
18.04%

Color #B59CD1 in popluar number systems.

HEX B5 9C D1
Decimal 181 156 209
Binary 10110101 10011100 11010001
Octal 265 234 321

Shades and tints

Shades of #B59CD1

#B59CD1
(181,156,209)
#A58EBE
(165,142,190)
#9580AB
(149,128,171)
#857298
(133,114,152)
#756485
(117,100,133)
#655672
(101,86,114)
#55485F
(85,72,95)
#453A4C
(69,58,76)
#352C39
(53,44,57)
#251E26
(37,30,38)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #B59CD1

#B59CD1
(181,156,209)
#BBA5D5
(187,165,213)
#C1AED9
(193,174,217)
#C7B7DD
(199,183,221)
#CDC0E1
(205,192,225)
#D3C9E5
(211,201,229)
#D9D2E9
(217,210,233)
#DFDBED
(223,219,237)
#E5E4F1
(229,228,241)
#EBEDF5
(235,237,245)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59CD1; }

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

This text font color is #B59CD1.

Background Color

.myBgColor { background-color: #B59CD1; }

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

This div background color is #B59CD1.

Border color

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

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

This div border color is #B59CD1.

Opacity

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

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

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

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

This text has shadow with #B59CD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59CD1.

Preview

Color preview on black background

This text has color #B59CD1 on black background.


Color preview on white background

This text has color #B59CD1 on white background.


Black color preview on #B59CD1 background

This text has black color on #B59CD1 background.


White color preview on #B59CD1 background

This text has white color on #B59CD1 background.


Related colors

Complementary color

Complementary color for #hex is #4A632E.


I love getcolorcode.com

Triadic colors

1 #D1B59C and #9CD1B5 with #B59CD1 are triadic colors.

2 #D19CB5 and #9CB5D1 with #B59CD1 are triadic colors.