COLOR #B387BA

HEX: #B387BA
RGB: (179,135,186)

Color info

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

RGB color model

#B387BA color RGB value is (179,135,186).

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

RGB channels and saturation

R 179 of 255 = 70%
G 135 of 255 = 53%
B 186 of 255 = 73%

179
135
186

R + G + B ~ 65%. #B387BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 135 + 186 = 500 (100%)
R 179 of 500 ~ 35.8%
G 135 of 500 ~ 27%
B 186 of 500 ~ 37.2%

%35.8
%27
%37.2

CMYK color model

#B387BA color CMYK value is (4,27,0,27).

  • cyan value is 3.76%
  • magenta value is 27.42%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(4,27,0,27)
C4M27Y0K27 
(4%,27%,0%,27%)
(0.04/0.27/0.00/0.27)	

CMYK percentages

%3.76
%27.42
%0
%27.06

Codes

Color #B387BA in popluar color models

B387BA
RGB179135186
HSL292°26.98%62.94%
HSB/HSV292°27.42%72.94%
CMYK3.76%27.42%0.00%
27.06%

Color #B387BA in popluar number systems.

HEXB387BA
Decimal179135186
Binary101100111000011110111010
Octal263207272

Shades and tints

Shades of #B387BA

#B387BA
(179,135,186)
#A37BAA
(163,123,170)
#936F9A
(147,111,154)
#83638A
(131,99,138)
#73577A
(115,87,122)
#634B6A
(99,75,106)
#533F5A
(83,63,90)
#43334A
(67,51,74)
#33273A
(51,39,58)
#231B2A
(35,27,42)
#130F1A
(19,15,26)
#000000
(0,0,0)

Tints of #B387BA

#B387BA
(179,135,186)
#B991C0
(185,145,192)
#BF9BC6
(191,155,198)
#C5A5CC
(197,165,204)
#CBAFD2
(203,175,210)
#D1B9D8
(209,185,216)
#D7C3DE
(215,195,222)
#DDCDE4
(221,205,228)
#E3D7EA
(227,215,234)
#E9E1F0
(233,225,240)
#EFEBF6
(239,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B387BA; }

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

This text font color is #B387BA.


Background Color

.myBgColor { background-color: #B387BA; }

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

This div background color is #B387BA.


Border color

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

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

This div border color is #B387BA.


Opacity

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

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

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

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

This text has shadow with #B387BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B387BA on black background.


Color preview on white background

This text has color #B387BA on white background.



Black color preview on #B387BA background

This text has black color on #B387BA background.


White color preview on #B387BA background

This text has white color on #B387BA background.