COLOR #B479B8

HEX: #B479B8 RGB: (180,121,184)

Color info

#B479B8 contains mainly red and blue colors. Web safe color of #B479B8 is #CC66CC (or #C6C).

RGB color model

#B479B8 color RGB value is (180,121,184).

RGB: (180,121,184) (71%, 47%, 72%)

RGB channels and saturation

R 180 of 255 = 71%
G 121 of 255 = 47%
B 184 of 255 = 72%

180
121
184

R + G + B ~ 63%. #B479B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 121 + 184 = 485 (100%)
R 180 of 485 ~ 37.11%
G 121 of 485 ~ 24.95%
B 184 of 485 ~ 37.94'%

%37.11
%24.95
%37.94

CMYK color model

#B479B8 color CMYK value is (2,34,0,28).

  • cyan value is 2.17%
  • magenta value is 34.24%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (2,34,0,28)
C2M34Y0K28 (2%, 34%, 0%, 28%)
(0.02 / 0.34 / 0.00 / 0.28)

CMYK percentages

%2.17
%34.24
%0
%27.84

Codes

Color #B479B8 in popluar color models

B4 79 B8
RGB 180 121 184
HSL 296° 30.73% 59.80%
HSB/HSV 296° 34.24% 72.16%
CMYK 2.17% 34.24% 0.00%
27.84%

Color #B479B8 in popluar number systems.

HEX B4 79 B8
Decimal 180 121 184
Binary 10110100 1111001 10111000
Octal 264 171 270

Shades and tints

Shades of #B479B8

#B479B8
(180,121,184)
#A46EA8
(164,110,168)
#946398
(148,99,152)
#845888
(132,88,136)
#744D78
(116,77,120)
#644268
(100,66,104)
#543758
(84,55,88)
#442C48
(68,44,72)
#342138
(52,33,56)
#241628
(36,22,40)
#140B18
(20,11,24)
#000000
(0,0,0)

Tints of #B479B8

#B479B8
(180,121,184)
#BA85BE
(186,133,190)
#C091C4
(192,145,196)
#C69DCA
(198,157,202)
#CCA9D0
(204,169,208)
#D2B5D6
(210,181,214)
#D8C1DC
(216,193,220)
#DECDE2
(222,205,226)
#E4D9E8
(228,217,232)
#EAE5EE
(234,229,238)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B479B8 color. Also use rgb(180,121,184) instead hex code.

Text Font Color

.myTextColor { color: #B479B8; }

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

This text font color is #B479B8.

Background Color

.myBgColor { background-color: #B479B8; }

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

This div background color is #B479B8.

Border color

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

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

This div border color is #B479B8.

Opacity

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

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

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

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

This text has shadow with #B479B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B479B8.

Preview

Color preview on black background

This text has color #B479B8 on black background.


Color preview on white background

This text has color #B479B8 on white background.


Black color preview on #B479B8 background

This text has black color on #B479B8 background.


White color preview on #B479B8 background

This text has white color on #B479B8 background.


Related colors

Complementary color

Complementary color for #hex is #4B8647.


I love getcolorcode.com

Triadic colors

1 #B8B479 and #79B8B4 with #B479B8 are triadic colors.

2 #B879B4 and #79B4B8 with #B479B8 are triadic colors.