COLOR #B589D6

HEX: #B589D6 RGB: (181,137,214)

Color info

#B589D6 contains mainly red and blue colors. Web safe color of #B589D6 is #CC99CC (or #C9C).

RGB color model

#B589D6 color RGB value is (181,137,214).

RGB: (181,137,214) (71%, 54%, 84%)

RGB channels and saturation

R 181 of 255 = 71%
G 137 of 255 = 54%
B 214 of 255 = 84%

181
137
214

R + G + B ~ 70%. #B589D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 137 + 214 = 532 (100%)
R 181 of 532 ~ 34.02%
G 137 of 532 ~ 25.75%
B 214 of 532 ~ 40.23'%

%34.02
%25.75
%40.23

CMYK color model

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

  • cyan value is 15.42%
  • magenta value is 35.98%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (15,36,0,16)
C15M36Y0K16 (15%, 36%, 0%, 16%)
(0.15 / 0.36 / 0.00 / 0.16)

CMYK percentages

%15.42
%35.98
%0
%16.08

Codes

Color #B589D6 in popluar color models

B5 89 D6
RGB 181 137 214
HSL 274° 48.43% 68.82%
HSB/HSV 274° 35.98% 83.92%
CMYK 15.42% 35.98% 0.00%
16.08%

Color #B589D6 in popluar number systems.

HEX B5 89 D6
Decimal 181 137 214
Binary 10110101 10001001 11010110
Octal 265 211 326

Shades and tints

Shades of #B589D6

#B589D6
(181,137,214)
#A57DC3
(165,125,195)
#9571B0
(149,113,176)
#85659D
(133,101,157)
#75598A
(117,89,138)
#654D77
(101,77,119)
#554164
(85,65,100)
#453551
(69,53,81)
#35293E
(53,41,62)
#251D2B
(37,29,43)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #B589D6

#B589D6
(181,137,214)
#BB93D9
(187,147,217)
#C19DDC
(193,157,220)
#C7A7DF
(199,167,223)
#CDB1E2
(205,177,226)
#D3BBE5
(211,187,229)
#D9C5E8
(217,197,232)
#DFCFEB
(223,207,235)
#E5D9EE
(229,217,238)
#EBE3F1
(235,227,241)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B589D6; }

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

This text font color is #B589D6.

Background Color

.myBgColor { background-color: #B589D6; }

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

This div background color is #B589D6.

Border color

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

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

This div border color is #B589D6.

Opacity

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

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

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

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

This text has shadow with #B589D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B589D6.

Preview

Color preview on black background

This text has color #B589D6 on black background.


Color preview on white background

This text has color #B589D6 on white background.


Black color preview on #B589D6 background

This text has black color on #B589D6 background.


White color preview on #B589D6 background

This text has white color on #B589D6 background.


Related colors

Complementary color

Complementary color for #hex is #4A7629.


I love getcolorcode.com

Triadic colors

1 #D6B589 and #89D6B5 with #B589D6 are triadic colors.

2 #D689B5 and #89B5D6 with #B589D6 are triadic colors.