COLOR #BD47A7

HEX: #BD47A7
RGB: (189,71,167)

Color info

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

RGB color model

#BD47A7 color RGB value is (189,71,167).

  • red value is 189;
  • green value is 71;
  • blue value is 167.
RGB:
(189,71,167)
(74%,28%,65%)

RGB channels and saturation

R 189 of 255 = 74%
G 71 of 255 = 28%
B 167 of 255 = 65%

189
71
167

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

Portions of RGB colors in percentages

R + G + B =
189 + 71 + 167 = 427 (100%)
R 189 of 427 ~ 44.26%
G 71 of 427 ~ 16.63%
B 167 of 427 ~ 39.11%

%44.26
%16.63
%39.11

CMYK color model

#BD47A7 color CMYK value is (0,62,12,26).

  • cyan value is 0.00%
  • magenta value is 62.43%
  • yellow value is 11.64%
  • key color value is 25.88%
CMYK:
(0,62,12,26)
C0M62Y12K26 
(0%,62%,12%,26%)
(0.00/0.62/0.12/0.26)	

CMYK percentages

%0
%62.43
%11.64
%25.88

Codes

Color #BD47A7 in popluar color models

BD47A7
RGB18971167
HSL311°47.20%50.98%
HSB/HSV311°62.43%74.12%
CMYK0.00%62.43%11.64%
25.88%

Color #BD47A7 in popluar number systems.

HEXBD47A7
Decimal18971167
Binary10111101100011110100111
Octal275107247

Shades and tints

Shades of #BD47A7

#BD47A7
(189,71,167)
#AC4198
(172,65,152)
#9B3B89
(155,59,137)
#8A357A
(138,53,122)
#792F6B
(121,47,107)
#68295C
(104,41,92)
#57234D
(87,35,77)
#461D3E
(70,29,62)
#35172F
(53,23,47)
#241120
(36,17,32)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #BD47A7

#BD47A7
(189,71,167)
#C357AF
(195,87,175)
#C967B7
(201,103,183)
#CF77BF
(207,119,191)
#D587C7
(213,135,199)
#DB97CF
(219,151,207)
#E1A7D7
(225,167,215)
#E7B7DF
(231,183,223)
#EDC7E7
(237,199,231)
#F3D7EF
(243,215,239)
#F9E7F7
(249,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD47A7 color. Also use rgb(189,71,167) instead hex code.

Text Font Color

.myTextColor { color: #BD47A7; }

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

This text font color is #BD47A7.


Background Color

.myBgColor { background-color: #BD47A7; }

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

This div background color is #BD47A7.


Border color

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

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

This div border color is #BD47A7.


Opacity

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

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

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

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

This text has shadow with #BD47A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD47A7 on black background.


Color preview on white background

This text has color #BD47A7 on white background.



Black color preview on #BD47A7 background

This text has black color on #BD47A7 background.


White color preview on #BD47A7 background

This text has white color on #BD47A7 background.