COLOR #B48CD1

HEX: #B48CD1
RGB: (180,140,209)

Color info

#B48CD1 contains mainly red and blue colors. Web safe color of #B48CD1 is #CC99CC (or #C9C).

RGB color model

#B48CD1 color RGB value is (180,140,209).

  • red value is 180;
  • green value is 140;
  • blue value is 209.
RGB:
(180,140,209)
(71%,55%,82%)

RGB channels and saturation

R 180 of 255 = 71%
G 140 of 255 = 55%
B 209 of 255 = 82%

180
140
209

R + G + B ~ 69%. #B48CD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 140 + 209 = 529 (100%)
R 180 of 529 ~ 34.03%
G 140 of 529 ~ 26.47%
B 209 of 529 ~ 39.51%

%34.03
%26.47
%39.51

CMYK color model

#B48CD1 color CMYK value is (14,33,0,18).

  • cyan value is 13.88%
  • magenta value is 33.01%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(14,33,0,18)
C14M33Y0K18 
(14%,33%,0%,18%)
(0.14/0.33/0.00/0.18)	

CMYK percentages

%13.88
%33.01
%0
%18.04

Codes

Color #B48CD1 in popluar color models

B48CD1
RGB180140209
HSL275°42.86%68.43%
HSB/HSV275°33.01%81.96%
CMYK13.88%33.01%0.00%
18.04%

Color #B48CD1 in popluar number systems.

HEXB48CD1
Decimal180140209
Binary101101001000110011010001
Octal264214321

Shades and tints

Shades of #B48CD1

#B48CD1
(180,140,209)
#A480BE
(164,128,190)
#9474AB
(148,116,171)
#846898
(132,104,152)
#745C85
(116,92,133)
#645072
(100,80,114)
#54445F
(84,68,95)
#44384C
(68,56,76)
#342C39
(52,44,57)
#242026
(36,32,38)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #B48CD1

#B48CD1
(180,140,209)
#BA96D5
(186,150,213)
#C0A0D9
(192,160,217)
#C6AADD
(198,170,221)
#CCB4E1
(204,180,225)
#D2BEE5
(210,190,229)
#D8C8E9
(216,200,233)
#DED2ED
(222,210,237)
#E4DCF1
(228,220,241)
#EAE6F5
(234,230,245)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48CD1; }

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

This text font color is #B48CD1.


Background Color

.myBgColor { background-color: #B48CD1; }

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

This div background color is #B48CD1.


Border color

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

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

This div border color is #B48CD1.


Opacity

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

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

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

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

This text has shadow with #B48CD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48CD1 on black background.


Color preview on white background

This text has color #B48CD1 on white background.



Black color preview on #B48CD1 background

This text has black color on #B48CD1 background.


White color preview on #B48CD1 background

This text has white color on #B48CD1 background.