COLOR #B49FE4

HEX: #B49FE4
RGB: (180,159,228)

Color info

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

RGB color model

#B49FE4 color RGB value is (180,159,228).

  • red value is 180;
  • green value is 159;
  • blue value is 228.
RGB:
(180,159,228)
(71%,62%,89%)

RGB channels and saturation

R 180 of 255 = 71%
G 159 of 255 = 62%
B 228 of 255 = 89%

180
159
228

R + G + B ~ 74%. #B49FE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 159 + 228 = 567 (100%)
R 180 of 567 ~ 31.75%
G 159 of 567 ~ 28.04%
B 228 of 567 ~ 40.21%

%31.75
%28.04
%40.21

CMYK color model

#B49FE4 color CMYK value is (21,30,0,11).

  • cyan value is 21.05%
  • magenta value is 30.26%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(21,30,0,11)
C21M30Y0K11 
(21%,30%,0%,11%)
(0.21/0.30/0.00/0.11)	

CMYK percentages

%21.05
%30.26
%0
%10.59

Codes

Color #B49FE4 in popluar color models

B49FE4
RGB180159228
HSL258°56.10%75.88%
HSB/HSV258°30.26%89.41%
CMYK21.05%30.26%0.00%
10.59%

Color #B49FE4 in popluar number systems.

HEXB49FE4
Decimal180159228
Binary101101001001111111100100
Octal264237344

Shades and tints

Shades of #B49FE4

#B49FE4
(180,159,228)
#A491D0
(164,145,208)
#9483BC
(148,131,188)
#8475A8
(132,117,168)
#746794
(116,103,148)
#645980
(100,89,128)
#544B6C
(84,75,108)
#443D58
(68,61,88)
#342F44
(52,47,68)
#242130
(36,33,48)
#14131C
(20,19,28)
#000000
(0,0,0)

Tints of #B49FE4

#B49FE4
(180,159,228)
#BAA7E6
(186,167,230)
#C0AFE8
(192,175,232)
#C6B7EA
(198,183,234)
#CCBFEC
(204,191,236)
#D2C7EE
(210,199,238)
#D8CFF0
(216,207,240)
#DED7F2
(222,215,242)
#E4DFF4
(228,223,244)
#EAE7F6
(234,231,246)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49FE4 color. Also use rgb(180,159,228) instead hex code.

Text Font Color

.myTextColor { color: #B49FE4; }

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

This text font color is #B49FE4.


Background Color

.myBgColor { background-color: #B49FE4; }

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

This div background color is #B49FE4.


Border color

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

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

This div border color is #B49FE4.


Opacity

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

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

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

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

This text has shadow with #B49FE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49FE4 on black background.


Color preview on white background

This text has color #B49FE4 on white background.



Black color preview on #B49FE4 background

This text has black color on #B49FE4 background.


White color preview on #B49FE4 background

This text has white color on #B49FE4 background.