COLOR #B387BE

HEX: #B387BE RGB: (179,135,190)

Color info

#B387BE contains red, green and blue colors in about the same proportion. Web safe color of #B387BE is #9999CC (or #99C).

RGB color model

#B387BE color RGB value is (179,135,190).

RGB: (179,135,190) (70%, 53%, 75%)

RGB channels and saturation

R 179 of 255 = 70%
G 135 of 255 = 53%
B 190 of 255 = 75%

179
135
190

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

Portions of RGB colors in percentages

R + G + B = 179 + 135 + 190 = 504 (100%)
R 179 of 504 ~ 35.52%
G 135 of 504 ~ 26.79%
B 190 of 504 ~ 37.7'%

%35.52
%26.79
%37.7

CMYK color model

#B387BE color CMYK value is (6,29,0,25).

  • cyan value is 5.79%
  • magenta value is 28.95%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (6,29,0,25)
C6M29Y0K25 (6%, 29%, 0%, 25%)
(0.06 / 0.29 / 0.00 / 0.25)

CMYK percentages

%5.79
%28.95
%0
%25.49

Codes

Color #B387BE in popluar color models

B3 87 BE
RGB 179 135 190
HSL 288° 29.73% 63.73%
HSB/HSV 288° 28.95% 74.51%
CMYK 5.79% 28.95% 0.00%
25.49%

Color #B387BE in popluar number systems.

HEX B3 87 BE
Decimal 179 135 190
Binary 10110011 10000111 10111110
Octal 263 207 276

Shades and tints

Shades of #B387BE

#B387BE
(179,135,190)
#A37BAD
(163,123,173)
#936F9C
(147,111,156)
#83638B
(131,99,139)
#73577A
(115,87,122)
#634B69
(99,75,105)
#533F58
(83,63,88)
#433347
(67,51,71)
#332736
(51,39,54)
#231B25
(35,27,37)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #B387BE

#B387BE
(179,135,190)
#B991C3
(185,145,195)
#BF9BC8
(191,155,200)
#C5A5CD
(197,165,205)
#CBAFD2
(203,175,210)
#D1B9D7
(209,185,215)
#D7C3DC
(215,195,220)
#DDCDE1
(221,205,225)
#E3D7E6
(227,215,230)
#E9E1EB
(233,225,235)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B387BE; }

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

This text font color is #B387BE.

Background Color

.myBgColor { background-color: #B387BE; }

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

This div background color is #B387BE.

Border color

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

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

This div border color is #B387BE.

Opacity

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

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

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

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

This text has shadow with #B387BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B387BE.

Preview

Color preview on black background

This text has color #B387BE on black background.


Color preview on white background

This text has color #B387BE on white background.


Black color preview on #B387BE background

This text has black color on #B387BE background.


White color preview on #B387BE background

This text has white color on #B387BE background.


Related colors

Complementary color

Complementary color for #hex is #4C7841.


I love getcolorcode.com

Triadic colors

1 #BEB387 and #87BEB3 with #B387BE are triadic colors.

2 #BE87B3 and #87B3BE with #B387BE are triadic colors.