COLOR #B47BD0

HEX: #B47BD0
RGB: (180,123,208)

Color info

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

RGB color model

#B47BD0 color RGB value is (180,123,208).

  • red value is 180;
  • green value is 123;
  • blue value is 208.
RGB:
(180,123,208)
(71%,48%,82%)

RGB channels and saturation

R 180 of 255 = 71%
G 123 of 255 = 48%
B 208 of 255 = 82%

180
123
208

R + G + B ~ 67%. #B47BD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 123 + 208 = 511 (100%)
R 180 of 511 ~ 35.23%
G 123 of 511 ~ 24.07%
B 208 of 511 ~ 40.7%

%35.23
%24.07
%40.7

CMYK color model

#B47BD0 color CMYK value is (13,41,0,18).

  • cyan value is 13.46%
  • magenta value is 40.87%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(13,41,0,18)
C13M41Y0K18 
(13%,41%,0%,18%)
(0.13/0.41/0.00/0.18)	

CMYK percentages

%13.46
%40.87
%0
%18.43

Codes

Color #B47BD0 in popluar color models

B47BD0
RGB180123208
HSL280°47.49%64.90%
HSB/HSV280°40.87%81.57%
CMYK13.46%40.87%0.00%
18.43%

Color #B47BD0 in popluar number systems.

HEXB47BD0
Decimal180123208
Binary10110100111101111010000
Octal264173320

Shades and tints

Shades of #B47BD0

#B47BD0
(180,123,208)
#A470BE
(164,112,190)
#9465AC
(148,101,172)
#845A9A
(132,90,154)
#744F88
(116,79,136)
#644476
(100,68,118)
#543964
(84,57,100)
#442E52
(68,46,82)
#342340
(52,35,64)
#24182E
(36,24,46)
#140D1C
(20,13,28)
#000000
(0,0,0)

Tints of #B47BD0

#B47BD0
(180,123,208)
#BA87D4
(186,135,212)
#C093D8
(192,147,216)
#C69FDC
(198,159,220)
#CCABE0
(204,171,224)
#D2B7E4
(210,183,228)
#D8C3E8
(216,195,232)
#DECFEC
(222,207,236)
#E4DBF0
(228,219,240)
#EAE7F4
(234,231,244)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47BD0; }

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

This text font color is #B47BD0.


Background Color

.myBgColor { background-color: #B47BD0; }

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

This div background color is #B47BD0.


Border color

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

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

This div border color is #B47BD0.


Opacity

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

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

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

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

This text has shadow with #B47BD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47BD0 on black background.


Color preview on white background

This text has color #B47BD0 on white background.



Black color preview on #B47BD0 background

This text has black color on #B47BD0 background.


White color preview on #B47BD0 background

This text has white color on #B47BD0 background.