COLOR #B48ADD

HEX: #B48ADD
RGB: (180,138,221)

Color info

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

RGB color model

#B48ADD color RGB value is (180,138,221).

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

RGB channels and saturation

R 180 of 255 = 71%
G 138 of 255 = 54%
B 221 of 255 = 87%

180
138
221

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

Portions of RGB colors in percentages

R + G + B =
180 + 138 + 221 = 539 (100%)
R 180 of 539 ~ 33.4%
G 138 of 539 ~ 25.6%
B 221 of 539 ~ 41%

%33.4
%25.6
%41

CMYK color model

#B48ADD color CMYK value is (19,38,0,13).

  • cyan value is 18.55%
  • magenta value is 37.56%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(19,38,0,13)
C19M38Y0K13 
(19%,38%,0%,13%)
(0.19/0.38/0.00/0.13)	

CMYK percentages

%18.55
%37.56
%0
%13.33

Codes

Color #B48ADD in popluar color models

B48ADD
RGB180138221
HSL270°54.97%70.39%
HSB/HSV270°37.56%86.67%
CMYK18.55%37.56%0.00%
13.33%

Color #B48ADD in popluar number systems.

HEXB48ADD
Decimal180138221
Binary101101001000101011011101
Octal264212335

Shades and tints

Shades of #B48ADD

#B48ADD
(180,138,221)
#A47EC9
(164,126,201)
#9472B5
(148,114,181)
#8466A1
(132,102,161)
#745A8D
(116,90,141)
#644E79
(100,78,121)
#544265
(84,66,101)
#443651
(68,54,81)
#342A3D
(52,42,61)
#241E29
(36,30,41)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #B48ADD

#B48ADD
(180,138,221)
#BA94E0
(186,148,224)
#C09EE3
(192,158,227)
#C6A8E6
(198,168,230)
#CCB2E9
(204,178,233)
#D2BCEC
(210,188,236)
#D8C6EF
(216,198,239)
#DED0F2
(222,208,242)
#E4DAF5
(228,218,245)
#EAE4F8
(234,228,248)
#F0EEFB
(240,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48ADD; }

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

This text font color is #B48ADD.


Background Color

.myBgColor { background-color: #B48ADD; }

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

This div background color is #B48ADD.


Border color

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

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

This div border color is #B48ADD.


Opacity

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

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

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

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

This text has shadow with #B48ADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48ADD on black background.


Color preview on white background

This text has color #B48ADD on white background.



Black color preview on #B48ADD background

This text has black color on #B48ADD background.


White color preview on #B48ADD background

This text has white color on #B48ADD background.