COLOR #B6479A

HEX: #B6479A RGB: (182,71,154)

Color info

#B6479A contains mainly red and blue colors. Web safe color of #B6479A is #CC3399 (or #C39).

RGB color model

#B6479A color RGB value is (182,71,154).

RGB: (182,71,154) (71%, 28%, 60%)

RGB channels and saturation

R 182 of 255 = 71%
G 71 of 255 = 28%
B 154 of 255 = 60%

182
71
154

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

Portions of RGB colors in percentages

R + G + B = 182 + 71 + 154 = 407 (100%)
R 182 of 407 ~ 44.72%
G 71 of 407 ~ 17.44%
B 154 of 407 ~ 37.84'%

%44.72
%17.44
%37.84

CMYK color model

#B6479A color CMYK value is (0,61,15,29).

  • cyan value is 0.00%
  • magenta value is 60.99%
  • yellow value is 15.38%
  • key color value is 28.63%

CMYK: (0,61,15,29)
C0M61Y15K29 (0%, 61%, 15%, 29%)
(0.00 / 0.61 / 0.15 / 0.29)

CMYK percentages

%0
%60.99
%15.38
%28.63

Codes

Color #B6479A in popluar color models

B6 47 9A
RGB 182 71 154
HSL 315° 43.87% 49.61%
HSB/HSV 315° 60.99% 71.37%
CMYK 0.00% 60.99% 15.38%
28.63%

Color #B6479A in popluar number systems.

HEX B6 47 9A
Decimal 182 71 154
Binary 10110110 1000111 10011010
Octal 266 107 232

Shades and tints

Shades of #B6479A

#B6479A
(182,71,154)
#A6418C
(166,65,140)
#963B7E
(150,59,126)
#863570
(134,53,112)
#762F62
(118,47,98)
#662954
(102,41,84)
#562346
(86,35,70)
#461D38
(70,29,56)
#36172A
(54,23,42)
#26111C
(38,17,28)
#160B0E
(22,11,14)
#000000
(0,0,0)

Tints of #B6479A

#B6479A
(182,71,154)
#BC57A3
(188,87,163)
#C267AC
(194,103,172)
#C877B5
(200,119,181)
#CE87BE
(206,135,190)
#D497C7
(212,151,199)
#DAA7D0
(218,167,208)
#E0B7D9
(224,183,217)
#E6C7E2
(230,199,226)
#ECD7EB
(236,215,235)
#F2E7F4
(242,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6479A color. Also use rgb(182,71,154) instead hex code.

Text Font Color

.myTextColor { color: #B6479A; }

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

This text font color is #B6479A.

Background Color

.myBgColor { background-color: #B6479A; }

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

This div background color is #B6479A.

Border color

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

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

This div border color is #B6479A.

Opacity

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

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

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

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

This text has shadow with #B6479A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6479A.

Preview

Color preview on black background

This text has color #B6479A on black background.


Color preview on white background

This text has color #B6479A on white background.


Black color preview on #B6479A background

This text has black color on #B6479A background.


White color preview on #B6479A background

This text has white color on #B6479A background.


Related colors

Complementary color

Complementary color for #hex is #49B865.


I love getcolorcode.com

Triadic colors

1 #9AB647 and #479AB6 with #B6479A are triadic colors.

2 #9A47B6 and #47B69A with #B6479A are triadic colors.