COLOR #BD589D

HEX: #BD589D
RGB: (189,88,157)

Color info

#BD589D contains mainly red and blue colors. Web safe color of #BD589D is #CC6699 (or #C69).

RGB color model

#BD589D color RGB value is (189,88,157).

  • red value is 189;
  • green value is 88;
  • blue value is 157.
RGB:
(189,88,157)
(74%,35%,62%)

RGB channels and saturation

R 189 of 255 = 74%
G 88 of 255 = 35%
B 157 of 255 = 62%

189
88
157

R + G + B ~ 57%. #BD589D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
189 + 88 + 157 = 434 (100%)
R 189 of 434 ~ 43.55%
G 88 of 434 ~ 20.28%
B 157 of 434 ~ 36.18%

%43.55
%20.28
%36.18

CMYK color model

#BD589D color CMYK value is (0,53,17,26).

  • cyan value is 0.00%
  • magenta value is 53.44%
  • yellow value is 16.93%
  • key color value is 25.88%
CMYK:
(0,53,17,26)
C0M53Y17K26 
(0%,53%,17%,26%)
(0.00/0.53/0.17/0.26)	

CMYK percentages

%0
%53.44
%16.93
%25.88

Codes

Color #BD589D in popluar color models

BD589D
RGB18988157
HSL319°43.35%54.31%
HSB/HSV319°53.44%74.12%
CMYK0.00%53.44%16.93%
25.88%

Color #BD589D in popluar number systems.

HEXBD589D
Decimal18988157
Binary10111101101100010011101
Octal275130235

Shades and tints

Shades of #BD589D

#BD589D
(189,88,157)
#AC508F
(172,80,143)
#9B4881
(155,72,129)
#8A4073
(138,64,115)
#793865
(121,56,101)
#683057
(104,48,87)
#572849
(87,40,73)
#46203B
(70,32,59)
#35182D
(53,24,45)
#24101F
(36,16,31)
#130811
(19,8,17)
#000000
(0,0,0)

Tints of #BD589D

#BD589D
(189,88,157)
#C367A5
(195,103,165)
#C976AD
(201,118,173)
#CF85B5
(207,133,181)
#D594BD
(213,148,189)
#DBA3C5
(219,163,197)
#E1B2CD
(225,178,205)
#E7C1D5
(231,193,213)
#EDD0DD
(237,208,221)
#F3DFE5
(243,223,229)
#F9EEED
(249,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD589D color. Also use rgb(189,88,157) instead hex code.

Text Font Color

.myTextColor { color: #BD589D; }

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

This text font color is #BD589D.


Background Color

.myBgColor { background-color: #BD589D; }

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

This div background color is #BD589D.


Border color

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

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

This div border color is #BD589D.


Opacity

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

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

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

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

This text has shadow with #BD589D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD589D on black background.


Color preview on white background

This text has color #BD589D on white background.



Black color preview on #BD589D background

This text has black color on #BD589D background.


White color preview on #BD589D background

This text has white color on #BD589D background.