COLOR #B589BD

HEX: #B589BD
RGB: (181,137,189)

Color info

#B589BD contains red, green and blue colors in about the same proportion. Web safe color of #B589BD is #CC99CC (or #C9C).

RGB color model

#B589BD color RGB value is (181,137,189).

  • red value is 181;
  • green value is 137;
  • blue value is 189.
RGB:
(181,137,189)
(71%,54%,74%)

RGB channels and saturation

R 181 of 255 = 71%
G 137 of 255 = 54%
B 189 of 255 = 74%

181
137
189

R + G + B ~ 66%. #B589BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 137 + 189 = 507 (100%)
R 181 of 507 ~ 35.7%
G 137 of 507 ~ 27.02%
B 189 of 507 ~ 37.28%

%35.7
%27.02
%37.28

CMYK color model

#B589BD color CMYK value is (4,28,0,26).

  • cyan value is 4.23%
  • magenta value is 27.51%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(4,28,0,26)
C4M28Y0K26 
(4%,28%,0%,26%)
(0.04/0.28/0.00/0.26)	

CMYK percentages

%4.23
%27.51
%0
%25.88

Codes

Color #B589BD in popluar color models

B589BD
RGB181137189
HSL291°28.26%63.92%
HSB/HSV291°27.51%74.12%
CMYK4.23%27.51%0.00%
25.88%

Color #B589BD in popluar number systems.

HEXB589BD
Decimal181137189
Binary101101011000100110111101
Octal265211275

Shades and tints

Shades of #B589BD

#B589BD
(181,137,189)
#A57DAC
(165,125,172)
#95719B
(149,113,155)
#85658A
(133,101,138)
#755979
(117,89,121)
#654D68
(101,77,104)
#554157
(85,65,87)
#453546
(69,53,70)
#352935
(53,41,53)
#251D24
(37,29,36)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #B589BD

#B589BD
(181,137,189)
#BB93C3
(187,147,195)
#C19DC9
(193,157,201)
#C7A7CF
(199,167,207)
#CDB1D5
(205,177,213)
#D3BBDB
(211,187,219)
#D9C5E1
(217,197,225)
#DFCFE7
(223,207,231)
#E5D9ED
(229,217,237)
#EBE3F3
(235,227,243)
#F1EDF9
(241,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B589BD color. Also use rgb(181,137,189) instead hex code.

Text Font Color

.myTextColor { color: #B589BD; }

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

This text font color is #B589BD.


Background Color

.myBgColor { background-color: #B589BD; }

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

This div background color is #B589BD.


Border color

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

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

This div border color is #B589BD.


Opacity

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

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

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

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

This text has shadow with #B589BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B589BD on black background.


Color preview on white background

This text has color #B589BD on white background.



Black color preview on #B589BD background

This text has black color on #B589BD background.


White color preview on #B589BD background

This text has white color on #B589BD background.