COLOR #B189D6

HEX: #B189D6
RGB: (177,137,214)

Color info

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

RGB color model

#B189D6 color RGB value is (177,137,214).

  • red value is 177;
  • green value is 137;
  • blue value is 214.
RGB:
(177,137,214)
(69%,54%,84%)

RGB channels and saturation

R 177 of 255 = 69%
G 137 of 255 = 54%
B 214 of 255 = 84%

177
137
214

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

Portions of RGB colors in percentages

R + G + B =
177 + 137 + 214 = 528 (100%)
R 177 of 528 ~ 33.52%
G 137 of 528 ~ 25.95%
B 214 of 528 ~ 40.53%

%33.52
%25.95
%40.53

CMYK color model

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

  • cyan value is 17.29%
  • magenta value is 35.98%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(17,36,0,16)
C17M36Y0K16 
(17%,36%,0%,16%)
(0.17/0.36/0.00/0.16)	

CMYK percentages

%17.29
%35.98
%0
%16.08

Codes

Color #B189D6 in popluar color models

B189D6
RGB177137214
HSL271°48.43%68.82%
HSB/HSV271°35.98%83.92%
CMYK17.29%35.98%0.00%
16.08%

Color #B189D6 in popluar number systems.

HEXB189D6
Decimal177137214
Binary101100011000100111010110
Octal261211326

Shades and tints

Shades of #B189D6

#B189D6
(177,137,214)
#A17DC3
(161,125,195)
#9171B0
(145,113,176)
#81659D
(129,101,157)
#71598A
(113,89,138)
#614D77
(97,77,119)
#514164
(81,65,100)
#413551
(65,53,81)
#31293E
(49,41,62)
#211D2B
(33,29,43)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #B189D6

#B189D6
(177,137,214)
#B893D9
(184,147,217)
#BF9DDC
(191,157,220)
#C6A7DF
(198,167,223)
#CDB1E2
(205,177,226)
#D4BBE5
(212,187,229)
#DBC5E8
(219,197,232)
#E2CFEB
(226,207,235)
#E9D9EE
(233,217,238)
#F0E3F1
(240,227,241)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B189D6 color. Also use rgb(177,137,214) instead hex code.

Text Font Color

.myTextColor { color: #B189D6; }

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

This text font color is #B189D6.


Background Color

.myBgColor { background-color: #B189D6; }

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

This div background color is #B189D6.


Border color

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

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

This div border color is #B189D6.


Opacity

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

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

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

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

This text has shadow with #B189D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B189D6 on black background.


Color preview on white background

This text has color #B189D6 on white background.



Black color preview on #B189D6 background

This text has black color on #B189D6 background.


White color preview on #B189D6 background

This text has white color on #B189D6 background.