COLOR #B496E4

HEX: #B496E4
RGB: (180,150,228)

Color info

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

RGB color model

#B496E4 color RGB value is (180,150,228).

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

RGB channels and saturation

R 180 of 255 = 71%
G 150 of 255 = 59%
B 228 of 255 = 89%

180
150
228

R + G + B ~ 73%. #B496E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 150 + 228 = 558 (100%)
R 180 of 558 ~ 32.26%
G 150 of 558 ~ 26.88%
B 228 of 558 ~ 40.86%

%32.26
%26.88
%40.86

CMYK color model

#B496E4 color CMYK value is (21,34,0,11).

  • cyan value is 21.05%
  • magenta value is 34.21%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(21,34,0,11)
C21M34Y0K11 
(21%,34%,0%,11%)
(0.21/0.34/0.00/0.11)	

CMYK percentages

%21.05
%34.21
%0
%10.59

Codes

Color #B496E4 in popluar color models

B496E4
RGB180150228
HSL263°59.09%74.12%
HSB/HSV263°34.21%89.41%
CMYK21.05%34.21%0.00%
10.59%

Color #B496E4 in popluar number systems.

HEXB496E4
Decimal180150228
Binary101101001001011011100100
Octal264226344

Shades and tints

Shades of #B496E4

#B496E4
(180,150,228)
#A489D0
(164,137,208)
#947CBC
(148,124,188)
#846FA8
(132,111,168)
#746294
(116,98,148)
#645580
(100,85,128)
#54486C
(84,72,108)
#443B58
(68,59,88)
#342E44
(52,46,68)
#242130
(36,33,48)
#14141C
(20,20,28)
#000000
(0,0,0)

Tints of #B496E4

#B496E4
(180,150,228)
#BA9FE6
(186,159,230)
#C0A8E8
(192,168,232)
#C6B1EA
(198,177,234)
#CCBAEC
(204,186,236)
#D2C3EE
(210,195,238)
#D8CCF0
(216,204,240)
#DED5F2
(222,213,242)
#E4DEF4
(228,222,244)
#EAE7F6
(234,231,246)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B496E4; }

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

This text font color is #B496E4.


Background Color

.myBgColor { background-color: #B496E4; }

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

This div background color is #B496E4.


Border color

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

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

This div border color is #B496E4.


Opacity

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

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

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

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

This text has shadow with #B496E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B496E4 on black background.


Color preview on white background

This text has color #B496E4 on white background.



Black color preview on #B496E4 background

This text has black color on #B496E4 background.


White color preview on #B496E4 background

This text has white color on #B496E4 background.