COLOR #B389D5

HEX: #B389D5
RGB: (179,137,213)

Color info

#B389D5 contains mainly red and blue colors. Web safe color of #B389D5 is #9999CC (or #99C).

RGB color model

#B389D5 color RGB value is (179,137,213).

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

RGB channels and saturation

R 179 of 255 = 70%
G 137 of 255 = 54%
B 213 of 255 = 84%

179
137
213

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

Portions of RGB colors in percentages

R + G + B =
179 + 137 + 213 = 529 (100%)
R 179 of 529 ~ 33.84%
G 137 of 529 ~ 25.9%
B 213 of 529 ~ 40.26%

%33.84
%25.9
%40.26

CMYK color model

#B389D5 color CMYK value is (16,36,0,16).

  • cyan value is 15.96%
  • magenta value is 35.68%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(16,36,0,16)
C16M36Y0K16 
(16%,36%,0%,16%)
(0.16/0.36/0.00/0.16)	

CMYK percentages

%15.96
%35.68
%0
%16.47

Codes

Color #B389D5 in popluar color models

B389D5
RGB179137213
HSL273°47.50%68.63%
HSB/HSV273°35.68%83.53%
CMYK15.96%35.68%0.00%
16.47%

Color #B389D5 in popluar number systems.

HEXB389D5
Decimal179137213
Binary101100111000100111010101
Octal263211325

Shades and tints

Shades of #B389D5

#B389D5
(179,137,213)
#A37DC2
(163,125,194)
#9371AF
(147,113,175)
#83659C
(131,101,156)
#735989
(115,89,137)
#634D76
(99,77,118)
#534163
(83,65,99)
#433550
(67,53,80)
#33293D
(51,41,61)
#231D2A
(35,29,42)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #B389D5

#B389D5
(179,137,213)
#B993D8
(185,147,216)
#BF9DDB
(191,157,219)
#C5A7DE
(197,167,222)
#CBB1E1
(203,177,225)
#D1BBE4
(209,187,228)
#D7C5E7
(215,197,231)
#DDCFEA
(221,207,234)
#E3D9ED
(227,217,237)
#E9E3F0
(233,227,240)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B389D5; }

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

This text font color is #B389D5.


Background Color

.myBgColor { background-color: #B389D5; }

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

This div background color is #B389D5.


Border color

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

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

This div border color is #B389D5.


Opacity

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

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

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

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

This text has shadow with #B389D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B389D5 on black background.


Color preview on white background

This text has color #B389D5 on white background.



Black color preview on #B389D5 background

This text has black color on #B389D5 background.


White color preview on #B389D5 background

This text has white color on #B389D5 background.