COLOR #B47EC8

HEX: #B47EC8
RGB: (180,126,200)

Color info

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

RGB color model

#B47EC8 color RGB value is (180,126,200).

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

RGB channels and saturation

R 180 of 255 = 71%
G 126 of 255 = 49%
B 200 of 255 = 78%

180
126
200

R + G + B ~ 66%. #B47EC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 126 + 200 = 506 (100%)
R 180 of 506 ~ 35.57%
G 126 of 506 ~ 24.9%
B 200 of 506 ~ 39.53%

%35.57
%24.9
%39.53

CMYK color model

#B47EC8 color CMYK value is (10,37,0,22).

  • cyan value is 10.00%
  • magenta value is 37.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(10,37,0,22)
C10M37Y0K22 
(10%,37%,0%,22%)
(0.10/0.37/0.00/0.22)	

CMYK percentages

%10
%37
%0
%21.57

Codes

Color #B47EC8 in popluar color models

B47EC8
RGB180126200
HSL284°40.22%63.92%
HSB/HSV284°37.00%78.43%
CMYK10.00%37.00%0.00%
21.57%

Color #B47EC8 in popluar number systems.

HEXB47EC8
Decimal180126200
Binary10110100111111011001000
Octal264176310

Shades and tints

Shades of #B47EC8

#B47EC8
(180,126,200)
#A473B6
(164,115,182)
#9468A4
(148,104,164)
#845D92
(132,93,146)
#745280
(116,82,128)
#64476E
(100,71,110)
#543C5C
(84,60,92)
#44314A
(68,49,74)
#342638
(52,38,56)
#241B26
(36,27,38)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #B47EC8

#B47EC8
(180,126,200)
#BA89CD
(186,137,205)
#C094D2
(192,148,210)
#C69FD7
(198,159,215)
#CCAADC
(204,170,220)
#D2B5E1
(210,181,225)
#D8C0E6
(216,192,230)
#DECBEB
(222,203,235)
#E4D6F0
(228,214,240)
#EAE1F5
(234,225,245)
#F0ECFA
(240,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47EC8; }

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

This text font color is #B47EC8.


Background Color

.myBgColor { background-color: #B47EC8; }

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

This div background color is #B47EC8.


Border color

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

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

This div border color is #B47EC8.


Opacity

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

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

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

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

This text has shadow with #B47EC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47EC8 on black background.


Color preview on white background

This text has color #B47EC8 on white background.



Black color preview on #B47EC8 background

This text has black color on #B47EC8 background.


White color preview on #B47EC8 background

This text has white color on #B47EC8 background.