COLOR #B59CDC

HEX: #B59CDC RGB: (181,156,220)

Color info

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

RGB color model

#B59CDC color RGB value is (181,156,220).

RGB: (181,156,220) (71%, 61%, 86%)

RGB channels and saturation

R 181 of 255 = 71%
G 156 of 255 = 61%
B 220 of 255 = 86%

181
156
220

R + G + B ~ 73%. #B59CDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 156 + 220 = 557 (100%)
R 181 of 557 ~ 32.5%
G 156 of 557 ~ 28.01%
B 220 of 557 ~ 39.5'%

%32.5
%28.01
%39.5

CMYK color model

#B59CDC color CMYK value is (18,29,0,14).

  • cyan value is 17.73%
  • magenta value is 29.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (18,29,0,14) C18M29Y0K14 (18%,29%,0%,14%) (0.18/0.29/0.00/0.14) 

CMYK percentages

%17.73
%29.09
%0
%13.73

Codes

Color #B59CDC in popluar color models

B5 9C DC
RGB 181 156 220
HSL 263° 47.76% 73.73%
HSB/HSV 263° 29.09% 86.27%
CMYK 17.73% 29.09% 0.00%
13.73%

Color #B59CDC in popluar number systems.

HEX B5 9C DC
Decimal 181 156 220
Binary 10110101 10011100 11011100
Octal 265 234 334

Shades and tints

Shades of #B59CDC

#B59CDC
(181,156,220)
#A58EC8
(165,142,200)
#9580B4
(149,128,180)
#8572A0
(133,114,160)
#75648C
(117,100,140)
#655678
(101,86,120)
#554864
(85,72,100)
#453A50
(69,58,80)
#352C3C
(53,44,60)
#251E28
(37,30,40)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #B59CDC

#B59CDC
(181,156,220)
#BBA5DF
(187,165,223)
#C1AEE2
(193,174,226)
#C7B7E5
(199,183,229)
#CDC0E8
(205,192,232)
#D3C9EB
(211,201,235)
#D9D2EE
(217,210,238)
#DFDBF1
(223,219,241)
#E5E4F4
(229,228,244)
#EBEDF7
(235,237,247)
#F1F6FA
(241,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59CDC; }

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

This text font color is #B59CDC.

Background Color

.myBgColor { background-color: #B59CDC; }

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

This div background color is #B59CDC.

Border color

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

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

This div border color is #B59CDC.

Opacity

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

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

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

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

This text has shadow with #B59CDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59CDC.

Preview

Color preview on black background

This text has color #B59CDC on black background.


Color preview on white background

This text has color #B59CDC on white background.


Black color preview on #B59CDC background

This text has black color on #B59CDC background.


White color preview on #B59CDC background

This text has white color on #B59CDC background.


Related colors

Complementary color

Complementary color for #hex is #4A6323.


I love getcolorcode.com

Triadic colors

1 #DCB59C and #9CDCB5 with #B59CDC are triadic colors.

2 #DC9CB5 and #9CB5DC with #B59CDC are triadic colors.