COLOR #B49CF9

HEX: #B49CF9 RGB: (180,156,249)

Color info

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

RGB color model

#B49CF9 color RGB value is (180,156,249).

RGB: (180,156,249) (71%, 61%, 98%)

RGB channels and saturation

R 180 of 255 = 71%
G 156 of 255 = 61%
B 249 of 255 = 98%

180
156
249

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

Portions of RGB colors in percentages

R + G + B = 180 + 156 + 249 = 585 (100%)
R 180 of 585 ~ 30.77%
G 156 of 585 ~ 26.67%
B 249 of 585 ~ 42.56'%

%30.77
%26.67
%42.56

CMYK color model

#B49CF9 color CMYK value is (28,37,0,2).

  • cyan value is 27.71%
  • magenta value is 37.35%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (28,37,0,2) C28M37Y0K2 (28%,37%,0%,2%) (0.28/0.37/0.00/0.02) 

CMYK percentages

%27.71
%37.35
%0
%2.35

Codes

Color #B49CF9 in popluar color models

B4 9C F9
RGB 180 156 249
HSL 255° 88.57% 79.41%
HSB/HSV 255° 37.35% 97.65%
CMYK 27.71% 37.35% 0.00%
2.35%

Color #B49CF9 in popluar number systems.

HEX B4 9C F9
Decimal 180 156 249
Binary 10110100 10011100 11111001
Octal 264 234 371

Shades and tints

Shades of #B49CF9

#B49CF9
(180,156,249)
#A48EE3
(164,142,227)
#9480CD
(148,128,205)
#8472B7
(132,114,183)
#7464A1
(116,100,161)
#64568B
(100,86,139)
#544875
(84,72,117)
#443A5F
(68,58,95)
#342C49
(52,44,73)
#241E33
(36,30,51)
#14101D
(20,16,29)
#000000
(0,0,0)

Tints of #B49CF9

#B49CF9
(180,156,249)
#BAA5F9
(186,165,249)
#C0AEF9
(192,174,249)
#C6B7F9
(198,183,249)
#CCC0F9
(204,192,249)
#D2C9F9
(210,201,249)
#D8D2F9
(216,210,249)
#DEDBF9
(222,219,249)
#E4E4F9
(228,228,249)
#EAEDF9
(234,237,249)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49CF9 color. Also use rgb(180,156,249) instead hex code.

Text Font Color

.myTextColor { color: #B49CF9; }

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

This text font color is #B49CF9.

Background Color

.myBgColor { background-color: #B49CF9; }

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

This div background color is #B49CF9.

Border color

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

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

This div border color is #B49CF9.

Opacity

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

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

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

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

This text has shadow with #B49CF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49CF9.

Preview

Color preview on black background

This text has color #B49CF9 on black background.


Color preview on white background

This text has color #B49CF9 on white background.


Black color preview on #B49CF9 background

This text has black color on #B49CF9 background.


White color preview on #B49CF9 background

This text has white color on #B49CF9 background.


Related colors

Complementary color

Complementary color for #hex is #4B6306.


I love getcolorcode.com

Triadic colors

1 #F9B49C and #9CF9B4 with #B49CF9 are triadic colors.

2 #F99CB4 and #9CB4F9 with #B49CF9 are triadic colors.