COLOR #BD4C96

HEX: #BD4C96
RGB: (189,76,150)

Color info

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

RGB color model

#BD4C96 color RGB value is (189,76,150).

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

RGB channels and saturation

R 189 of 255 = 74%
G 76 of 255 = 30%
B 150 of 255 = 59%

189
76
150

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

Portions of RGB colors in percentages

R + G + B =
189 + 76 + 150 = 415 (100%)
R 189 of 415 ~ 45.54%
G 76 of 415 ~ 18.31%
B 150 of 415 ~ 36.14%

%45.54
%18.31
%36.14

CMYK color model

#BD4C96 color CMYK value is (0,60,21,26).

  • cyan value is 0.00%
  • magenta value is 59.79%
  • yellow value is 20.63%
  • key color value is 25.88%
CMYK:
(0,60,21,26)
C0M60Y21K26 
(0%,60%,21%,26%)
(0.00/0.60/0.21/0.26)	

CMYK percentages

%0
%59.79
%20.63
%25.88

Codes

Color #BD4C96 in popluar color models

BD4C96
RGB18976150
HSL321°46.12%51.96%
HSB/HSV321°59.79%74.12%
CMYK0.00%59.79%20.63%
25.88%

Color #BD4C96 in popluar number systems.

HEXBD4C96
Decimal18976150
Binary10111101100110010010110
Octal275114226

Shades and tints

Shades of #BD4C96

#BD4C96
(189,76,150)
#AC4689
(172,70,137)
#9B407C
(155,64,124)
#8A3A6F
(138,58,111)
#793462
(121,52,98)
#682E55
(104,46,85)
#572848
(87,40,72)
#46223B
(70,34,59)
#351C2E
(53,28,46)
#241621
(36,22,33)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #BD4C96

#BD4C96
(189,76,150)
#C35C9F
(195,92,159)
#C96CA8
(201,108,168)
#CF7CB1
(207,124,177)
#D58CBA
(213,140,186)
#DB9CC3
(219,156,195)
#E1ACCC
(225,172,204)
#E7BCD5
(231,188,213)
#EDCCDE
(237,204,222)
#F3DCE7
(243,220,231)
#F9ECF0
(249,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD4C96; }

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

This text font color is #BD4C96.


Background Color

.myBgColor { background-color: #BD4C96; }

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

This div background color is #BD4C96.


Border color

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

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

This div border color is #BD4C96.


Opacity

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

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

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

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

This text has shadow with #BD4C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD4C96 on black background.


Color preview on white background

This text has color #BD4C96 on white background.



Black color preview on #BD4C96 background

This text has black color on #BD4C96 background.


White color preview on #BD4C96 background

This text has white color on #BD4C96 background.