COLOR #B48FCE

HEX: #B48FCE
RGB: (180,143,206)

Color info

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

RGB color model

#B48FCE color RGB value is (180,143,206).

  • red value is 180;
  • green value is 143;
  • blue value is 206.
RGB:
(180,143,206)
(71%,56%,81%)

RGB channels and saturation

R 180 of 255 = 71%
G 143 of 255 = 56%
B 206 of 255 = 81%

180
143
206

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

Portions of RGB colors in percentages

R + G + B =
180 + 143 + 206 = 529 (100%)
R 180 of 529 ~ 34.03%
G 143 of 529 ~ 27.03%
B 206 of 529 ~ 38.94%

%34.03
%27.03
%38.94

CMYK color model

#B48FCE color CMYK value is (13,31,0,19).

  • cyan value is 12.62%
  • magenta value is 30.58%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(13,31,0,19)
C13M31Y0K19 
(13%,31%,0%,19%)
(0.13/0.31/0.00/0.19)	

CMYK percentages

%12.62
%30.58
%0
%19.22

Codes

Color #B48FCE in popluar color models

B48FCE
RGB180143206
HSL275°39.13%68.43%
HSB/HSV275°30.58%80.78%
CMYK12.62%30.58%0.00%
19.22%

Color #B48FCE in popluar number systems.

HEXB48FCE
Decimal180143206
Binary101101001000111111001110
Octal264217316

Shades and tints

Shades of #B48FCE

#B48FCE
(180,143,206)
#A482BC
(164,130,188)
#9475AA
(148,117,170)
#846898
(132,104,152)
#745B86
(116,91,134)
#644E74
(100,78,116)
#544162
(84,65,98)
#443450
(68,52,80)
#34273E
(52,39,62)
#241A2C
(36,26,44)
#140D1A
(20,13,26)
#000000
(0,0,0)

Tints of #B48FCE

#B48FCE
(180,143,206)
#BA99D2
(186,153,210)
#C0A3D6
(192,163,214)
#C6ADDA
(198,173,218)
#CCB7DE
(204,183,222)
#D2C1E2
(210,193,226)
#D8CBE6
(216,203,230)
#DED5EA
(222,213,234)
#E4DFEE
(228,223,238)
#EAE9F2
(234,233,242)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48FCE color. Also use rgb(180,143,206) instead hex code.

Text Font Color

.myTextColor { color: #B48FCE; }

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

This text font color is #B48FCE.


Background Color

.myBgColor { background-color: #B48FCE; }

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

This div background color is #B48FCE.


Border color

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

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

This div border color is #B48FCE.


Opacity

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

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

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

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

This text has shadow with #B48FCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48FCE on black background.


Color preview on white background

This text has color #B48FCE on white background.



Black color preview on #B48FCE background

This text has black color on #B48FCE background.


White color preview on #B48FCE background

This text has white color on #B48FCE background.