COLOR #B587B0

HEX: #B587B0
RGB: (181,135,176)

Color info

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

RGB color model

#B587B0 color RGB value is (181,135,176).

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

RGB channels and saturation

R 181 of 255 = 71%
G 135 of 255 = 53%
B 176 of 255 = 69%

181
135
176

R + G + B ~ 64%. #B587B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 135 + 176 = 492 (100%)
R 181 of 492 ~ 36.79%
G 135 of 492 ~ 27.44%
B 176 of 492 ~ 35.77%

%36.79
%27.44
%35.77

CMYK color model

#B587B0 color CMYK value is (0,25,3,29).

  • cyan value is 0.00%
  • magenta value is 25.41%
  • yellow value is 2.76%
  • key color value is 29.02%
CMYK:
(0,25,3,29)
C0M25Y3K29 
(0%,25%,3%,29%)
(0.00/0.25/0.03/0.29)	

CMYK percentages

%0
%25.41
%2.76
%29.02

Codes

Color #B587B0 in popluar color models

B587B0
RGB181135176
HSL307°23.71%61.96%
HSB/HSV307°25.41%70.98%
CMYK0.00%25.41%2.76%
29.02%

Color #B587B0 in popluar number systems.

HEXB587B0
Decimal181135176
Binary101101011000011110110000
Octal265207260

Shades and tints

Shades of #B587B0

#B587B0
(181,135,176)
#A57BA0
(165,123,160)
#956F90
(149,111,144)
#856380
(133,99,128)
#755770
(117,87,112)
#654B60
(101,75,96)
#553F50
(85,63,80)
#453340
(69,51,64)
#352730
(53,39,48)
#251B20
(37,27,32)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #B587B0

#B587B0
(181,135,176)
#BB91B7
(187,145,183)
#C19BBE
(193,155,190)
#C7A5C5
(199,165,197)
#CDAFCC
(205,175,204)
#D3B9D3
(211,185,211)
#D9C3DA
(217,195,218)
#DFCDE1
(223,205,225)
#E5D7E8
(229,215,232)
#EBE1EF
(235,225,239)
#F1EBF6
(241,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B587B0; }

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

This text font color is #B587B0.


Background Color

.myBgColor { background-color: #B587B0; }

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

This div background color is #B587B0.


Border color

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

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

This div border color is #B587B0.


Opacity

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

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

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

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

This text has shadow with #B587B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B587B0 on black background.


Color preview on white background

This text has color #B587B0 on white background.



Black color preview on #B587B0 background

This text has black color on #B587B0 background.


White color preview on #B587B0 background

This text has white color on #B587B0 background.