COLOR #B59ED5

HEX: #B59ED5 RGB: (181,158,213)

Color info

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

RGB color model

#B59ED5 color RGB value is (181,158,213).

RGB: (181,158,213) (71%, 62%, 84%)

RGB channels and saturation

R 181 of 255 = 71%
G 158 of 255 = 62%
B 213 of 255 = 84%

181
158
213

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

Portions of RGB colors in percentages

R + G + B = 181 + 158 + 213 = 552 (100%)
R 181 of 552 ~ 32.79%
G 158 of 552 ~ 28.62%
B 213 of 552 ~ 38.59'%

%32.79
%28.62
%38.59

CMYK color model

#B59ED5 color CMYK value is (15,26,0,16).

  • cyan value is 15.02%
  • magenta value is 25.82%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (15,26,0,16)
C15M26Y0K16 (15%, 26%, 0%, 16%)
(0.15 / 0.26 / 0.00 / 0.16)

CMYK percentages

%15.02
%25.82
%0
%16.47

Codes

Color #B59ED5 in popluar color models

B5 9E D5
RGB 181 158 213
HSL 265° 39.57% 72.75%
HSB/HSV 265° 25.82% 83.53%
CMYK 15.02% 25.82% 0.00%
16.47%

Color #B59ED5 in popluar number systems.

HEX B5 9E D5
Decimal 181 158 213
Binary 10110101 10011110 11010101
Octal 265 236 325

Shades and tints

Shades of #B59ED5

#B59ED5
(181,158,213)
#A590C2
(165,144,194)
#9582AF
(149,130,175)
#85749C
(133,116,156)
#756689
(117,102,137)
#655876
(101,88,118)
#554A63
(85,74,99)
#453C50
(69,60,80)
#352E3D
(53,46,61)
#25202A
(37,32,42)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #B59ED5

#B59ED5
(181,158,213)
#BBA6D8
(187,166,216)
#C1AEDB
(193,174,219)
#C7B6DE
(199,182,222)
#CDBEE1
(205,190,225)
#D3C6E4
(211,198,228)
#D9CEE7
(217,206,231)
#DFD6EA
(223,214,234)
#E5DEED
(229,222,237)
#EBE6F0
(235,230,240)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59ED5 color. Also use rgb(181,158,213) instead hex code.

Text Font Color

.myTextColor { color: #B59ED5; }

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

This text font color is #B59ED5.

Background Color

.myBgColor { background-color: #B59ED5; }

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

This div background color is #B59ED5.

Border color

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

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

This div border color is #B59ED5.

Opacity

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

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

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

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

This text has shadow with #B59ED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59ED5.

Preview

Color preview on black background

This text has color #B59ED5 on black background.


Color preview on white background

This text has color #B59ED5 on white background.


Black color preview on #B59ED5 background

This text has black color on #B59ED5 background.


White color preview on #B59ED5 background

This text has white color on #B59ED5 background.


Related colors

Complementary color

Complementary color for #hex is #4A612A.


I love getcolorcode.com

Triadic colors

1 #D5B59E and #9ED5B5 with #B59ED5 are triadic colors.

2 #D59EB5 and #9EB5D5 with #B59ED5 are triadic colors.