COLOR #B487BE

HEX: #B487BE
RGB: (180,135,190)

Color info

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

RGB color model

#B487BE color RGB value is (180,135,190).

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

RGB channels and saturation

R 180 of 255 = 71%
G 135 of 255 = 53%
B 190 of 255 = 75%

180
135
190

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

Portions of RGB colors in percentages

R + G + B =
180 + 135 + 190 = 505 (100%)
R 180 of 505 ~ 35.64%
G 135 of 505 ~ 26.73%
B 190 of 505 ~ 37.62%

%35.64
%26.73
%37.62

CMYK color model

#B487BE color CMYK value is (5,29,0,25).

  • cyan value is 5.26%
  • magenta value is 28.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(5,29,0,25)
C5M29Y0K25 
(5%,29%,0%,25%)
(0.05/0.29/0.00/0.25)	

CMYK percentages

%5.26
%28.95
%0
%25.49

Codes

Color #B487BE in popluar color models

B487BE
RGB180135190
HSL289°29.73%63.73%
HSB/HSV289°28.95%74.51%
CMYK5.26%28.95%0.00%
25.49%

Color #B487BE in popluar number systems.

HEXB487BE
Decimal180135190
Binary101101001000011110111110
Octal264207276

Shades and tints

Shades of #B487BE

#B487BE
(180,135,190)
#A47BAD
(164,123,173)
#946F9C
(148,111,156)
#84638B
(132,99,139)
#74577A
(116,87,122)
#644B69
(100,75,105)
#543F58
(84,63,88)
#443347
(68,51,71)
#342736
(52,39,54)
#241B25
(36,27,37)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #B487BE

#B487BE
(180,135,190)
#BA91C3
(186,145,195)
#C09BC8
(192,155,200)
#C6A5CD
(198,165,205)
#CCAFD2
(204,175,210)
#D2B9D7
(210,185,215)
#D8C3DC
(216,195,220)
#DECDE1
(222,205,225)
#E4D7E6
(228,215,230)
#EAE1EB
(234,225,235)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B487BE; }

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

This text font color is #B487BE.


Background Color

.myBgColor { background-color: #B487BE; }

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

This div background color is #B487BE.


Border color

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

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

This div border color is #B487BE.


Opacity

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

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

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

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

This text has shadow with #B487BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B487BE on black background.


Color preview on white background

This text has color #B487BE on white background.



Black color preview on #B487BE background

This text has black color on #B487BE background.


White color preview on #B487BE background

This text has white color on #B487BE background.