COLOR #B48ED5

HEX: #B48ED5 RGB: (180,142,213)

Color info

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

RGB color model

#B48ED5 color RGB value is (180,142,213).

RGB: (180,142,213) (71%, 56%, 84%)

RGB channels and saturation

R 180 of 255 = 71%
G 142 of 255 = 56%
B 213 of 255 = 84%

180
142
213

R + G + B ~ 70%. #B48ED5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 142 + 213 = 535 (100%)
R 180 of 535 ~ 33.64%
G 142 of 535 ~ 26.54%
B 213 of 535 ~ 39.81'%

%33.64
%26.54
%39.81

CMYK color model

#B48ED5 color CMYK value is (15,33,0,16).

  • cyan value is 15.49%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK: (15,33,0,16) C15M33Y0K16 (15%,33%,0%,16%) (0.15/0.33/0.00/0.16) 

CMYK percentages

%15.49
%33.33
%0
%16.47

Codes

Color #B48ED5 in popluar color models

B4 8E D5
RGB 180 142 213
HSL 272° 45.81% 69.61%
HSB/HSV 272° 33.33% 83.53%
CMYK 15.49% 33.33% 0.00%
16.47%

Color #B48ED5 in popluar number systems.

HEX B4 8E D5
Decimal 180 142 213
Binary 10110100 10001110 11010101
Octal 264 216 325

Shades and tints

Shades of #B48ED5

#B48ED5
(180,142,213)
#A482C2
(164,130,194)
#9476AF
(148,118,175)
#846A9C
(132,106,156)
#745E89
(116,94,137)
#645276
(100,82,118)
#544663
(84,70,99)
#443A50
(68,58,80)
#342E3D
(52,46,61)
#24222A
(36,34,42)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #B48ED5

#B48ED5
(180,142,213)
#BA98D8
(186,152,216)
#C0A2DB
(192,162,219)
#C6ACDE
(198,172,222)
#CCB6E1
(204,182,225)
#D2C0E4
(210,192,228)
#D8CAE7
(216,202,231)
#DED4EA
(222,212,234)
#E4DEED
(228,222,237)
#EAE8F0
(234,232,240)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48ED5 color. Also use rgb(180,142,213) instead hex code.

Text Font Color

.myTextColor { color: #B48ED5; }

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

This text font color is #B48ED5.

Background Color

.myBgColor { background-color: #B48ED5; }

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

This div background color is #B48ED5.

Border color

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

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

This div border color is #B48ED5.

Opacity

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

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

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

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

This text has shadow with #B48ED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48ED5.

Preview

Color preview on black background

This text has color #B48ED5 on black background.


Color preview on white background

This text has color #B48ED5 on white background.


Black color preview on #B48ED5 background

This text has black color on #B48ED5 background.


White color preview on #B48ED5 background

This text has white color on #B48ED5 background.


Related colors

Complementary color

Complementary color for #hex is #4B712A.


I love getcolorcode.com

Triadic colors

1 #D5B48E and #8ED5B4 with #B48ED5 are triadic colors.

2 #D58EB4 and #8EB4D5 with #B48ED5 are triadic colors.