COLOR #BD4B7F

HEX: #BD4B7F
RGB: (189,75,127)

Color info

#BD4B7F contains mainly red color. Web safe color of #BD4B7F is #CC3366 (or #C36).

RGB color model

#BD4B7F color RGB value is (189,75,127).

  • red value is 189;
  • green value is 75;
  • blue value is 127.
RGB:
(189,75,127)
(74%,29%,50%)

RGB channels and saturation

R 189 of 255 = 74%
G 75 of 255 = 29%
B 127 of 255 = 50%

189
75
127

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

Portions of RGB colors in percentages

R + G + B =
189 + 75 + 127 = 391 (100%)
R 189 of 391 ~ 48.34%
G 75 of 391 ~ 19.18%
B 127 of 391 ~ 32.48%

%48.34
%19.18
%32.48

CMYK color model

#BD4B7F color CMYK value is (0,60,33,26).

  • cyan value is 0.00%
  • magenta value is 60.32%
  • yellow value is 32.80%
  • key color value is 25.88%
CMYK:
(0,60,33,26)
C0M60Y33K26 
(0%,60%,33%,26%)
(0.00/0.60/0.33/0.26)	

CMYK percentages

%0
%60.32
%32.8
%25.88

Codes

Color #BD4B7F in popluar color models

BD4B7F
RGB18975127
HSL333°46.34%51.76%
HSB/HSV333°60.32%74.12%
CMYK0.00%60.32%32.80%
25.88%

Color #BD4B7F in popluar number systems.

HEXBD4B7F
Decimal18975127
Binary1011110110010111111111
Octal275113177

Shades and tints

Shades of #BD4B7F

#BD4B7F
(189,75,127)
#AC4574
(172,69,116)
#9B3F69
(155,63,105)
#8A395E
(138,57,94)
#793353
(121,51,83)
#682D48
(104,45,72)
#57273D
(87,39,61)
#462132
(70,33,50)
#351B27
(53,27,39)
#24151C
(36,21,28)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #BD4B7F

#BD4B7F
(189,75,127)
#C35B8A
(195,91,138)
#C96B95
(201,107,149)
#CF7BA0
(207,123,160)
#D58BAB
(213,139,171)
#DB9BB6
(219,155,182)
#E1ABC1
(225,171,193)
#E7BBCC
(231,187,204)
#EDCBD7
(237,203,215)
#F3DBE2
(243,219,226)
#F9EBED
(249,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD4B7F color. Also use rgb(189,75,127) instead hex code.

Text Font Color

.myTextColor { color: #BD4B7F; }

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

This text font color is #BD4B7F.


Background Color

.myBgColor { background-color: #BD4B7F; }

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

This div background color is #BD4B7F.


Border color

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

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

This div border color is #BD4B7F.


Opacity

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

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

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

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

This text has shadow with #BD4B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD4B7F on black background.


Color preview on white background

This text has color #BD4B7F on white background.



Black color preview on #BD4B7F background

This text has black color on #BD4B7F background.


White color preview on #BD4B7F background

This text has white color on #BD4B7F background.