COLOR #BD3E72

HEX: #BD3E72 RGB: (189,62,114)

Color info

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

RGB color model

#BD3E72 color RGB value is (189,62,114).

RGB: (189,62,114) (74%, 24%, 45%)

RGB channels and saturation

R 189 of 255 = 74%
G 62 of 255 = 24%
B 114 of 255 = 45%

189
62
114

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

Portions of RGB colors in percentages

R + G + B = 189 + 62 + 114 = 365 (100%)
R 189 of 365 ~ 51.78%
G 62 of 365 ~ 16.99%
B 114 of 365 ~ 31.23'%

%51.78
%16.99
%31.23

CMYK color model

#BD3E72 color CMYK value is (0,67,40,26).

  • cyan value is 0.00%
  • magenta value is 67.20%
  • yellow value is 39.68%
  • key color value is 25.88%

CMYK: (0,67,40,26)
C0M67Y40K26 (0%, 67%, 40%, 26%)
(0.00 / 0.67 / 0.40 / 0.26)

CMYK percentages

%0
%67.2
%39.68
%25.88

Codes

Color #BD3E72 in popluar color models

BD 3E 72
RGB 189 62 114
HSL 335° 50.60% 49.22%
HSB/HSV 335° 67.20% 74.12%
CMYK 0.00% 67.20% 39.68%
25.88%

Color #BD3E72 in popluar number systems.

HEX BD 3E 72
Decimal 189 62 114
Binary 10111101 111110 1110010
Octal 275 76 162

Shades and tints

Shades of #BD3E72

#BD3E72
(189,62,114)
#AC3968
(172,57,104)
#9B345E
(155,52,94)
#8A2F54
(138,47,84)
#792A4A
(121,42,74)
#682540
(104,37,64)
#572036
(87,32,54)
#461B2C
(70,27,44)
#351622
(53,22,34)
#241118
(36,17,24)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #BD3E72

#BD3E72
(189,62,114)
#C34F7E
(195,79,126)
#C9608A
(201,96,138)
#CF7196
(207,113,150)
#D582A2
(213,130,162)
#DB93AE
(219,147,174)
#E1A4BA
(225,164,186)
#E7B5C6
(231,181,198)
#EDC6D2
(237,198,210)
#F3D7DE
(243,215,222)
#F9E8EA
(249,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD3E72 color. Also use rgb(189,62,114) instead hex code.

Text Font Color

.myTextColor { color: #BD3E72; }

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

This text font color is #BD3E72.

Background Color

.myBgColor { background-color: #BD3E72; }

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

This div background color is #BD3E72.

Border color

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

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

This div border color is #BD3E72.

Opacity

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

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

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

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

This text has shadow with #BD3E72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD3E72.

Preview

Color preview on black background

This text has color #BD3E72 on black background.


Color preview on white background

This text has color #BD3E72 on white background.


Black color preview on #BD3E72 background

This text has black color on #BD3E72 background.


White color preview on #BD3E72 background

This text has white color on #BD3E72 background.


Related colors

Complementary color

Complementary color for #hex is #42C18D.


I love getcolorcode.com

Triadic colors

1 #72BD3E and #3E72BD with #BD3E72 are triadic colors.

2 #723EBD and #3EBD72 with #BD3E72 are triadic colors.