COLOR #B48ACC

HEX: #B48ACC RGB: (180,138,204)

Color info

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

RGB color model

#B48ACC color RGB value is (180,138,204).

RGB: (180,138,204) (71%, 54%, 80%)

RGB channels and saturation

R 180 of 255 = 71%
G 138 of 255 = 54%
B 204 of 255 = 80%

180
138
204

R + G + B ~ 68%. #B48ACC is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 138 + 204 = 522 (100%)
R 180 of 522 ~ 34.48%
G 138 of 522 ~ 26.44%
B 204 of 522 ~ 39.08'%

%34.48
%26.44
%39.08

CMYK color model

#B48ACC color CMYK value is (12,32,0,20).

  • cyan value is 11.76%
  • magenta value is 32.35%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (12,32,0,20) C12M32Y0K20 (12%,32%,0%,20%) (0.12/0.32/0.00/0.20) 

CMYK percentages

%11.76
%32.35
%0
%20

Codes

Color #B48ACC in popluar color models

B4 8A CC
RGB 180 138 204
HSL 278° 39.29% 67.06%
HSB/HSV 278° 32.35% 80.00%
CMYK 11.76% 32.35% 0.00%
20.00%

Color #B48ACC in popluar number systems.

HEX B4 8A CC
Decimal 180 138 204
Binary 10110100 10001010 11001100
Octal 264 212 314

Shades and tints

Shades of #B48ACC

#B48ACC
(180,138,204)
#A47EBA
(164,126,186)
#9472A8
(148,114,168)
#846696
(132,102,150)
#745A84
(116,90,132)
#644E72
(100,78,114)
#544260
(84,66,96)
#44364E
(68,54,78)
#342A3C
(52,42,60)
#241E2A
(36,30,42)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #B48ACC

#B48ACC
(180,138,204)
#BA94D0
(186,148,208)
#C09ED4
(192,158,212)
#C6A8D8
(198,168,216)
#CCB2DC
(204,178,220)
#D2BCE0
(210,188,224)
#D8C6E4
(216,198,228)
#DED0E8
(222,208,232)
#E4DAEC
(228,218,236)
#EAE4F0
(234,228,240)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48ACC color. Also use rgb(180,138,204) instead hex code.

Text Font Color

.myTextColor { color: #B48ACC; }

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

This text font color is #B48ACC.

Background Color

.myBgColor { background-color: #B48ACC; }

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

This div background color is #B48ACC.

Border color

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

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

This div border color is #B48ACC.

Opacity

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

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

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

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

This text has shadow with #B48ACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48ACC.

Preview

Color preview on black background

This text has color #B48ACC on black background.


Color preview on white background

This text has color #B48ACC on white background.


Black color preview on #B48ACC background

This text has black color on #B48ACC background.


White color preview on #B48ACC background

This text has white color on #B48ACC background.


Related colors

Complementary color

Complementary color for #hex is #4B7533.


I love getcolorcode.com

Triadic colors

1 #CCB48A and #8ACCB4 with #B48ACC are triadic colors.

2 #CC8AB4 and #8AB4CC with #B48ACC are triadic colors.