COLOR #B389B7

HEX: #B389B7
RGB: (179,137,183)

Color info

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

RGB color model

#B389B7 color RGB value is (179,137,183).

  • red value is 179;
  • green value is 137;
  • blue value is 183.
RGB:
(179,137,183)
(70%,54%,72%)

RGB channels and saturation

R 179 of 255 = 70%
G 137 of 255 = 54%
B 183 of 255 = 72%

179
137
183

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

Portions of RGB colors in percentages

R + G + B =
179 + 137 + 183 = 499 (100%)
R 179 of 499 ~ 35.87%
G 137 of 499 ~ 27.45%
B 183 of 499 ~ 36.67%

%35.87
%27.45
%36.67

CMYK color model

#B389B7 color CMYK value is (2,25,0,28).

  • cyan value is 2.19%
  • magenta value is 25.14%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(2,25,0,28)
C2M25Y0K28 
(2%,25%,0%,28%)
(0.02/0.25/0.00/0.28)	

CMYK percentages

%2.19
%25.14
%0
%28.24

Codes

Color #B389B7 in popluar color models

B389B7
RGB179137183
HSL295°24.21%62.75%
HSB/HSV295°25.14%71.76%
CMYK2.19%25.14%0.00%
28.24%

Color #B389B7 in popluar number systems.

HEXB389B7
Decimal179137183
Binary101100111000100110110111
Octal263211267

Shades and tints

Shades of #B389B7

#B389B7
(179,137,183)
#A37DA7
(163,125,167)
#937197
(147,113,151)
#836587
(131,101,135)
#735977
(115,89,119)
#634D67
(99,77,103)
#534157
(83,65,87)
#433547
(67,53,71)
#332937
(51,41,55)
#231D27
(35,29,39)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #B389B7

#B389B7
(179,137,183)
#B993BD
(185,147,189)
#BF9DC3
(191,157,195)
#C5A7C9
(197,167,201)
#CBB1CF
(203,177,207)
#D1BBD5
(209,187,213)
#D7C5DB
(215,197,219)
#DDCFE1
(221,207,225)
#E3D9E7
(227,217,231)
#E9E3ED
(233,227,237)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B389B7 color. Also use rgb(179,137,183) instead hex code.

Text Font Color

.myTextColor { color: #B389B7; }

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

This text font color is #B389B7.


Background Color

.myBgColor { background-color: #B389B7; }

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

This div background color is #B389B7.


Border color

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

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

This div border color is #B389B7.


Opacity

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

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

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

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

This text has shadow with #B389B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B389B7 on black background.


Color preview on white background

This text has color #B389B7 on white background.



Black color preview on #B389B7 background

This text has black color on #B389B7 background.


White color preview on #B389B7 background

This text has white color on #B389B7 background.