COLOR #B58EB1

HEX: #B58EB1 RGB: (181,142,177)

Color info

#B58EB1 contains red, green and blue colors in about the same proportion. Web safe color of #B58EB1 is #CC9999 (or #C99).

RGB color model

#B58EB1 color RGB value is (181,142,177).

RGB: (181,142,177) (71%, 56%, 69%)

RGB channels and saturation

R 181 of 255 = 71%
G 142 of 255 = 56%
B 177 of 255 = 69%

181
142
177

R + G + B ~ 65%. #B58EB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 142 + 177 = 500 (100%)
R 181 of 500 ~ 36.2%
G 142 of 500 ~ 28.4%
B 177 of 500 ~ 35.4'%

%36.2
%28.4
%35.4

CMYK color model

#B58EB1 color CMYK value is (0,22,2,29).

  • cyan value is 0.00%
  • magenta value is 21.55%
  • yellow value is 2.21%
  • key color value is 29.02%

CMYK: (0,22,2,29)
C0M22Y2K29 (0%, 22%, 2%, 29%)
(0.00 / 0.22 / 0.02 / 0.29)

CMYK percentages

%0
%21.55
%2.21
%29.02

Codes

Color #B58EB1 in popluar color models

B5 8E B1
RGB 181 142 177
HSL 306° 20.86% 63.33%
HSB/HSV 306° 21.55% 70.98%
CMYK 0.00% 21.55% 2.21%
29.02%

Color #B58EB1 in popluar number systems.

HEX B5 8E B1
Decimal 181 142 177
Binary 10110101 10001110 10110001
Octal 265 216 261

Shades and tints

Shades of #B58EB1

#B58EB1
(181,142,177)
#A582A1
(165,130,161)
#957691
(149,118,145)
#856A81
(133,106,129)
#755E71
(117,94,113)
#655261
(101,82,97)
#554651
(85,70,81)
#453A41
(69,58,65)
#352E31
(53,46,49)
#252221
(37,34,33)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #B58EB1

#B58EB1
(181,142,177)
#BB98B8
(187,152,184)
#C1A2BF
(193,162,191)
#C7ACC6
(199,172,198)
#CDB6CD
(205,182,205)
#D3C0D4
(211,192,212)
#D9CADB
(217,202,219)
#DFD4E2
(223,212,226)
#E5DEE9
(229,222,233)
#EBE8F0
(235,232,240)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58EB1 color. Also use rgb(181,142,177) instead hex code.

Text Font Color

.myTextColor { color: #B58EB1; }

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

This text font color is #B58EB1.

Background Color

.myBgColor { background-color: #B58EB1; }

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

This div background color is #B58EB1.

Border color

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

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

This div border color is #B58EB1.

Opacity

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

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

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

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

This text has shadow with #B58EB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58EB1.

Preview

Color preview on black background

This text has color #B58EB1 on black background.


Color preview on white background

This text has color #B58EB1 on white background.


Black color preview on #B58EB1 background

This text has black color on #B58EB1 background.


White color preview on #B58EB1 background

This text has white color on #B58EB1 background.


Related colors

Complementary color

Complementary color for #hex is #4A714E.


I love getcolorcode.com

Triadic colors

1 #B1B58E and #8EB1B5 with #B58EB1 are triadic colors.

2 #B18EB5 and #8EB5B1 with #B58EB1 are triadic colors.