COLOR #B47AD6

HEX: #B47AD6 RGB: (180,122,214)

Color info

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

RGB color model

#B47AD6 color RGB value is (180,122,214).

RGB: (180,122,214) (71%, 48%, 84%)

RGB channels and saturation

R 180 of 255 = 71%
G 122 of 255 = 48%
B 214 of 255 = 84%

180
122
214

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

Portions of RGB colors in percentages

R + G + B = 180 + 122 + 214 = 516 (100%)
R 180 of 516 ~ 34.88%
G 122 of 516 ~ 23.64%
B 214 of 516 ~ 41.47'%

%34.88
%23.64
%41.47

CMYK color model

#B47AD6 color CMYK value is (16,43,0,16).

  • cyan value is 15.89%
  • magenta value is 42.99%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (16,43,0,16)
C16M43Y0K16 (16%, 43%, 0%, 16%)
(0.16 / 0.43 / 0.00 / 0.16)

CMYK percentages

%15.89
%42.99
%0
%16.08

Codes

Color #B47AD6 in popluar color models

B4 7A D6
RGB 180 122 214
HSL 278° 52.87% 65.88%
HSB/HSV 278° 42.99% 83.92%
CMYK 15.89% 42.99% 0.00%
16.08%

Color #B47AD6 in popluar number systems.

HEX B4 7A D6
Decimal 180 122 214
Binary 10110100 1111010 11010110
Octal 264 172 326

Shades and tints

Shades of #B47AD6

#B47AD6
(180,122,214)
#A46FC3
(164,111,195)
#9464B0
(148,100,176)
#84599D
(132,89,157)
#744E8A
(116,78,138)
#644377
(100,67,119)
#543864
(84,56,100)
#442D51
(68,45,81)
#34223E
(52,34,62)
#24172B
(36,23,43)
#140C18
(20,12,24)
#000000
(0,0,0)

Tints of #B47AD6

#B47AD6
(180,122,214)
#BA86D9
(186,134,217)
#C092DC
(192,146,220)
#C69EDF
(198,158,223)
#CCAAE2
(204,170,226)
#D2B6E5
(210,182,229)
#D8C2E8
(216,194,232)
#DECEEB
(222,206,235)
#E4DAEE
(228,218,238)
#EAE6F1
(234,230,241)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47AD6; }

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

This text font color is #B47AD6.

Background Color

.myBgColor { background-color: #B47AD6; }

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

This div background color is #B47AD6.

Border color

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

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

This div border color is #B47AD6.

Opacity

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

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

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

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

This text has shadow with #B47AD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B47AD6.

Preview

Color preview on black background

This text has color #B47AD6 on black background.


Color preview on white background

This text has color #B47AD6 on white background.


Black color preview on #B47AD6 background

This text has black color on #B47AD6 background.


White color preview on #B47AD6 background

This text has white color on #B47AD6 background.


Related colors

Complementary color

Complementary color for #hex is #4B8529.


I love getcolorcode.com

Triadic colors

1 #D6B47A and #7AD6B4 with #B47AD6 are triadic colors.

2 #D67AB4 and #7AB4D6 with #B47AD6 are triadic colors.