COLOR #B48BDE

HEX: #B48BDE RGB: (180,139,222)

Color info

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

RGB color model

#B48BDE color RGB value is (180,139,222).

RGB: (180,139,222) (71%, 55%, 87%)

RGB channels and saturation

R 180 of 255 = 71%
G 139 of 255 = 55%
B 222 of 255 = 87%

180
139
222

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

Portions of RGB colors in percentages

R + G + B = 180 + 139 + 222 = 541 (100%)
R 180 of 541 ~ 33.27%
G 139 of 541 ~ 25.69%
B 222 of 541 ~ 41.04'%

%33.27
%25.69
%41.04

CMYK color model

#B48BDE color CMYK value is (19,37,0,13).

  • cyan value is 18.92%
  • magenta value is 37.39%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (19,37,0,13)
C19M37Y0K13 (19%, 37%, 0%, 13%)
(0.19 / 0.37 / 0.00 / 0.13)

CMYK percentages

%18.92
%37.39
%0
%12.94

Codes

Color #B48BDE in popluar color models

B4 8B DE
RGB 180 139 222
HSL 270° 55.70% 70.78%
HSB/HSV 270° 37.39% 87.06%
CMYK 18.92% 37.39% 0.00%
12.94%

Color #B48BDE in popluar number systems.

HEX B4 8B DE
Decimal 180 139 222
Binary 10110100 10001011 11011110
Octal 264 213 336

Shades and tints

Shades of #B48BDE

#B48BDE
(180,139,222)
#A47FCA
(164,127,202)
#9473B6
(148,115,182)
#8467A2
(132,103,162)
#745B8E
(116,91,142)
#644F7A
(100,79,122)
#544366
(84,67,102)
#443752
(68,55,82)
#342B3E
(52,43,62)
#241F2A
(36,31,42)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #B48BDE

#B48BDE
(180,139,222)
#BA95E1
(186,149,225)
#C09FE4
(192,159,228)
#C6A9E7
(198,169,231)
#CCB3EA
(204,179,234)
#D2BDED
(210,189,237)
#D8C7F0
(216,199,240)
#DED1F3
(222,209,243)
#E4DBF6
(228,219,246)
#EAE5F9
(234,229,249)
#F0EFFC
(240,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48BDE; }

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

This text font color is #B48BDE.

Background Color

.myBgColor { background-color: #B48BDE; }

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

This div background color is #B48BDE.

Border color

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

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

This div border color is #B48BDE.

Opacity

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

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

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

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

This text has shadow with #B48BDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48BDE.

Preview

Color preview on black background

This text has color #B48BDE on black background.


Color preview on white background

This text has color #B48BDE on white background.


Black color preview on #B48BDE background

This text has black color on #B48BDE background.


White color preview on #B48BDE background

This text has white color on #B48BDE background.


Related colors

Complementary color

Complementary color for #hex is #4B7421.


I love getcolorcode.com

Triadic colors

1 #DEB48B and #8BDEB4 with #B48BDE are triadic colors.

2 #DE8BB4 and #8BB4DE with #B48BDE are triadic colors.