COLOR #B487BC

HEX: #B487BC RGB: (180,135,188)

Color info

#B487BC contains red, green and blue colors in about the same proportion. Web safe color of #B487BC is #CC99CC (or #C9C).

RGB color model

#B487BC color RGB value is (180,135,188).

RGB: (180,135,188) (71%, 53%, 74%)

RGB channels and saturation

R 180 of 255 = 71%
G 135 of 255 = 53%
B 188 of 255 = 74%

180
135
188

R + G + B ~ 66%. #B487BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 135 + 188 = 503 (100%)
R 180 of 503 ~ 35.79%
G 135 of 503 ~ 26.84%
B 188 of 503 ~ 37.38'%

%35.79
%26.84
%37.38

CMYK color model

#B487BC color CMYK value is (4,28,0,26).

  • cyan value is 4.26%
  • magenta value is 28.19%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (4,28,0,26)
C4M28Y0K26 (4%, 28%, 0%, 26%)
(0.04 / 0.28 / 0.00 / 0.26)

CMYK percentages

%4.26
%28.19
%0
%26.27

Codes

Color #B487BC in popluar color models

B4 87 BC
RGB 180 135 188
HSL 291° 28.34% 63.33%
HSB/HSV 291° 28.19% 73.73%
CMYK 4.26% 28.19% 0.00%
26.27%

Color #B487BC in popluar number systems.

HEX B4 87 BC
Decimal 180 135 188
Binary 10110100 10000111 10111100
Octal 264 207 274

Shades and tints

Shades of #B487BC

#B487BC
(180,135,188)
#A47BAB
(164,123,171)
#946F9A
(148,111,154)
#846389
(132,99,137)
#745778
(116,87,120)
#644B67
(100,75,103)
#543F56
(84,63,86)
#443345
(68,51,69)
#342734
(52,39,52)
#241B23
(36,27,35)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #B487BC

#B487BC
(180,135,188)
#BA91C2
(186,145,194)
#C09BC8
(192,155,200)
#C6A5CE
(198,165,206)
#CCAFD4
(204,175,212)
#D2B9DA
(210,185,218)
#D8C3E0
(216,195,224)
#DECDE6
(222,205,230)
#E4D7EC
(228,215,236)
#EAE1F2
(234,225,242)
#F0EBF8
(240,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B487BC color. Also use rgb(180,135,188) instead hex code.

Text Font Color

.myTextColor { color: #B487BC; }

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

This text font color is #B487BC.

Background Color

.myBgColor { background-color: #B487BC; }

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

This div background color is #B487BC.

Border color

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

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

This div border color is #B487BC.

Opacity

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

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

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

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

This text has shadow with #B487BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B487BC.

Preview

Color preview on black background

This text has color #B487BC on black background.


Color preview on white background

This text has color #B487BC on white background.


Black color preview on #B487BC background

This text has black color on #B487BC background.


White color preview on #B487BC background

This text has white color on #B487BC background.


Related colors

Complementary color

Complementary color for #hex is #4B7843.


I love getcolorcode.com

Triadic colors

1 #BCB487 and #87BCB4 with #B487BC are triadic colors.

2 #BC87B4 and #87B4BC with #B487BC are triadic colors.