COLOR #B389C7

HEX: #B389C7
RGB: (179,137,199)

Color info

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

RGB color model

#B389C7 color RGB value is (179,137,199).

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

RGB channels and saturation

R 179 of 255 = 70%
G 137 of 255 = 54%
B 199 of 255 = 78%

179
137
199

R + G + B ~ 67%. #B389C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 137 + 199 = 515 (100%)
R 179 of 515 ~ 34.76%
G 137 of 515 ~ 26.6%
B 199 of 515 ~ 38.64%

%34.76
%26.6
%38.64

CMYK color model

#B389C7 color CMYK value is (10,31,0,22).

  • cyan value is 10.05%
  • magenta value is 31.16%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(10,31,0,22)
C10M31Y0K22 
(10%,31%,0%,22%)
(0.10/0.31/0.00/0.22)	

CMYK percentages

%10.05
%31.16
%0
%21.96

Codes

Color #B389C7 in popluar color models

B389C7
RGB179137199
HSL281°35.63%65.88%
HSB/HSV281°31.16%78.04%
CMYK10.05%31.16%0.00%
21.96%

Color #B389C7 in popluar number systems.

HEXB389C7
Decimal179137199
Binary101100111000100111000111
Octal263211307

Shades and tints

Shades of #B389C7

#B389C7
(179,137,199)
#A37DB5
(163,125,181)
#9371A3
(147,113,163)
#836591
(131,101,145)
#73597F
(115,89,127)
#634D6D
(99,77,109)
#53415B
(83,65,91)
#433549
(67,53,73)
#332937
(51,41,55)
#231D25
(35,29,37)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #B389C7

#B389C7
(179,137,199)
#B993CC
(185,147,204)
#BF9DD1
(191,157,209)
#C5A7D6
(197,167,214)
#CBB1DB
(203,177,219)
#D1BBE0
(209,187,224)
#D7C5E5
(215,197,229)
#DDCFEA
(221,207,234)
#E3D9EF
(227,217,239)
#E9E3F4
(233,227,244)
#EFEDF9
(239,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B389C7; }

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

This text font color is #B389C7.


Background Color

.myBgColor { background-color: #B389C7; }

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

This div background color is #B389C7.


Border color

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

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

This div border color is #B389C7.


Opacity

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

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

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

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

This text has shadow with #B389C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B389C7 on black background.


Color preview on white background

This text has color #B389C7 on white background.



Black color preview on #B389C7 background

This text has black color on #B389C7 background.


White color preview on #B389C7 background

This text has white color on #B389C7 background.