COLOR #BD3986

HEX: #BD3986
RGB: (189,57,134)

Color info

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

RGB color model

#BD3986 color RGB value is (189,57,134).

  • red value is 189;
  • green value is 57;
  • blue value is 134.
RGB:
(189,57,134)
(74%,22%,53%)

RGB channels and saturation

R 189 of 255 = 74%
G 57 of 255 = 22%
B 134 of 255 = 53%

189
57
134

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

Portions of RGB colors in percentages

R + G + B =
189 + 57 + 134 = 380 (100%)
R 189 of 380 ~ 49.74%
G 57 of 380 ~ 15%
B 134 of 380 ~ 35.26%

%49.74
%15
%35.26

CMYK color model

#BD3986 color CMYK value is (0,70,29,26).

  • cyan value is 0.00%
  • magenta value is 69.84%
  • yellow value is 29.10%
  • key color value is 25.88%
CMYK:
(0,70,29,26)
C0M70Y29K26 
(0%,70%,29%,26%)
(0.00/0.70/0.29/0.26)	

CMYK percentages

%0
%69.84
%29.1
%25.88

Codes

Color #BD3986 in popluar color models

BD3986
RGB18957134
HSL325°53.66%48.24%
HSB/HSV325°69.84%74.12%
CMYK0.00%69.84%29.10%
25.88%

Color #BD3986 in popluar number systems.

HEXBD3986
Decimal18957134
Binary1011110111100110000110
Octal27571206

Shades and tints

Shades of #BD3986

#BD3986
(189,57,134)
#AC347A
(172,52,122)
#9B2F6E
(155,47,110)
#8A2A62
(138,42,98)
#792556
(121,37,86)
#68204A
(104,32,74)
#571B3E
(87,27,62)
#461632
(70,22,50)
#351126
(53,17,38)
#240C1A
(36,12,26)
#13070E
(19,7,14)
#000000
(0,0,0)

Tints of #BD3986

#BD3986
(189,57,134)
#C34B91
(195,75,145)
#C95D9C
(201,93,156)
#CF6FA7
(207,111,167)
#D581B2
(213,129,178)
#DB93BD
(219,147,189)
#E1A5C8
(225,165,200)
#E7B7D3
(231,183,211)
#EDC9DE
(237,201,222)
#F3DBE9
(243,219,233)
#F9EDF4
(249,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD3986 color. Also use rgb(189,57,134) instead hex code.

Text Font Color

.myTextColor { color: #BD3986; }

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

This text font color is #BD3986.


Background Color

.myBgColor { background-color: #BD3986; }

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

This div background color is #BD3986.


Border color

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

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

This div border color is #BD3986.


Opacity

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

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

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

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

This text has shadow with #BD3986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD3986 on black background.


Color preview on white background

This text has color #BD3986 on white background.



Black color preview on #BD3986 background

This text has black color on #BD3986 background.


White color preview on #BD3986 background

This text has white color on #BD3986 background.