COLOR #B487D6

HEX: #B487D6 RGB: (180,135,214)

Color info

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

RGB color model

#B487D6 color RGB value is (180,135,214).

RGB: (180,135,214) (71%, 53%, 84%)

RGB channels and saturation

R 180 of 255 = 71%
G 135 of 255 = 53%
B 214 of 255 = 84%

180
135
214

R + G + B ~ 69%. #B487D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 135 + 214 = 529 (100%)
R 180 of 529 ~ 34.03%
G 135 of 529 ~ 25.52%
B 214 of 529 ~ 40.45'%

%34.03
%25.52
%40.45

CMYK color model

#B487D6 color CMYK value is (16,37,0,16).

  • cyan value is 15.89%
  • magenta value is 36.92%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (16,37,0,16)
C16M37Y0K16 (16%, 37%, 0%, 16%)
(0.16 / 0.37 / 0.00 / 0.16)

CMYK percentages

%15.89
%36.92
%0
%16.08

Codes

Color #B487D6 in popluar color models

B4 87 D6
RGB 180 135 214
HSL 274° 49.07% 68.43%
HSB/HSV 274° 36.92% 83.92%
CMYK 15.89% 36.92% 0.00%
16.08%

Color #B487D6 in popluar number systems.

HEX B4 87 D6
Decimal 180 135 214
Binary 10110100 10000111 11010110
Octal 264 207 326

Shades and tints

Shades of #B487D6

#B487D6
(180,135,214)
#A47BC3
(164,123,195)
#946FB0
(148,111,176)
#84639D
(132,99,157)
#74578A
(116,87,138)
#644B77
(100,75,119)
#543F64
(84,63,100)
#443351
(68,51,81)
#34273E
(52,39,62)
#241B2B
(36,27,43)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #B487D6

#B487D6
(180,135,214)
#BA91D9
(186,145,217)
#C09BDC
(192,155,220)
#C6A5DF
(198,165,223)
#CCAFE2
(204,175,226)
#D2B9E5
(210,185,229)
#D8C3E8
(216,195,232)
#DECDEB
(222,205,235)
#E4D7EE
(228,215,238)
#EAE1F1
(234,225,241)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B487D6; }

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

This text font color is #B487D6.

Background Color

.myBgColor { background-color: #B487D6; }

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

This div background color is #B487D6.

Border color

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

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

This div border color is #B487D6.

Opacity

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

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

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

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

This text has shadow with #B487D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B487D6.

Preview

Color preview on black background

This text has color #B487D6 on black background.


Color preview on white background

This text has color #B487D6 on white background.


Black color preview on #B487D6 background

This text has black color on #B487D6 background.


White color preview on #B487D6 background

This text has white color on #B487D6 background.


Related colors

Complementary color

Complementary color for #hex is #4B7829.


I love getcolorcode.com

Triadic colors

1 #D6B487 and #87D6B4 with #B487D6 are triadic colors.

2 #D687B4 and #87B4D6 with #B487D6 are triadic colors.