COLOR #BD598D

HEX: #BD598D RGB: (189,89,141)

Color info

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

RGB color model

#BD598D color RGB value is (189,89,141).

RGB: (189,89,141) (74%, 35%, 55%)

RGB channels and saturation

R 189 of 255 = 74%
G 89 of 255 = 35%
B 141 of 255 = 55%

189
89
141

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

Portions of RGB colors in percentages

R + G + B = 189 + 89 + 141 = 419 (100%)
R 189 of 419 ~ 45.11%
G 89 of 419 ~ 21.24%
B 141 of 419 ~ 33.65'%

%45.11
%21.24
%33.65

CMYK color model

#BD598D color CMYK value is (0,53,25,26).

  • cyan value is 0.00%
  • magenta value is 52.91%
  • yellow value is 25.40%
  • key color value is 25.88%

CMYK: (0,53,25,26)
C0M53Y25K26 (0%, 53%, 25%, 26%)
(0.00 / 0.53 / 0.25 / 0.26)

CMYK percentages

%0
%52.91
%25.4
%25.88

Codes

Color #BD598D in popluar color models

BD 59 8D
RGB 189 89 141
HSL 329° 43.10% 54.51%
HSB/HSV 329° 52.91% 74.12%
CMYK 0.00% 52.91% 25.40%
25.88%

Color #BD598D in popluar number systems.

HEX BD 59 8D
Decimal 189 89 141
Binary 10111101 1011001 10001101
Octal 275 131 215

Shades and tints

Shades of #BD598D

#BD598D
(189,89,141)
#AC5181
(172,81,129)
#9B4975
(155,73,117)
#8A4169
(138,65,105)
#79395D
(121,57,93)
#683151
(104,49,81)
#572945
(87,41,69)
#462139
(70,33,57)
#35192D
(53,25,45)
#241121
(36,17,33)
#130915
(19,9,21)
#000000
(0,0,0)

Tints of #BD598D

#BD598D
(189,89,141)
#C36897
(195,104,151)
#C977A1
(201,119,161)
#CF86AB
(207,134,171)
#D595B5
(213,149,181)
#DBA4BF
(219,164,191)
#E1B3C9
(225,179,201)
#E7C2D3
(231,194,211)
#EDD1DD
(237,209,221)
#F3E0E7
(243,224,231)
#F9EFF1
(249,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD598D color. Also use rgb(189,89,141) instead hex code.

Text Font Color

.myTextColor { color: #BD598D; }

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

This text font color is #BD598D.

Background Color

.myBgColor { background-color: #BD598D; }

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

This div background color is #BD598D.

Border color

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

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

This div border color is #BD598D.

Opacity

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

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

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

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

This text has shadow with #BD598D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD598D.

Preview

Color preview on black background

This text has color #BD598D on black background.


Color preview on white background

This text has color #BD598D on white background.


Black color preview on #BD598D background

This text has black color on #BD598D background.


White color preview on #BD598D background

This text has white color on #BD598D background.


Related colors

Complementary color

Complementary color for #hex is #42A672.


I love getcolorcode.com

Triadic colors

1 #8DBD59 and #598DBD with #BD598D are triadic colors.

2 #8D59BD and #59BD8D with #BD598D are triadic colors.