COLOR #B47DD7

HEX: #B47DD7
RGB: (180,125,215)

Color info

#B47DD7 contains mainly red and blue colors. Web safe color of #B47DD7 is #CC66CC (or #C6C).

RGB color model

#B47DD7 color RGB value is (180,125,215).

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

RGB channels and saturation

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

180
125
215

R + G + B ~ 68%. #B47DD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 125 + 215 = 520 (100%)
R 180 of 520 ~ 34.62%
G 125 of 520 ~ 24.04%
B 215 of 520 ~ 41.35%

%34.62
%24.04
%41.35

CMYK color model

#B47DD7 color CMYK value is (16,42,0,16).

  • cyan value is 16.28%
  • magenta value is 41.86%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(16,42,0,16)
C16M42Y0K16 
(16%,42%,0%,16%)
(0.16/0.42/0.00/0.16)	

CMYK percentages

%16.28
%41.86
%0
%15.69

Codes

Color #B47DD7 in popluar color models

B47DD7
RGB180125215
HSL277°52.94%66.67%
HSB/HSV277°41.86%84.31%
CMYK16.28%41.86%0.00%
15.69%

Color #B47DD7 in popluar number systems.

HEXB47DD7
Decimal180125215
Binary10110100111110111010111
Octal264175327

Shades and tints

Shades of #B47DD7

#B47DD7
(180,125,215)
#A472C4
(164,114,196)
#9467B1
(148,103,177)
#845C9E
(132,92,158)
#74518B
(116,81,139)
#644678
(100,70,120)
#543B65
(84,59,101)
#443052
(68,48,82)
#34253F
(52,37,63)
#241A2C
(36,26,44)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #B47DD7

#B47DD7
(180,125,215)
#BA88DA
(186,136,218)
#C093DD
(192,147,221)
#C69EE0
(198,158,224)
#CCA9E3
(204,169,227)
#D2B4E6
(210,180,230)
#D8BFE9
(216,191,233)
#DECAEC
(222,202,236)
#E4D5EF
(228,213,239)
#EAE0F2
(234,224,242)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47DD7; }

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

This text font color is #B47DD7.


Background Color

.myBgColor { background-color: #B47DD7; }

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

This div background color is #B47DD7.


Border color

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

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

This div border color is #B47DD7.


Opacity

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

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

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

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

This text has shadow with #B47DD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47DD7 on black background.


Color preview on white background

This text has color #B47DD7 on white background.



Black color preview on #B47DD7 background

This text has black color on #B47DD7 background.


White color preview on #B47DD7 background

This text has white color on #B47DD7 background.