COLOR #B58BB0

HEX: #B58BB0
RGB: (181,139,176)

Color info

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

RGB color model

#B58BB0 color RGB value is (181,139,176).

  • red value is 181;
  • green value is 139;
  • blue value is 176.
RGB:
(181,139,176)
(71%,55%,69%)

RGB channels and saturation

R 181 of 255 = 71%
G 139 of 255 = 55%
B 176 of 255 = 69%

181
139
176

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

Portions of RGB colors in percentages

R + G + B =
181 + 139 + 176 = 496 (100%)
R 181 of 496 ~ 36.49%
G 139 of 496 ~ 28.02%
B 176 of 496 ~ 35.48%

%36.49
%28.02
%35.48

CMYK color model

#B58BB0 color CMYK value is (0,23,3,29).

  • cyan value is 0.00%
  • magenta value is 23.20%
  • yellow value is 2.76%
  • key color value is 29.02%
CMYK:
(0,23,3,29)
C0M23Y3K29 
(0%,23%,3%,29%)
(0.00/0.23/0.03/0.29)	

CMYK percentages

%0
%23.2
%2.76
%29.02

Codes

Color #B58BB0 in popluar color models

B58BB0
RGB181139176
HSL307°22.11%62.75%
HSB/HSV307°23.20%70.98%
CMYK0.00%23.20%2.76%
29.02%

Color #B58BB0 in popluar number systems.

HEXB58BB0
Decimal181139176
Binary101101011000101110110000
Octal265213260

Shades and tints

Shades of #B58BB0

#B58BB0
(181,139,176)
#A57FA0
(165,127,160)
#957390
(149,115,144)
#856780
(133,103,128)
#755B70
(117,91,112)
#654F60
(101,79,96)
#554350
(85,67,80)
#453740
(69,55,64)
#352B30
(53,43,48)
#251F20
(37,31,32)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #B58BB0

#B58BB0
(181,139,176)
#BB95B7
(187,149,183)
#C19FBE
(193,159,190)
#C7A9C5
(199,169,197)
#CDB3CC
(205,179,204)
#D3BDD3
(211,189,211)
#D9C7DA
(217,199,218)
#DFD1E1
(223,209,225)
#E5DBE8
(229,219,232)
#EBE5EF
(235,229,239)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58BB0 color. Also use rgb(181,139,176) instead hex code.

Text Font Color

.myTextColor { color: #B58BB0; }

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

This text font color is #B58BB0.


Background Color

.myBgColor { background-color: #B58BB0; }

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

This div background color is #B58BB0.


Border color

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

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

This div border color is #B58BB0.


Opacity

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

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

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

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

This text has shadow with #B58BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58BB0 on black background.


Color preview on white background

This text has color #B58BB0 on white background.



Black color preview on #B58BB0 background

This text has black color on #B58BB0 background.


White color preview on #B58BB0 background

This text has white color on #B58BB0 background.