COLOR #B494BD

HEX: #B494BD
RGB: (180,148,189)

Color info

#B494BD contains red, green and blue colors in about the same proportion. Web safe color of #B494BD is #CC99CC (or #C9C).

RGB color model

#B494BD color RGB value is (180,148,189).

  • red value is 180;
  • green value is 148;
  • blue value is 189.
RGB:
(180,148,189)
(71%,58%,74%)

RGB channels and saturation

R 180 of 255 = 71%
G 148 of 255 = 58%
B 189 of 255 = 74%

180
148
189

R + G + B ~ 68%. #B494BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 148 + 189 = 517 (100%)
R 180 of 517 ~ 34.82%
G 148 of 517 ~ 28.63%
B 189 of 517 ~ 36.56%

%34.82
%28.63
%36.56

CMYK color model

#B494BD color CMYK value is (5,22,0,26).

  • cyan value is 4.76%
  • magenta value is 21.69%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(5,22,0,26)
C5M22Y0K26 
(5%,22%,0%,26%)
(0.05/0.22/0.00/0.26)	

CMYK percentages

%4.76
%21.69
%0
%25.88

Codes

Color #B494BD in popluar color models

B494BD
RGB180148189
HSL287°23.70%66.08%
HSB/HSV287°21.69%74.12%
CMYK4.76%21.69%0.00%
25.88%

Color #B494BD in popluar number systems.

HEXB494BD
Decimal180148189
Binary101101001001010010111101
Octal264224275

Shades and tints

Shades of #B494BD

#B494BD
(180,148,189)
#A487AC
(164,135,172)
#947A9B
(148,122,155)
#846D8A
(132,109,138)
#746079
(116,96,121)
#645368
(100,83,104)
#544657
(84,70,87)
#443946
(68,57,70)
#342C35
(52,44,53)
#241F24
(36,31,36)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #B494BD

#B494BD
(180,148,189)
#BA9DC3
(186,157,195)
#C0A6C9
(192,166,201)
#C6AFCF
(198,175,207)
#CCB8D5
(204,184,213)
#D2C1DB
(210,193,219)
#D8CAE1
(216,202,225)
#DED3E7
(222,211,231)
#E4DCED
(228,220,237)
#EAE5F3
(234,229,243)
#F0EEF9
(240,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B494BD color. Also use rgb(180,148,189) instead hex code.

Text Font Color

.myTextColor { color: #B494BD; }

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

This text font color is #B494BD.


Background Color

.myBgColor { background-color: #B494BD; }

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

This div background color is #B494BD.


Border color

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

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

This div border color is #B494BD.


Opacity

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

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

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

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

This text has shadow with #B494BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B494BD on black background.


Color preview on white background

This text has color #B494BD on white background.



Black color preview on #B494BD background

This text has black color on #B494BD background.


White color preview on #B494BD background

This text has white color on #B494BD background.