COLOR #B48BDC

HEX: #B48BDC RGB: (180,139,220)

Color info

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

RGB color model

#B48BDC color RGB value is (180,139,220).

RGB: (180,139,220) (71%, 55%, 86%)

RGB channels and saturation

R 180 of 255 = 71%
G 139 of 255 = 55%
B 220 of 255 = 86%

180
139
220

R + G + B ~ 71%. #B48BDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 139 + 220 = 539 (100%)
R 180 of 539 ~ 33.4%
G 139 of 539 ~ 25.79%
B 220 of 539 ~ 40.82'%

%33.4
%25.79
%40.82

CMYK color model

#B48BDC color CMYK value is (18,37,0,14).

  • cyan value is 18.18%
  • magenta value is 36.82%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (18,37,0,14)
C18M37Y0K14 (18%, 37%, 0%, 14%)
(0.18 / 0.37 / 0.00 / 0.14)

CMYK percentages

%18.18
%36.82
%0
%13.73

Codes

Color #B48BDC in popluar color models

B4 8B DC
RGB 180 139 220
HSL 270° 53.64% 70.39%
HSB/HSV 270° 36.82% 86.27%
CMYK 18.18% 36.82% 0.00%
13.73%

Color #B48BDC in popluar number systems.

HEX B4 8B DC
Decimal 180 139 220
Binary 10110100 10001011 11011100
Octal 264 213 334

Shades and tints

Shades of #B48BDC

#B48BDC
(180,139,220)
#A47FC8
(164,127,200)
#9473B4
(148,115,180)
#8467A0
(132,103,160)
#745B8C
(116,91,140)
#644F78
(100,79,120)
#544364
(84,67,100)
#443750
(68,55,80)
#342B3C
(52,43,60)
#241F28
(36,31,40)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #B48BDC

#B48BDC
(180,139,220)
#BA95DF
(186,149,223)
#C09FE2
(192,159,226)
#C6A9E5
(198,169,229)
#CCB3E8
(204,179,232)
#D2BDEB
(210,189,235)
#D8C7EE
(216,199,238)
#DED1F1
(222,209,241)
#E4DBF4
(228,219,244)
#EAE5F7
(234,229,247)
#F0EFFA
(240,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48BDC; }

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

This text font color is #B48BDC.

Background Color

.myBgColor { background-color: #B48BDC; }

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

This div background color is #B48BDC.

Border color

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

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

This div border color is #B48BDC.

Opacity

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

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

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

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

This text has shadow with #B48BDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48BDC.

Preview

Color preview on black background

This text has color #B48BDC on black background.


Color preview on white background

This text has color #B48BDC on white background.


Black color preview on #B48BDC background

This text has black color on #B48BDC background.


White color preview on #B48BDC background

This text has white color on #B48BDC background.


Related colors

Complementary color

Complementary color for #hex is #4B7423.


I love getcolorcode.com

Triadic colors

1 #DCB48B and #8BDCB4 with #B48BDC are triadic colors.

2 #DC8BB4 and #8BB4DC with #B48BDC are triadic colors.