COLOR #B58EBE

HEX: #B58EBE RGB: (181,142,190)

Color info

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

RGB color model

#B58EBE color RGB value is (181,142,190).

RGB: (181,142,190) (71%, 56%, 75%)

RGB channels and saturation

R 181 of 255 = 71%
G 142 of 255 = 56%
B 190 of 255 = 75%

181
142
190

R + G + B ~ 67%. #B58EBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 142 + 190 = 513 (100%)
R 181 of 513 ~ 35.28%
G 142 of 513 ~ 27.68%
B 190 of 513 ~ 37.04'%

%35.28
%27.68
%37.04

CMYK color model

#B58EBE color CMYK value is (5,25,0,25).

  • cyan value is 4.74%
  • magenta value is 25.26%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (5,25,0,25)
C5M25Y0K25 (5%, 25%, 0%, 25%)
(0.05 / 0.25 / 0.00 / 0.25)

CMYK percentages

%4.74
%25.26
%0
%25.49

Codes

Color #B58EBE in popluar color models

B5 8E BE
RGB 181 142 190
HSL 289° 26.97% 65.10%
HSB/HSV 289° 25.26% 74.51%
CMYK 4.74% 25.26% 0.00%
25.49%

Color #B58EBE in popluar number systems.

HEX B5 8E BE
Decimal 181 142 190
Binary 10110101 10001110 10111110
Octal 265 216 276

Shades and tints

Shades of #B58EBE

#B58EBE
(181,142,190)
#A582AD
(165,130,173)
#95769C
(149,118,156)
#856A8B
(133,106,139)
#755E7A
(117,94,122)
#655269
(101,82,105)
#554658
(85,70,88)
#453A47
(69,58,71)
#352E36
(53,46,54)
#252225
(37,34,37)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #B58EBE

#B58EBE
(181,142,190)
#BB98C3
(187,152,195)
#C1A2C8
(193,162,200)
#C7ACCD
(199,172,205)
#CDB6D2
(205,182,210)
#D3C0D7
(211,192,215)
#D9CADC
(217,202,220)
#DFD4E1
(223,212,225)
#E5DEE6
(229,222,230)
#EBE8EB
(235,232,235)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58EBE; }

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

This text font color is #B58EBE.

Background Color

.myBgColor { background-color: #B58EBE; }

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

This div background color is #B58EBE.

Border color

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

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

This div border color is #B58EBE.

Opacity

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

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

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

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

This text has shadow with #B58EBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58EBE.

Preview

Color preview on black background

This text has color #B58EBE on black background.


Color preview on white background

This text has color #B58EBE on white background.


Black color preview on #B58EBE background

This text has black color on #B58EBE background.


White color preview on #B58EBE background

This text has white color on #B58EBE background.


Related colors

Complementary color

Complementary color for #hex is #4A7141.


I love getcolorcode.com

Triadic colors

1 #BEB58E and #8EBEB5 with #B58EBE are triadic colors.

2 #BE8EB5 and #8EB5BE with #B58EBE are triadic colors.