COLOR #BD2D96

HEX: #BD2D96
RGB: (189,45,150)

Color info

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

RGB color model

#BD2D96 color RGB value is (189,45,150).

  • red value is 189;
  • green value is 45;
  • blue value is 150.
RGB:
(189,45,150)
(74%,18%,59%)

RGB channels and saturation

R 189 of 255 = 74%
G 45 of 255 = 18%
B 150 of 255 = 59%

189
45
150

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

Portions of RGB colors in percentages

R + G + B =
189 + 45 + 150 = 384 (100%)
R 189 of 384 ~ 49.22%
G 45 of 384 ~ 11.72%
B 150 of 384 ~ 39.06%

%49.22
%11.72
%39.06

CMYK color model

#BD2D96 color CMYK value is (0,76,21,26).

  • cyan value is 0.00%
  • magenta value is 76.19%
  • yellow value is 20.63%
  • key color value is 25.88%
CMYK:
(0,76,21,26)
C0M76Y21K26 
(0%,76%,21%,26%)
(0.00/0.76/0.21/0.26)	

CMYK percentages

%0
%76.19
%20.63
%25.88

Codes

Color #BD2D96 in popluar color models

BD2D96
RGB18945150
HSL316°61.54%45.88%
HSB/HSV316°76.19%74.12%
CMYK0.00%76.19%20.63%
25.88%

Color #BD2D96 in popluar number systems.

HEXBD2D96
Decimal18945150
Binary1011110110110110010110
Octal27555226

Shades and tints

Shades of #BD2D96

#BD2D96
(189,45,150)
#AC2989
(172,41,137)
#9B257C
(155,37,124)
#8A216F
(138,33,111)
#791D62
(121,29,98)
#681955
(104,25,85)
#571548
(87,21,72)
#46113B
(70,17,59)
#350D2E
(53,13,46)
#240921
(36,9,33)
#130514
(19,5,20)
#000000
(0,0,0)

Tints of #BD2D96

#BD2D96
(189,45,150)
#C3409F
(195,64,159)
#C953A8
(201,83,168)
#CF66B1
(207,102,177)
#D579BA
(213,121,186)
#DB8CC3
(219,140,195)
#E19FCC
(225,159,204)
#E7B2D5
(231,178,213)
#EDC5DE
(237,197,222)
#F3D8E7
(243,216,231)
#F9EBF0
(249,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD2D96 color. Also use rgb(189,45,150) instead hex code.

Text Font Color

.myTextColor { color: #BD2D96; }

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

This text font color is #BD2D96.


Background Color

.myBgColor { background-color: #BD2D96; }

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

This div background color is #BD2D96.


Border color

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

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

This div border color is #BD2D96.


Opacity

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

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

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

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

This text has shadow with #BD2D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD2D96 on black background.


Color preview on white background

This text has color #BD2D96 on white background.



Black color preview on #BD2D96 background

This text has black color on #BD2D96 background.


White color preview on #BD2D96 background

This text has white color on #BD2D96 background.