COLOR #BD2E96

HEX: #BD2E96
RGB: (189,46,150)

Color info

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

RGB color model

#BD2E96 color RGB value is (189,46,150).

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

RGB channels and saturation

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

189
46
150

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

Portions of RGB colors in percentages

R + G + B =
189 + 46 + 150 = 385 (100%)
R 189 of 385 ~ 49.09%
G 46 of 385 ~ 11.95%
B 150 of 385 ~ 38.96%

%49.09
%11.95
%38.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 75.66%
  • 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
%75.66
%20.63
%25.88

Codes

Color #BD2E96 in popluar color models

BD2E96
RGB18946150
HSL316°60.85%46.08%
HSB/HSV316°75.66%74.12%
CMYK0.00%75.66%20.63%
25.88%

Color #BD2E96 in popluar number systems.

HEXBD2E96
Decimal18946150
Binary1011110110111010010110
Octal27556226

Shades and tints

Shades of #BD2E96

#BD2E96
(189,46,150)
#AC2A89
(172,42,137)
#9B267C
(155,38,124)
#8A226F
(138,34,111)
#791E62
(121,30,98)
#681A55
(104,26,85)
#571648
(87,22,72)
#46123B
(70,18,59)
#350E2E
(53,14,46)
#240A21
(36,10,33)
#130614
(19,6,20)
#000000
(0,0,0)

Tints of #BD2E96

#BD2E96
(189,46,150)
#C3419F
(195,65,159)
#C954A8
(201,84,168)
#CF67B1
(207,103,177)
#D57ABA
(213,122,186)
#DB8DC3
(219,141,195)
#E1A0CC
(225,160,204)
#E7B3D5
(231,179,213)
#EDC6DE
(237,198,222)
#F3D9E7
(243,217,231)
#F9ECF0
(249,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD2E96; }

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

This text font color is #BD2E96.


Background Color

.myBgColor { background-color: #BD2E96; }

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

This div background color is #BD2E96.


Border color

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

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

This div border color is #BD2E96.


Opacity

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

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

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

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

This text has shadow with #BD2E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD2E96 on black background.


Color preview on white background

This text has color #BD2E96 on white background.



Black color preview on #BD2E96 background

This text has black color on #BD2E96 background.


White color preview on #BD2E96 background

This text has white color on #BD2E96 background.