COLOR #B48CBC

HEX: #B48CBC RGB: (180,140,188)

Color info

#B48CBC contains red, green and blue colors in about the same proportion. Web safe color of #B48CBC is #CC99CC (or #C9C).

RGB color model

#B48CBC color RGB value is (180,140,188).

RGB: (180,140,188) (71%, 55%, 74%)

RGB channels and saturation

R 180 of 255 = 71%
G 140 of 255 = 55%
B 188 of 255 = 74%

180
140
188

R + G + B ~ 67%. #B48CBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 140 + 188 = 508 (100%)
R 180 of 508 ~ 35.43%
G 140 of 508 ~ 27.56%
B 188 of 508 ~ 37.01'%

%35.43
%27.56
%37.01

CMYK color model

#B48CBC color CMYK value is (4,26,0,26).

  • cyan value is 4.26%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (4,26,0,26)
C4M26Y0K26 (4%, 26%, 0%, 26%)
(0.04 / 0.26 / 0.00 / 0.26)

CMYK percentages

%4.26
%25.53
%0
%26.27

Codes

Color #B48CBC in popluar color models

B4 8C BC
RGB 180 140 188
HSL 290° 26.37% 64.31%
HSB/HSV 290° 25.53% 73.73%
CMYK 4.26% 25.53% 0.00%
26.27%

Color #B48CBC in popluar number systems.

HEX B4 8C BC
Decimal 180 140 188
Binary 10110100 10001100 10111100
Octal 264 214 274

Shades and tints

Shades of #B48CBC

#B48CBC
(180,140,188)
#A480AB
(164,128,171)
#94749A
(148,116,154)
#846889
(132,104,137)
#745C78
(116,92,120)
#645067
(100,80,103)
#544456
(84,68,86)
#443845
(68,56,69)
#342C34
(52,44,52)
#242023
(36,32,35)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #B48CBC

#B48CBC
(180,140,188)
#BA96C2
(186,150,194)
#C0A0C8
(192,160,200)
#C6AACE
(198,170,206)
#CCB4D4
(204,180,212)
#D2BEDA
(210,190,218)
#D8C8E0
(216,200,224)
#DED2E6
(222,210,230)
#E4DCEC
(228,220,236)
#EAE6F2
(234,230,242)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48CBC; }

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

This text font color is #B48CBC.

Background Color

.myBgColor { background-color: #B48CBC; }

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

This div background color is #B48CBC.

Border color

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

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

This div border color is #B48CBC.

Opacity

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

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

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

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

This text has shadow with #B48CBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48CBC.

Preview

Color preview on black background

This text has color #B48CBC on black background.


Color preview on white background

This text has color #B48CBC on white background.


Black color preview on #B48CBC background

This text has black color on #B48CBC background.


White color preview on #B48CBC background

This text has white color on #B48CBC background.


Related colors

Complementary color

Complementary color for #hex is #4B7343.


I love getcolorcode.com

Triadic colors

1 #BCB48C and #8CBCB4 with #B48CBC are triadic colors.

2 #BC8CB4 and #8CB4BC with #B48CBC are triadic colors.