COLOR #B587C7

HEX: #B587C7
RGB: (181,135,199)

Color info

#B587C7 contains mainly red and blue colors. Web safe color of #B587C7 is #CC99CC (or #C9C).

RGB color model

#B587C7 color RGB value is (181,135,199).

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

RGB channels and saturation

R 181 of 255 = 71%
G 135 of 255 = 53%
B 199 of 255 = 78%

181
135
199

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

Portions of RGB colors in percentages

R + G + B =
181 + 135 + 199 = 515 (100%)
R 181 of 515 ~ 35.15%
G 135 of 515 ~ 26.21%
B 199 of 515 ~ 38.64%

%35.15
%26.21
%38.64

CMYK color model

#B587C7 color CMYK value is (9,32,0,22).

  • cyan value is 9.05%
  • magenta value is 32.16%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(9,32,0,22)
C9M32Y0K22 
(9%,32%,0%,22%)
(0.09/0.32/0.00/0.22)	

CMYK percentages

%9.05
%32.16
%0
%21.96

Codes

Color #B587C7 in popluar color models

B587C7
RGB181135199
HSL283°36.36%65.49%
HSB/HSV283°32.16%78.04%
CMYK9.05%32.16%0.00%
21.96%

Color #B587C7 in popluar number systems.

HEXB587C7
Decimal181135199
Binary101101011000011111000111
Octal265207307

Shades and tints

Shades of #B587C7

#B587C7
(181,135,199)
#A57BB5
(165,123,181)
#956FA3
(149,111,163)
#856391
(133,99,145)
#75577F
(117,87,127)
#654B6D
(101,75,109)
#553F5B
(85,63,91)
#453349
(69,51,73)
#352737
(53,39,55)
#251B25
(37,27,37)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #B587C7

#B587C7
(181,135,199)
#BB91CC
(187,145,204)
#C19BD1
(193,155,209)
#C7A5D6
(199,165,214)
#CDAFDB
(205,175,219)
#D3B9E0
(211,185,224)
#D9C3E5
(217,195,229)
#DFCDEA
(223,205,234)
#E5D7EF
(229,215,239)
#EBE1F4
(235,225,244)
#F1EBF9
(241,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B587C7; }

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

This text font color is #B587C7.


Background Color

.myBgColor { background-color: #B587C7; }

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

This div background color is #B587C7.


Border color

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

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

This div border color is #B587C7.


Opacity

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

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

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

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

This text has shadow with #B587C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B587C7 on black background.


Color preview on white background

This text has color #B587C7 on white background.



Black color preview on #B587C7 background

This text has black color on #B587C7 background.


White color preview on #B587C7 background

This text has white color on #B587C7 background.