COLOR #B389CC

HEX: #B389CC RGB: (179,137,204)

Color info

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

RGB color model

#B389CC color RGB value is (179,137,204).

RGB: (179,137,204) (70%, 54%, 80%)

RGB channels and saturation

R 179 of 255 = 70%
G 137 of 255 = 54%
B 204 of 255 = 80%

179
137
204

R + G + B ~ 68%. #B389CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 137 + 204 = 520 (100%)
R 179 of 520 ~ 34.42%
G 137 of 520 ~ 26.35%
B 204 of 520 ~ 39.23'%

%34.42
%26.35
%39.23

CMYK color model

#B389CC color CMYK value is (12,33,0,20).

  • cyan value is 12.25%
  • magenta value is 32.84%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (12,33,0,20)
C12M33Y0K20 (12%, 33%, 0%, 20%)
(0.12 / 0.33 / 0.00 / 0.20)

CMYK percentages

%12.25
%32.84
%0
%20

Codes

Color #B389CC in popluar color models

B3 89 CC
RGB 179 137 204
HSL 278° 39.64% 66.86%
HSB/HSV 278° 32.84% 80.00%
CMYK 12.25% 32.84% 0.00%
20.00%

Color #B389CC in popluar number systems.

HEX B3 89 CC
Decimal 179 137 204
Binary 10110011 10001001 11001100
Octal 263 211 314

Shades and tints

Shades of #B389CC

#B389CC
(179,137,204)
#A37DBA
(163,125,186)
#9371A8
(147,113,168)
#836596
(131,101,150)
#735984
(115,89,132)
#634D72
(99,77,114)
#534160
(83,65,96)
#43354E
(67,53,78)
#33293C
(51,41,60)
#231D2A
(35,29,42)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #B389CC

#B389CC
(179,137,204)
#B993D0
(185,147,208)
#BF9DD4
(191,157,212)
#C5A7D8
(197,167,216)
#CBB1DC
(203,177,220)
#D1BBE0
(209,187,224)
#D7C5E4
(215,197,228)
#DDCFE8
(221,207,232)
#E3D9EC
(227,217,236)
#E9E3F0
(233,227,240)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B389CC; }

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

This text font color is #B389CC.

Background Color

.myBgColor { background-color: #B389CC; }

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

This div background color is #B389CC.

Border color

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

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

This div border color is #B389CC.

Opacity

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

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

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

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

This text has shadow with #B389CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B389CC.

Preview

Color preview on black background

This text has color #B389CC on black background.


Color preview on white background

This text has color #B389CC on white background.


Black color preview on #B389CC background

This text has black color on #B389CC background.


White color preview on #B389CC background

This text has white color on #B389CC background.


Related colors

Complementary color

Complementary color for #hex is #4C7633.


I love getcolorcode.com

Triadic colors

1 #CCB389 and #89CCB3 with #B389CC are triadic colors.

2 #CC89B3 and #89B3CC with #B389CC are triadic colors.