COLOR #B387B1

HEX: #B387B1
RGB: (179,135,177)

Color info

#B387B1 contains red, green and blue colors in about the same proportion. Web safe color of #B387B1 is #999999 (or #999).

RGB color model

#B387B1 color RGB value is (179,135,177).

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

RGB channels and saturation

R 179 of 255 = 70%
G 135 of 255 = 53%
B 177 of 255 = 69%

179
135
177

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

Portions of RGB colors in percentages

R + G + B =
179 + 135 + 177 = 491 (100%)
R 179 of 491 ~ 36.46%
G 135 of 491 ~ 27.49%
B 177 of 491 ~ 36.05%

%36.46
%27.49
%36.05

CMYK color model

#B387B1 color CMYK value is (0,25,1,30).

  • cyan value is 0.00%
  • magenta value is 24.58%
  • yellow value is 1.12%
  • key color value is 29.80%
CMYK:
(0,25,1,30)
C0M25Y1K30 
(0%,25%,1%,30%)
(0.00/0.25/0.01/0.30)	

CMYK percentages

%0
%24.58
%1.12
%29.8

Codes

Color #B387B1 in popluar color models

B387B1
RGB179135177
HSL303°22.45%61.57%
HSB/HSV303°24.58%70.20%
CMYK0.00%24.58%1.12%
29.80%

Color #B387B1 in popluar number systems.

HEXB387B1
Decimal179135177
Binary101100111000011110110001
Octal263207261

Shades and tints

Shades of #B387B1

#B387B1
(179,135,177)
#A37BA1
(163,123,161)
#936F91
(147,111,145)
#836381
(131,99,129)
#735771
(115,87,113)
#634B61
(99,75,97)
#533F51
(83,63,81)
#433341
(67,51,65)
#332731
(51,39,49)
#231B21
(35,27,33)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #B387B1

#B387B1
(179,135,177)
#B991B8
(185,145,184)
#BF9BBF
(191,155,191)
#C5A5C6
(197,165,198)
#CBAFCD
(203,175,205)
#D1B9D4
(209,185,212)
#D7C3DB
(215,195,219)
#DDCDE2
(221,205,226)
#E3D7E9
(227,215,233)
#E9E1F0
(233,225,240)
#EFEBF7
(239,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B387B1; }

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

This text font color is #B387B1.


Background Color

.myBgColor { background-color: #B387B1; }

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

This div background color is #B387B1.


Border color

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

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

This div border color is #B387B1.


Opacity

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

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

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

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

This text has shadow with #B387B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B387B1 on black background.


Color preview on white background

This text has color #B387B1 on white background.



Black color preview on #B387B1 background

This text has black color on #B387B1 background.


White color preview on #B387B1 background

This text has white color on #B387B1 background.