COLOR #BD5D8F

HEX: #BD5D8F
RGB: (189,93,143)

Color info

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

RGB color model

#BD5D8F color RGB value is (189,93,143).

  • red value is 189;
  • green value is 93;
  • blue value is 143.
RGB: (189,93,143) (74%,36%,56%)

RGB channels and saturation

R 189 of 255 = 74%
G 93 of 255 = 36%
B 143 of 255 = 56%

189
93
143

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

Portions of RGB colors in percentages

R + G + B =
189 + 93 + 143 = 425 (100%)
R 189 of 425 ~ 44.47%
G 93 of 425 ~ 21.88%
B 143 of 425 ~ 33.65%

%44.47
%21.88
%33.65

CMYK color model

#BD5D8F color CMYK value is (0,51,24,26).

  • cyan value is 0.00%
  • magenta value is 50.79%
  • yellow value is 24.34%
  • key color value is 25.88%
CMYK: (0,51,24,26) C0M51Y24K26 (0%,51%,24%,26%) (0.00/0.51/0.24/0.26)

CMYK percentages

%0
%50.79
%24.34
%25.88

Codes

Color #BD5D8F in popluar color models

BD5D8F
RGB18993143
HSL329°42.11%55.29%
HSB/HSV329°50.79%74.12%
CMYK0.00%50.79%24.34%
25.88%

Color #BD5D8F in popluar number systems.

HEXBD5D8F
Decimal18993143
Binary10111101101110110001111
Octal275135217

Shades and tints

Shades of #BD5D8F

#BD5D8F
(189,93,143)
#AC5582
(172,85,130)
#9B4D75
(155,77,117)
#8A4568
(138,69,104)
#793D5B
(121,61,91)
#68354E
(104,53,78)
#572D41
(87,45,65)
#462534
(70,37,52)
#351D27
(53,29,39)
#24151A
(36,21,26)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #BD5D8F

#BD5D8F
(189,93,143)
#C36B99
(195,107,153)
#C979A3
(201,121,163)
#CF87AD
(207,135,173)
#D595B7
(213,149,183)
#DBA3C1
(219,163,193)
#E1B1CB
(225,177,203)
#E7BFD5
(231,191,213)
#EDCDDF
(237,205,223)
#F3DBE9
(243,219,233)
#F9E9F3
(249,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD5D8F color. Also use rgb(189,93,143) instead hex code.

Text Font Color

.myTextColor { color: #BD5D8F; }

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

This text font color is #BD5D8F.


Background Color

.myBgColor { background-color: #BD5D8F; }

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

This div background color is #BD5D8F.


Border color

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

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

This div border color is #BD5D8F.


Opacity

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

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

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

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

This text has shadow with #BD5D8F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BD5D8F on black background.


Color preview on white background

This text has color #BD5D8F on white background.



Black color preview on #BD5D8F background

This text has black color on #BD5D8F background.


White color preview on #BD5D8F background

This text has white color on #BD5D8F background.