COLOR #B47DB4

HEX: #B47DB4
RGB: (180,125,180)

Color info

#B47DB4 contains red, green and blue colors in about the same proportion. Web safe color of #B47DB4 is #CC66CC (or #C6C).

RGB color model

#B47DB4 color RGB value is (180,125,180).

  • red value is 180;
  • green value is 125;
  • blue value is 180.
RGB:
(180,125,180)
(71%,49%,71%)

RGB channels and saturation

R 180 of 255 = 71%
G 125 of 255 = 49%
B 180 of 255 = 71%

180
125
180

R + G + B ~ 64%. #B47DB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 125 + 180 = 485 (100%)
R 180 of 485 ~ 37.11%
G 125 of 485 ~ 25.77%
B 180 of 485 ~ 37.11%

%37.11
%25.77
%37.11

CMYK color model

#B47DB4 color CMYK value is (0,31,0,29).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(0,31,0,29)
C0M31Y0K29 
(0%,31%,0%,29%)
(0.00/0.31/0.00/0.29)	

CMYK percentages

%0
%30.56
%0
%29.41

Codes

Color #B47DB4 in popluar color models

B47DB4
RGB180125180
HSL300°26.83%59.80%
HSB/HSV300°30.56%70.59%
CMYK0.00%30.56%0.00%
29.41%

Color #B47DB4 in popluar number systems.

HEXB47DB4
Decimal180125180
Binary10110100111110110110100
Octal264175264

Shades and tints

Shades of #B47DB4

#B47DB4
(180,125,180)
#A472A4
(164,114,164)
#946794
(148,103,148)
#845C84
(132,92,132)
#745174
(116,81,116)
#644664
(100,70,100)
#543B54
(84,59,84)
#443044
(68,48,68)
#342534
(52,37,52)
#241A24
(36,26,36)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #B47DB4

#B47DB4
(180,125,180)
#BA88BA
(186,136,186)
#C093C0
(192,147,192)
#C69EC6
(198,158,198)
#CCA9CC
(204,169,204)
#D2B4D2
(210,180,210)
#D8BFD8
(216,191,216)
#DECADE
(222,202,222)
#E4D5E4
(228,213,228)
#EAE0EA
(234,224,234)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47DB4 color. Also use rgb(180,125,180) instead hex code.

Text Font Color

.myTextColor { color: #B47DB4; }

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

This text font color is #B47DB4.


Background Color

.myBgColor { background-color: #B47DB4; }

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

This div background color is #B47DB4.


Border color

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

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

This div border color is #B47DB4.


Opacity

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

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

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

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

This text has shadow with #B47DB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47DB4 on black background.


Color preview on white background

This text has color #B47DB4 on white background.



Black color preview on #B47DB4 background

This text has black color on #B47DB4 background.


White color preview on #B47DB4 background

This text has white color on #B47DB4 background.