COLOR #B48CD2

HEX: #B48CD2
RGB: (180,140,210)

Color info

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

RGB color model

#B48CD2 color RGB value is (180,140,210).

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

RGB channels and saturation

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

180
140
210

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

Portions of RGB colors in percentages

R + G + B =
180 + 140 + 210 = 530 (100%)
R 180 of 530 ~ 33.96%
G 140 of 530 ~ 26.42%
B 210 of 530 ~ 39.62%

%33.96
%26.42
%39.62

CMYK color model

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

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

CMYK percentages

%14.29
%33.33
%0
%17.65

Codes

Color #B48CD2 in popluar color models

B48CD2
RGB180140210
HSL274°43.75%68.63%
HSB/HSV274°33.33%82.35%
CMYK14.29%33.33%0.00%
17.65%

Color #B48CD2 in popluar number systems.

HEXB48CD2
Decimal180140210
Binary101101001000110011010010
Octal264214322

Shades and tints

Shades of #B48CD2

#B48CD2
(180,140,210)
#A480BF
(164,128,191)
#9474AC
(148,116,172)
#846899
(132,104,153)
#745C86
(116,92,134)
#645073
(100,80,115)
#544460
(84,68,96)
#44384D
(68,56,77)
#342C3A
(52,44,58)
#242027
(36,32,39)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #B48CD2

#B48CD2
(180,140,210)
#BA96D6
(186,150,214)
#C0A0DA
(192,160,218)
#C6AADE
(198,170,222)
#CCB4E2
(204,180,226)
#D2BEE6
(210,190,230)
#D8C8EA
(216,200,234)
#DED2EE
(222,210,238)
#E4DCF2
(228,220,242)
#EAE6F6
(234,230,246)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48CD2; }

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

This text font color is #B48CD2.


Background Color

.myBgColor { background-color: #B48CD2; }

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

This div background color is #B48CD2.


Border color

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

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

This div border color is #B48CD2.


Opacity

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

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

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

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

This text has shadow with #B48CD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48CD2 on black background.


Color preview on white background

This text has color #B48CD2 on white background.



Black color preview on #B48CD2 background

This text has black color on #B48CD2 background.


White color preview on #B48CD2 background

This text has white color on #B48CD2 background.