COLOR #B48AD2

HEX: #B48AD2
RGB: (180,138,210)

Color info

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

RGB color model

#B48AD2 color RGB value is (180,138,210).

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

RGB channels and saturation

R 180 of 255 = 71%
G 138 of 255 = 54%
B 210 of 255 = 82%

180
138
210

R + G + B ~ 69%. #B48AD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 138 + 210 = 528 (100%)
R 180 of 528 ~ 34.09%
G 138 of 528 ~ 26.14%
B 210 of 528 ~ 39.77%

%34.09
%26.14
%39.77

CMYK color model

#B48AD2 color CMYK value is (14,34,0,18).

  • cyan value is 14.29%
  • magenta value is 34.29%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(14,34,0,18)
C14M34Y0K18 
(14%,34%,0%,18%)
(0.14/0.34/0.00/0.18)	

CMYK percentages

%14.29
%34.29
%0
%17.65

Codes

Color #B48AD2 in popluar color models

B48AD2
RGB180138210
HSL275°44.44%68.24%
HSB/HSV275°34.29%82.35%
CMYK14.29%34.29%0.00%
17.65%

Color #B48AD2 in popluar number systems.

HEXB48AD2
Decimal180138210
Binary101101001000101011010010
Octal264212322

Shades and tints

Shades of #B48AD2

#B48AD2
(180,138,210)
#A47EBF
(164,126,191)
#9472AC
(148,114,172)
#846699
(132,102,153)
#745A86
(116,90,134)
#644E73
(100,78,115)
#544260
(84,66,96)
#44364D
(68,54,77)
#342A3A
(52,42,58)
#241E27
(36,30,39)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #B48AD2

#B48AD2
(180,138,210)
#BA94D6
(186,148,214)
#C09EDA
(192,158,218)
#C6A8DE
(198,168,222)
#CCB2E2
(204,178,226)
#D2BCE6
(210,188,230)
#D8C6EA
(216,198,234)
#DED0EE
(222,208,238)
#E4DAF2
(228,218,242)
#EAE4F6
(234,228,246)
#F0EEFA
(240,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48AD2; }

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

This text font color is #B48AD2.


Background Color

.myBgColor { background-color: #B48AD2; }

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

This div background color is #B48AD2.


Border color

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

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

This div border color is #B48AD2.


Opacity

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

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

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

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

This text has shadow with #B48AD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48AD2 on black background.


Color preview on white background

This text has color #B48AD2 on white background.



Black color preview on #B48AD2 background

This text has black color on #B48AD2 background.


White color preview on #B48AD2 background

This text has white color on #B48AD2 background.