COLOR #BD4E97

HEX: #BD4E97
RGB: (189,78,151)

Color info

#BD4E97 contains mainly red and blue colors. Web safe color of #BD4E97 is #CC6699 (or #C69).

RGB color model

#BD4E97 color RGB value is (189,78,151).

  • red value is 189;
  • green value is 78;
  • blue value is 151.
RGB:
(189,78,151)
(74%,31%,59%)

RGB channels and saturation

R 189 of 255 = 74%
G 78 of 255 = 31%
B 151 of 255 = 59%

189
78
151

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

Portions of RGB colors in percentages

R + G + B =
189 + 78 + 151 = 418 (100%)
R 189 of 418 ~ 45.22%
G 78 of 418 ~ 18.66%
B 151 of 418 ~ 36.12%

%45.22
%18.66
%36.12

CMYK color model

#BD4E97 color CMYK value is (0,59,20,26).

  • cyan value is 0.00%
  • magenta value is 58.73%
  • yellow value is 20.11%
  • key color value is 25.88%
CMYK:
(0,59,20,26)
C0M59Y20K26 
(0%,59%,20%,26%)
(0.00/0.59/0.20/0.26)	

CMYK percentages

%0
%58.73
%20.11
%25.88

Codes

Color #BD4E97 in popluar color models

BD4E97
RGB18978151
HSL321°45.68%52.35%
HSB/HSV321°58.73%74.12%
CMYK0.00%58.73%20.11%
25.88%

Color #BD4E97 in popluar number systems.

HEXBD4E97
Decimal18978151
Binary10111101100111010010111
Octal275116227

Shades and tints

Shades of #BD4E97

#BD4E97
(189,78,151)
#AC478A
(172,71,138)
#9B407D
(155,64,125)
#8A3970
(138,57,112)
#793263
(121,50,99)
#682B56
(104,43,86)
#572449
(87,36,73)
#461D3C
(70,29,60)
#35162F
(53,22,47)
#240F22
(36,15,34)
#130815
(19,8,21)
#000000
(0,0,0)

Tints of #BD4E97

#BD4E97
(189,78,151)
#C35EA0
(195,94,160)
#C96EA9
(201,110,169)
#CF7EB2
(207,126,178)
#D58EBB
(213,142,187)
#DB9EC4
(219,158,196)
#E1AECD
(225,174,205)
#E7BED6
(231,190,214)
#EDCEDF
(237,206,223)
#F3DEE8
(243,222,232)
#F9EEF1
(249,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD4E97 color. Also use rgb(189,78,151) instead hex code.

Text Font Color

.myTextColor { color: #BD4E97; }

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

This text font color is #BD4E97.


Background Color

.myBgColor { background-color: #BD4E97; }

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

This div background color is #BD4E97.


Border color

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

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

This div border color is #BD4E97.


Opacity

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

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

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

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

This text has shadow with #BD4E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD4E97 on black background.


Color preview on white background

This text has color #BD4E97 on white background.



Black color preview on #BD4E97 background

This text has black color on #BD4E97 background.


White color preview on #BD4E97 background

This text has white color on #BD4E97 background.