COLOR #B487B1

HEX: #B487B1
RGB: (180,135,177)

Color info

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

RGB color model

#B487B1 color RGB value is (180,135,177).

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

RGB channels and saturation

R 180 of 255 = 71%
G 135 of 255 = 53%
B 177 of 255 = 69%

180
135
177

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

Portions of RGB colors in percentages

R + G + B =
180 + 135 + 177 = 492 (100%)
R 180 of 492 ~ 36.59%
G 135 of 492 ~ 27.44%
B 177 of 492 ~ 35.98%

%36.59
%27.44
%35.98

CMYK color model

#B487B1 color CMYK value is (0,25,2,29).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 1.67%
  • key color value is 29.41%
CMYK:
(0,25,2,29)
C0M25Y2K29 
(0%,25%,2%,29%)
(0.00/0.25/0.02/0.29)	

CMYK percentages

%0
%25
%1.67
%29.41

Codes

Color #B487B1 in popluar color models

B487B1
RGB180135177
HSL304°23.08%61.76%
HSB/HSV304°25.00%70.59%
CMYK0.00%25.00%1.67%
29.41%

Color #B487B1 in popluar number systems.

HEXB487B1
Decimal180135177
Binary101101001000011110110001
Octal264207261

Shades and tints

Shades of #B487B1

#B487B1
(180,135,177)
#A47BA1
(164,123,161)
#946F91
(148,111,145)
#846381
(132,99,129)
#745771
(116,87,113)
#644B61
(100,75,97)
#543F51
(84,63,81)
#443341
(68,51,65)
#342731
(52,39,49)
#241B21
(36,27,33)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #B487B1

#B487B1
(180,135,177)
#BA91B8
(186,145,184)
#C09BBF
(192,155,191)
#C6A5C6
(198,165,198)
#CCAFCD
(204,175,205)
#D2B9D4
(210,185,212)
#D8C3DB
(216,195,219)
#DECDE2
(222,205,226)
#E4D7E9
(228,215,233)
#EAE1F0
(234,225,240)
#F0EBF7
(240,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B487B1; }

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

This text font color is #B487B1.


Background Color

.myBgColor { background-color: #B487B1; }

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

This div background color is #B487B1.


Border color

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

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

This div border color is #B487B1.


Opacity

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

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

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

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

This text has shadow with #B487B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B487B1 on black background.


Color preview on white background

This text has color #B487B1 on white background.



Black color preview on #B487B1 background

This text has black color on #B487B1 background.


White color preview on #B487B1 background

This text has white color on #B487B1 background.