COLOR #B494E2

HEX: #B494E2 RGB: (180,148,226)

Color info

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

RGB color model

#B494E2 color RGB value is (180,148,226).

RGB: (180,148,226) (71%, 58%, 89%)

RGB channels and saturation

R 180 of 255 = 71%
G 148 of 255 = 58%
B 226 of 255 = 89%

180
148
226

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

Portions of RGB colors in percentages

R + G + B = 180 + 148 + 226 = 554 (100%)
R 180 of 554 ~ 32.49%
G 148 of 554 ~ 26.71%
B 226 of 554 ~ 40.79'%

%32.49
%26.71
%40.79

CMYK color model

#B494E2 color CMYK value is (20,35,0,11).

  • cyan value is 20.35%
  • magenta value is 34.51%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (20,35,0,11)
C20M35Y0K11 (20%, 35%, 0%, 11%)
(0.20 / 0.35 / 0.00 / 0.11)

CMYK percentages

%20.35
%34.51
%0
%11.37

Codes

Color #B494E2 in popluar color models

B4 94 E2
RGB 180 148 226
HSL 265° 57.35% 73.33%
HSB/HSV 265° 34.51% 88.63%
CMYK 20.35% 34.51% 0.00%
11.37%

Color #B494E2 in popluar number systems.

HEX B4 94 E2
Decimal 180 148 226
Binary 10110100 10010100 11100010
Octal 264 224 342

Shades and tints

Shades of #B494E2

#B494E2
(180,148,226)
#A487CE
(164,135,206)
#947ABA
(148,122,186)
#846DA6
(132,109,166)
#746092
(116,96,146)
#64537E
(100,83,126)
#54466A
(84,70,106)
#443956
(68,57,86)
#342C42
(52,44,66)
#241F2E
(36,31,46)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #B494E2

#B494E2
(180,148,226)
#BA9DE4
(186,157,228)
#C0A6E6
(192,166,230)
#C6AFE8
(198,175,232)
#CCB8EA
(204,184,234)
#D2C1EC
(210,193,236)
#D8CAEE
(216,202,238)
#DED3F0
(222,211,240)
#E4DCF2
(228,220,242)
#EAE5F4
(234,229,244)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B494E2; }

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

This text font color is #B494E2.

Background Color

.myBgColor { background-color: #B494E2; }

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

This div background color is #B494E2.

Border color

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

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

This div border color is #B494E2.

Opacity

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

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

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

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

This text has shadow with #B494E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B494E2.

Preview

Color preview on black background

This text has color #B494E2 on black background.


Color preview on white background

This text has color #B494E2 on white background.


Black color preview on #B494E2 background

This text has black color on #B494E2 background.


White color preview on #B494E2 background

This text has white color on #B494E2 background.


Related colors

Complementary color

Complementary color for #hex is #4B6B1D.


I love getcolorcode.com

Triadic colors

1 #E2B494 and #94E2B4 with #B494E2 are triadic colors.

2 #E294B4 and #94B4E2 with #B494E2 are triadic colors.