COLOR #B48BD9

HEX: #B48BD9
RGB: (180,139,217)

Color info

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

RGB color model

#B48BD9 color RGB value is (180,139,217).

  • red value is 180;
  • green value is 139;
  • blue value is 217.
RGB:
(180,139,217)
(71%,55%,85%)

RGB channels and saturation

R 180 of 255 = 71%
G 139 of 255 = 55%
B 217 of 255 = 85%

180
139
217

R + G + B ~ 70%. #B48BD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 139 + 217 = 536 (100%)
R 180 of 536 ~ 33.58%
G 139 of 536 ~ 25.93%
B 217 of 536 ~ 40.49%

%33.58
%25.93
%40.49

CMYK color model

#B48BD9 color CMYK value is (17,36,0,15).

  • cyan value is 17.05%
  • magenta value is 35.94%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(17,36,0,15)
C17M36Y0K15 
(17%,36%,0%,15%)
(0.17/0.36/0.00/0.15)	

CMYK percentages

%17.05
%35.94
%0
%14.9

Codes

Color #B48BD9 in popluar color models

B48BD9
RGB180139217
HSL272°50.65%69.80%
HSB/HSV272°35.94%85.10%
CMYK17.05%35.94%0.00%
14.90%

Color #B48BD9 in popluar number systems.

HEXB48BD9
Decimal180139217
Binary101101001000101111011001
Octal264213331

Shades and tints

Shades of #B48BD9

#B48BD9
(180,139,217)
#A47FC6
(164,127,198)
#9473B3
(148,115,179)
#8467A0
(132,103,160)
#745B8D
(116,91,141)
#644F7A
(100,79,122)
#544367
(84,67,103)
#443754
(68,55,84)
#342B41
(52,43,65)
#241F2E
(36,31,46)
#14131B
(20,19,27)
#000000
(0,0,0)

Tints of #B48BD9

#B48BD9
(180,139,217)
#BA95DC
(186,149,220)
#C09FDF
(192,159,223)
#C6A9E2
(198,169,226)
#CCB3E5
(204,179,229)
#D2BDE8
(210,189,232)
#D8C7EB
(216,199,235)
#DED1EE
(222,209,238)
#E4DBF1
(228,219,241)
#EAE5F4
(234,229,244)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48BD9 color. Also use rgb(180,139,217) instead hex code.

Text Font Color

.myTextColor { color: #B48BD9; }

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

This text font color is #B48BD9.


Background Color

.myBgColor { background-color: #B48BD9; }

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

This div background color is #B48BD9.


Border color

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

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

This div border color is #B48BD9.


Opacity

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

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

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

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

This text has shadow with #B48BD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48BD9 on black background.


Color preview on white background

This text has color #B48BD9 on white background.



Black color preview on #B48BD9 background

This text has black color on #B48BD9 background.


White color preview on #B48BD9 background

This text has white color on #B48BD9 background.