COLOR #B587CC

HEX: #B587CC RGB: (181,135,204)

Color info

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

RGB color model

#B587CC color RGB value is (181,135,204).

RGB: (181,135,204) (71%, 53%, 80%)

RGB channels and saturation

R 181 of 255 = 71%
G 135 of 255 = 53%
B 204 of 255 = 80%

181
135
204

R + G + B ~ 68%. #B587CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 135 + 204 = 520 (100%)
R 181 of 520 ~ 34.81%
G 135 of 520 ~ 25.96%
B 204 of 520 ~ 39.23'%

%34.81
%25.96
%39.23

CMYK color model

#B587CC color CMYK value is (11,34,0,20).

  • cyan value is 11.27%
  • magenta value is 33.82%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (11,34,0,20) C11M34Y0K20 (11%,34%,0%,20%) (0.11/0.34/0.00/0.20) 

CMYK percentages

%11.27
%33.82
%0
%20

Codes

Color #B587CC in popluar color models

B5 87 CC
RGB 181 135 204
HSL 280° 40.35% 66.47%
HSB/HSV 280° 33.82% 80.00%
CMYK 11.27% 33.82% 0.00%
20.00%

Color #B587CC in popluar number systems.

HEX B5 87 CC
Decimal 181 135 204
Binary 10110101 10000111 11001100
Octal 265 207 314

Shades and tints

Shades of #B587CC

#B587CC
(181,135,204)
#A57BBA
(165,123,186)
#956FA8
(149,111,168)
#856396
(133,99,150)
#755784
(117,87,132)
#654B72
(101,75,114)
#553F60
(85,63,96)
#45334E
(69,51,78)
#35273C
(53,39,60)
#251B2A
(37,27,42)
#150F18
(21,15,24)
#000000
(0,0,0)

Tints of #B587CC

#B587CC
(181,135,204)
#BB91D0
(187,145,208)
#C19BD4
(193,155,212)
#C7A5D8
(199,165,216)
#CDAFDC
(205,175,220)
#D3B9E0
(211,185,224)
#D9C3E4
(217,195,228)
#DFCDE8
(223,205,232)
#E5D7EC
(229,215,236)
#EBE1F0
(235,225,240)
#F1EBF4
(241,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B587CC; }

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

This text font color is #B587CC.

Background Color

.myBgColor { background-color: #B587CC; }

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

This div background color is #B587CC.

Border color

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

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

This div border color is #B587CC.

Opacity

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

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

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

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

This text has shadow with #B587CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B587CC.

Preview

Color preview on black background

This text has color #B587CC on black background.


Color preview on white background

This text has color #B587CC on white background.


Black color preview on #B587CC background

This text has black color on #B587CC background.


White color preview on #B587CC background

This text has white color on #B587CC background.


Related colors

Complementary color

Complementary color for #hex is #4A7833.


I love getcolorcode.com

Triadic colors

1 #CCB587 and #87CCB5 with #B587CC are triadic colors.

2 #CC87B5 and #87B5CC with #B587CC are triadic colors.