COLOR #B48CE0

HEX: #B48CE0
RGB: (180,140,224)

Color info

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

RGB color model

#B48CE0 color RGB value is (180,140,224).

  • red value is 180;
  • green value is 140;
  • blue value is 224.
RGB:
(180,140,224)
(71%,55%,88%)

RGB channels and saturation

R 180 of 255 = 71%
G 140 of 255 = 55%
B 224 of 255 = 88%

180
140
224

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

Portions of RGB colors in percentages

R + G + B =
180 + 140 + 224 = 544 (100%)
R 180 of 544 ~ 33.09%
G 140 of 544 ~ 25.74%
B 224 of 544 ~ 41.18%

%33.09
%25.74
%41.18

CMYK color model

#B48CE0 color CMYK value is (20,38,0,12).

  • cyan value is 19.64%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(20,38,0,12)
C20M38Y0K12 
(20%,38%,0%,12%)
(0.20/0.38/0.00/0.12)	

CMYK percentages

%19.64
%37.5
%0
%12.16

Codes

Color #B48CE0 in popluar color models

B48CE0
RGB180140224
HSL269°57.53%71.37%
HSB/HSV269°37.50%87.84%
CMYK19.64%37.50%0.00%
12.16%

Color #B48CE0 in popluar number systems.

HEXB48CE0
Decimal180140224
Binary101101001000110011100000
Octal264214340

Shades and tints

Shades of #B48CE0

#B48CE0
(180,140,224)
#A480CC
(164,128,204)
#9474B8
(148,116,184)
#8468A4
(132,104,164)
#745C90
(116,92,144)
#64507C
(100,80,124)
#544468
(84,68,104)
#443854
(68,56,84)
#342C40
(52,44,64)
#24202C
(36,32,44)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #B48CE0

#B48CE0
(180,140,224)
#BA96E2
(186,150,226)
#C0A0E4
(192,160,228)
#C6AAE6
(198,170,230)
#CCB4E8
(204,180,232)
#D2BEEA
(210,190,234)
#D8C8EC
(216,200,236)
#DED2EE
(222,210,238)
#E4DCF0
(228,220,240)
#EAE6F2
(234,230,242)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48CE0; }

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

This text font color is #B48CE0.


Background Color

.myBgColor { background-color: #B48CE0; }

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

This div background color is #B48CE0.


Border color

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

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

This div border color is #B48CE0.


Opacity

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

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

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

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

This text has shadow with #B48CE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48CE0 on black background.


Color preview on white background

This text has color #B48CE0 on white background.



Black color preview on #B48CE0 background

This text has black color on #B48CE0 background.


White color preview on #B48CE0 background

This text has white color on #B48CE0 background.