COLOR #B49EFC

HEX: #B49EFC
RGB: (180,158,252)

Color info

#B49EFC contains mainly blue color. Web safe color of #B49EFC is #CC99FF (or #C9F).

RGB color model

#B49EFC color RGB value is (180,158,252).

  • red value is 180;
  • green value is 158;
  • blue value is 252.
RGB:
(180,158,252)
(71%,62%,99%)

RGB channels and saturation

R 180 of 255 = 71%
G 158 of 255 = 62%
B 252 of 255 = 99%

180
158
252

R + G + B ~ 77%. #B49EFC is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 158 + 252 = 590 (100%)
R 180 of 590 ~ 30.51%
G 158 of 590 ~ 26.78%
B 252 of 590 ~ 42.71%

%30.51
%26.78
%42.71

CMYK color model

#B49EFC color CMYK value is (29,37,0,1).

  • cyan value is 28.57%
  • magenta value is 37.30%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(29,37,0,1)
C29M37Y0K1 
(29%,37%,0%,1%)
(0.29/0.37/0.00/0.01)	

CMYK percentages

%28.57
%37.3
%0
%1.18

Codes

Color #B49EFC in popluar color models

B49EFC
RGB180158252
HSL254°94.00%80.39%
HSB/HSV254°37.30%98.82%
CMYK28.57%37.30%0.00%
1.18%

Color #B49EFC in popluar number systems.

HEXB49EFC
Decimal180158252
Binary101101001001111011111100
Octal264236374

Shades and tints

Shades of #B49EFC

#B49EFC
(180,158,252)
#A490E6
(164,144,230)
#9482D0
(148,130,208)
#8474BA
(132,116,186)
#7466A4
(116,102,164)
#64588E
(100,88,142)
#544A78
(84,74,120)
#443C62
(68,60,98)
#342E4C
(52,46,76)
#242036
(36,32,54)
#141220
(20,18,32)
#000000
(0,0,0)

Tints of #B49EFC

#B49EFC
(180,158,252)
#BAA6FC
(186,166,252)
#C0AEFC
(192,174,252)
#C6B6FC
(198,182,252)
#CCBEFC
(204,190,252)
#D2C6FC
(210,198,252)
#D8CEFC
(216,206,252)
#DED6FC
(222,214,252)
#E4DEFC
(228,222,252)
#EAE6FC
(234,230,252)
#F0EEFC
(240,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49EFC color. Also use rgb(180,158,252) instead hex code.

Text Font Color

.myTextColor { color: #B49EFC; }

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

This text font color is #B49EFC.


Background Color

.myBgColor { background-color: #B49EFC; }

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

This div background color is #B49EFC.


Border color

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

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

This div border color is #B49EFC.


Opacity

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

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

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

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

This text has shadow with #B49EFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49EFC on black background.


Color preview on white background

This text has color #B49EFC on white background.



Black color preview on #B49EFC background

This text has black color on #B49EFC background.


White color preview on #B49EFC background

This text has white color on #B49EFC background.