COLOR #B48BCD

HEX: #B48BCD RGB: (180,139,205)

Color info

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

RGB color model

#B48BCD color RGB value is (180,139,205).

RGB: (180,139,205) (71%, 55%, 80%)

RGB channels and saturation

R 180 of 255 = 71%
G 139 of 255 = 55%
B 205 of 255 = 80%

180
139
205

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

Portions of RGB colors in percentages

R + G + B = 180 + 139 + 205 = 524 (100%)
R 180 of 524 ~ 34.35%
G 139 of 524 ~ 26.53%
B 205 of 524 ~ 39.12'%

%34.35
%26.53
%39.12

CMYK color model

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

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

CMYK percentages

%12.2
%32.2
%0
%19.61

Codes

Color #B48BCD in popluar color models

B4 8B CD
RGB 180 139 205
HSL 277° 39.76% 67.45%
HSB/HSV 277° 32.20% 80.39%
CMYK 12.20% 32.20% 0.00%
19.61%

Color #B48BCD in popluar number systems.

HEX B4 8B CD
Decimal 180 139 205
Binary 10110100 10001011 11001101
Octal 264 213 315

Shades and tints

Shades of #B48BCD

#B48BCD
(180,139,205)
#A47FBB
(164,127,187)
#9473A9
(148,115,169)
#846797
(132,103,151)
#745B85
(116,91,133)
#644F73
(100,79,115)
#544361
(84,67,97)
#44374F
(68,55,79)
#342B3D
(52,43,61)
#241F2B
(36,31,43)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #B48BCD

#B48BCD
(180,139,205)
#BA95D1
(186,149,209)
#C09FD5
(192,159,213)
#C6A9D9
(198,169,217)
#CCB3DD
(204,179,221)
#D2BDE1
(210,189,225)
#D8C7E5
(216,199,229)
#DED1E9
(222,209,233)
#E4DBED
(228,219,237)
#EAE5F1
(234,229,241)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48BCD; }

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

This text font color is #B48BCD.

Background Color

.myBgColor { background-color: #B48BCD; }

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

This div background color is #B48BCD.

Border color

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

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

This div border color is #B48BCD.

Opacity

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

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

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

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

This text has shadow with #B48BCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48BCD.

Preview

Color preview on black background

This text has color #B48BCD on black background.


Color preview on white background

This text has color #B48BCD on white background.


Black color preview on #B48BCD background

This text has black color on #B48BCD background.


White color preview on #B48BCD background

This text has white color on #B48BCD background.


Related colors

Complementary color

Complementary color for #hex is #4B7432.


I love getcolorcode.com

Triadic colors

1 #CDB48B and #8BCDB4 with #B48BCD are triadic colors.

2 #CD8BB4 and #8BB4CD with #B48BCD are triadic colors.