COLOR #BD4687

HEX: #BD4687
RGB: (189,70,135)

Color info

#BD4687 contains mainly red and blue colors. Web safe color of #BD4687 is #CC3399 (or #C39).

RGB color model

#BD4687 color RGB value is (189,70,135).

  • red value is 189;
  • green value is 70;
  • blue value is 135.
RGB:
(189,70,135)
(74%,27%,53%)

RGB channels and saturation

R 189 of 255 = 74%
G 70 of 255 = 27%
B 135 of 255 = 53%

189
70
135

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

Portions of RGB colors in percentages

R + G + B =
189 + 70 + 135 = 394 (100%)
R 189 of 394 ~ 47.97%
G 70 of 394 ~ 17.77%
B 135 of 394 ~ 34.26%

%47.97
%17.77
%34.26

CMYK color model

#BD4687 color CMYK value is (0,63,29,26).

  • cyan value is 0.00%
  • magenta value is 62.96%
  • yellow value is 28.57%
  • key color value is 25.88%
CMYK:
(0,63,29,26)
C0M63Y29K26 
(0%,63%,29%,26%)
(0.00/0.63/0.29/0.26)	

CMYK percentages

%0
%62.96
%28.57
%25.88

Codes

Color #BD4687 in popluar color models

BD4687
RGB18970135
HSL327°47.41%50.78%
HSB/HSV327°62.96%74.12%
CMYK0.00%62.96%28.57%
25.88%

Color #BD4687 in popluar number systems.

HEXBD4687
Decimal18970135
Binary10111101100011010000111
Octal275106207

Shades and tints

Shades of #BD4687

#BD4687
(189,70,135)
#AC407B
(172,64,123)
#9B3A6F
(155,58,111)
#8A3463
(138,52,99)
#792E57
(121,46,87)
#68284B
(104,40,75)
#57223F
(87,34,63)
#461C33
(70,28,51)
#351627
(53,22,39)
#24101B
(36,16,27)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #BD4687

#BD4687
(189,70,135)
#C35691
(195,86,145)
#C9669B
(201,102,155)
#CF76A5
(207,118,165)
#D586AF
(213,134,175)
#DB96B9
(219,150,185)
#E1A6C3
(225,166,195)
#E7B6CD
(231,182,205)
#EDC6D7
(237,198,215)
#F3D6E1
(243,214,225)
#F9E6EB
(249,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD4687 color. Also use rgb(189,70,135) instead hex code.

Text Font Color

.myTextColor { color: #BD4687; }

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

This text font color is #BD4687.


Background Color

.myBgColor { background-color: #BD4687; }

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

This div background color is #BD4687.


Border color

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

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

This div border color is #BD4687.


Opacity

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

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

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

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

This text has shadow with #BD4687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD4687 on black background.


Color preview on white background

This text has color #BD4687 on white background.



Black color preview on #BD4687 background

This text has black color on #BD4687 background.


White color preview on #BD4687 background

This text has white color on #BD4687 background.