COLOR #B48AE6

HEX: #B48AE6
RGB: (180,138,230)

Color info

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

RGB color model

#B48AE6 color RGB value is (180,138,230).

  • red value is 180;
  • green value is 138;
  • blue value is 230.
RGB:
(180,138,230)
(71%,54%,90%)

RGB channels and saturation

R 180 of 255 = 71%
G 138 of 255 = 54%
B 230 of 255 = 90%

180
138
230

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

Portions of RGB colors in percentages

R + G + B =
180 + 138 + 230 = 548 (100%)
R 180 of 548 ~ 32.85%
G 138 of 548 ~ 25.18%
B 230 of 548 ~ 41.97%

%32.85
%25.18
%41.97

CMYK color model

#B48AE6 color CMYK value is (22,40,0,10).

  • cyan value is 21.74%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(22,40,0,10)
C22M40Y0K10 
(22%,40%,0%,10%)
(0.22/0.40/0.00/0.10)	

CMYK percentages

%21.74
%40
%0
%9.8

Codes

Color #B48AE6 in popluar color models

B48AE6
RGB180138230
HSL267°64.79%72.16%
HSB/HSV267°40.00%90.20%
CMYK21.74%40.00%0.00%
9.80%

Color #B48AE6 in popluar number systems.

HEXB48AE6
Decimal180138230
Binary101101001000101011100110
Octal264212346

Shades and tints

Shades of #B48AE6

#B48AE6
(180,138,230)
#A47ED2
(164,126,210)
#9472BE
(148,114,190)
#8466AA
(132,102,170)
#745A96
(116,90,150)
#644E82
(100,78,130)
#54426E
(84,66,110)
#44365A
(68,54,90)
#342A46
(52,42,70)
#241E32
(36,30,50)
#14121E
(20,18,30)
#000000
(0,0,0)

Tints of #B48AE6

#B48AE6
(180,138,230)
#BA94E8
(186,148,232)
#C09EEA
(192,158,234)
#C6A8EC
(198,168,236)
#CCB2EE
(204,178,238)
#D2BCF0
(210,188,240)
#D8C6F2
(216,198,242)
#DED0F4
(222,208,244)
#E4DAF6
(228,218,246)
#EAE4F8
(234,228,248)
#F0EEFA
(240,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48AE6 color. Also use rgb(180,138,230) instead hex code.

Text Font Color

.myTextColor { color: #B48AE6; }

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

This text font color is #B48AE6.


Background Color

.myBgColor { background-color: #B48AE6; }

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

This div background color is #B48AE6.


Border color

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

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

This div border color is #B48AE6.


Opacity

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

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

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

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

This text has shadow with #B48AE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48AE6 on black background.


Color preview on white background

This text has color #B48AE6 on white background.



Black color preview on #B48AE6 background

This text has black color on #B48AE6 background.


White color preview on #B48AE6 background

This text has white color on #B48AE6 background.