COLOR #B587D8

HEX: #B587D8
RGB: (181,135,216)

Color info

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

RGB color model

#B587D8 color RGB value is (181,135,216).

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

RGB channels and saturation

R 181 of 255 = 71%
G 135 of 255 = 53%
B 216 of 255 = 85%

181
135
216

R + G + B ~ 70%. #B587D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 135 + 216 = 532 (100%)
R 181 of 532 ~ 34.02%
G 135 of 532 ~ 25.38%
B 216 of 532 ~ 40.6%

%34.02
%25.38
%40.6

CMYK color model

#B587D8 color CMYK value is (16,38,0,15).

  • cyan value is 16.20%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(16,38,0,15)
C16M38Y0K15 
(16%,38%,0%,15%)
(0.16/0.38/0.00/0.15)	

CMYK percentages

%16.2
%37.5
%0
%15.29

Codes

Color #B587D8 in popluar color models

B587D8
RGB181135216
HSL274°50.94%68.82%
HSB/HSV274°37.50%84.71%
CMYK16.20%37.50%0.00%
15.29%

Color #B587D8 in popluar number systems.

HEXB587D8
Decimal181135216
Binary101101011000011111011000
Octal265207330

Shades and tints

Shades of #B587D8

#B587D8
(181,135,216)
#A57BC5
(165,123,197)
#956FB2
(149,111,178)
#85639F
(133,99,159)
#75578C
(117,87,140)
#654B79
(101,75,121)
#553F66
(85,63,102)
#453353
(69,51,83)
#352740
(53,39,64)
#251B2D
(37,27,45)
#150F1A
(21,15,26)
#000000
(0,0,0)

Tints of #B587D8

#B587D8
(181,135,216)
#BB91DB
(187,145,219)
#C19BDE
(193,155,222)
#C7A5E1
(199,165,225)
#CDAFE4
(205,175,228)
#D3B9E7
(211,185,231)
#D9C3EA
(217,195,234)
#DFCDED
(223,205,237)
#E5D7F0
(229,215,240)
#EBE1F3
(235,225,243)
#F1EBF6
(241,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B587D8; }

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

This text font color is #B587D8.


Background Color

.myBgColor { background-color: #B587D8; }

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

This div background color is #B587D8.


Border color

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

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

This div border color is #B587D8.


Opacity

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

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

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

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

This text has shadow with #B587D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B587D8 on black background.


Color preview on white background

This text has color #B587D8 on white background.



Black color preview on #B587D8 background

This text has black color on #B587D8 background.


White color preview on #B587D8 background

This text has white color on #B587D8 background.