COLOR #B48EE2

HEX: #B48EE2 RGB: (180,142,226)

Color info

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

RGB color model

#B48EE2 color RGB value is (180,142,226).

RGB: (180,142,226) (71%, 56%, 89%)

RGB channels and saturation

R 180 of 255 = 71%
G 142 of 255 = 56%
B 226 of 255 = 89%

180
142
226

R + G + B ~ 72%. #B48EE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 142 + 226 = 548 (100%)
R 180 of 548 ~ 32.85%
G 142 of 548 ~ 25.91%
B 226 of 548 ~ 41.24'%

%32.85
%25.91
%41.24

CMYK color model

#B48EE2 color CMYK value is (20,37,0,11).

  • cyan value is 20.35%
  • magenta value is 37.17%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (20,37,0,11)
C20M37Y0K11 (20%, 37%, 0%, 11%)
(0.20 / 0.37 / 0.00 / 0.11)

CMYK percentages

%20.35
%37.17
%0
%11.37

Codes

Color #B48EE2 in popluar color models

B4 8E E2
RGB 180 142 226
HSL 267° 59.15% 72.16%
HSB/HSV 267° 37.17% 88.63%
CMYK 20.35% 37.17% 0.00%
11.37%

Color #B48EE2 in popluar number systems.

HEX B4 8E E2
Decimal 180 142 226
Binary 10110100 10001110 11100010
Octal 264 216 342

Shades and tints

Shades of #B48EE2

#B48EE2
(180,142,226)
#A482CE
(164,130,206)
#9476BA
(148,118,186)
#846AA6
(132,106,166)
#745E92
(116,94,146)
#64527E
(100,82,126)
#54466A
(84,70,106)
#443A56
(68,58,86)
#342E42
(52,46,66)
#24222E
(36,34,46)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #B48EE2

#B48EE2
(180,142,226)
#BA98E4
(186,152,228)
#C0A2E6
(192,162,230)
#C6ACE8
(198,172,232)
#CCB6EA
(204,182,234)
#D2C0EC
(210,192,236)
#D8CAEE
(216,202,238)
#DED4F0
(222,212,240)
#E4DEF2
(228,222,242)
#EAE8F4
(234,232,244)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48EE2; }

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

This text font color is #B48EE2.

Background Color

.myBgColor { background-color: #B48EE2; }

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

This div background color is #B48EE2.

Border color

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

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

This div border color is #B48EE2.

Opacity

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

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

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

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

This text has shadow with #B48EE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48EE2.

Preview

Color preview on black background

This text has color #B48EE2 on black background.


Color preview on white background

This text has color #B48EE2 on white background.


Black color preview on #B48EE2 background

This text has black color on #B48EE2 background.


White color preview on #B48EE2 background

This text has white color on #B48EE2 background.


Related colors

Complementary color

Complementary color for #hex is #4B711D.


I love getcolorcode.com

Triadic colors

1 #E2B48E and #8EE2B4 with #B48EE2 are triadic colors.

2 #E28EB4 and #8EB4E2 with #B48EE2 are triadic colors.