COLOR #B49CEF

HEX: #B49CEF RGB: (180,156,239)

Color info

#B49CEF contains mainly red and blue colors. Web safe color of #B49CEF is #CC99FF (or #C9F).

RGB color model

#B49CEF color RGB value is (180,156,239).

RGB: (180,156,239) (71%, 61%, 94%)

RGB channels and saturation

R 180 of 255 = 71%
G 156 of 255 = 61%
B 239 of 255 = 94%

180
156
239

R + G + B ~ 75%. #B49CEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 156 + 239 = 575 (100%)
R 180 of 575 ~ 31.3%
G 156 of 575 ~ 27.13%
B 239 of 575 ~ 41.57'%

%31.3
%27.13
%41.57

CMYK color model

#B49CEF color CMYK value is (25,35,0,6).

  • cyan value is 24.69%
  • magenta value is 34.73%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (25,35,0,6)
C25M35Y0K6 (25%, 35%, 0%, 6%)
(0.25 / 0.35 / 0.00 / 0.06)

CMYK percentages

%24.69
%34.73
%0
%6.27

Codes

Color #B49CEF in popluar color models

B4 9C EF
RGB 180 156 239
HSL 257° 72.17% 77.45%
HSB/HSV 257° 34.73% 93.73%
CMYK 24.69% 34.73% 0.00%
6.27%

Color #B49CEF in popluar number systems.

HEX B4 9C EF
Decimal 180 156 239
Binary 10110100 10011100 11101111
Octal 264 234 357

Shades and tints

Shades of #B49CEF

#B49CEF
(180,156,239)
#A48EDA
(164,142,218)
#9480C5
(148,128,197)
#8472B0
(132,114,176)
#74649B
(116,100,155)
#645686
(100,86,134)
#544871
(84,72,113)
#443A5C
(68,58,92)
#342C47
(52,44,71)
#241E32
(36,30,50)
#14101D
(20,16,29)
#000000
(0,0,0)

Tints of #B49CEF

#B49CEF
(180,156,239)
#BAA5F0
(186,165,240)
#C0AEF1
(192,174,241)
#C6B7F2
(198,183,242)
#CCC0F3
(204,192,243)
#D2C9F4
(210,201,244)
#D8D2F5
(216,210,245)
#DEDBF6
(222,219,246)
#E4E4F7
(228,228,247)
#EAEDF8
(234,237,248)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49CEF; }

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

This text font color is #B49CEF.

Background Color

.myBgColor { background-color: #B49CEF; }

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

This div background color is #B49CEF.

Border color

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

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

This div border color is #B49CEF.

Opacity

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

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

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

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

This text has shadow with #B49CEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49CEF.

Preview

Color preview on black background

This text has color #B49CEF on black background.


Color preview on white background

This text has color #B49CEF on white background.


Black color preview on #B49CEF background

This text has black color on #B49CEF background.


White color preview on #B49CEF background

This text has white color on #B49CEF background.


Related colors

Complementary color

Complementary color for #hex is #4B6310.


I love getcolorcode.com

Triadic colors

1 #EFB49C and #9CEFB4 with #B49CEF are triadic colors.

2 #EF9CB4 and #9CB4EF with #B49CEF are triadic colors.