COLOR #B46EA4

HEX: #B46EA4 RGB: (180,110,164)

Color info

#B46EA4 contains mainly red and blue colors. Web safe color of #B46EA4 is #CC6699 (or #C69).

RGB color model

#B46EA4 color RGB value is (180,110,164).

RGB: (180,110,164) (71%, 43%, 64%)

RGB channels and saturation

R 180 of 255 = 71%
G 110 of 255 = 43%
B 164 of 255 = 64%

180
110
164

R + G + B ~ 59%. #B46EA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 180 + 110 + 164 = 454 (100%)
R 180 of 454 ~ 39.65%
G 110 of 454 ~ 24.23%
B 164 of 454 ~ 36.12'%

%39.65
%24.23
%36.12

CMYK color model

#B46EA4 color CMYK value is (0,39,9,29).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 8.89%
  • key color value is 29.41%

CMYK: (0,39,9,29)
C0M39Y9K29 (0%, 39%, 9%, 29%)
(0.00 / 0.39 / 0.09 / 0.29)

CMYK percentages

%0
%38.89
%8.89
%29.41

Codes

Color #B46EA4 in popluar color models

B4 6E A4
RGB 180 110 164
HSL 314° 31.82% 56.86%
HSB/HSV 314° 38.89% 70.59%
CMYK 0.00% 38.89% 8.89%
29.41%

Color #B46EA4 in popluar number systems.

HEX B4 6E A4
Decimal 180 110 164
Binary 10110100 1101110 10100100
Octal 264 156 244

Shades and tints

Shades of #B46EA4

#B46EA4
(180,110,164)
#A46496
(164,100,150)
#945A88
(148,90,136)
#84507A
(132,80,122)
#74466C
(116,70,108)
#643C5E
(100,60,94)
#543250
(84,50,80)
#442842
(68,40,66)
#341E34
(52,30,52)
#241426
(36,20,38)
#140A18
(20,10,24)
#000000
(0,0,0)

Tints of #B46EA4

#B46EA4
(180,110,164)
#BA7BAC
(186,123,172)
#C088B4
(192,136,180)
#C695BC
(198,149,188)
#CCA2C4
(204,162,196)
#D2AFCC
(210,175,204)
#D8BCD4
(216,188,212)
#DEC9DC
(222,201,220)
#E4D6E4
(228,214,228)
#EAE3EC
(234,227,236)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46EA4 color. Also use rgb(180,110,164) instead hex code.

Text Font Color

.myTextColor { color: #B46EA4; }

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

This text font color is #B46EA4.

Background Color

.myBgColor { background-color: #B46EA4; }

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

This div background color is #B46EA4.

Border color

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

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

This div border color is #B46EA4.

Opacity

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

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

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

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

This text has shadow with #B46EA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B46EA4.

Preview

Color preview on black background

This text has color #B46EA4 on black background.


Color preview on white background

This text has color #B46EA4 on white background.


Black color preview on #B46EA4 background

This text has black color on #B46EA4 background.


White color preview on #B46EA4 background

This text has white color on #B46EA4 background.


Related colors

Complementary color

Complementary color for #hex is #4B915B.


I love getcolorcode.com

Triadic colors

1 #A4B46E and #6EA4B4 with #B46EA4 are triadic colors.

2 #A46EB4 and #6EB4A4 with #B46EA4 are triadic colors.