COLOR #B476B2

HEX: #B476B2 RGB: (180,118,178)

Color info

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

RGB color model

#B476B2 color RGB value is (180,118,178).

RGB: (180,118,178) (71%, 46%, 70%)

RGB channels and saturation

R 180 of 255 = 71%
G 118 of 255 = 46%
B 178 of 255 = 70%

180
118
178

R + G + B ~ 62%. #B476B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 118 + 178 = 476 (100%)
R 180 of 476 ~ 37.82%
G 118 of 476 ~ 24.79%
B 178 of 476 ~ 37.39'%

%37.82
%24.79
%37.39

CMYK color model

#B476B2 color CMYK value is (0,34,1,29).

  • cyan value is 0.00%
  • magenta value is 34.44%
  • yellow value is 1.11%
  • key color value is 29.41%

CMYK: (0,34,1,29)
C0M34Y1K29 (0%, 34%, 1%, 29%)
(0.00 / 0.34 / 0.01 / 0.29)

CMYK percentages

%0
%34.44
%1.11
%29.41

Codes

Color #B476B2 in popluar color models

B4 76 B2
RGB 180 118 178
HSL 302° 29.25% 58.43%
HSB/HSV 302° 34.44% 70.59%
CMYK 0.00% 34.44% 1.11%
29.41%

Color #B476B2 in popluar number systems.

HEX B4 76 B2
Decimal 180 118 178
Binary 10110100 1110110 10110010
Octal 264 166 262

Shades and tints

Shades of #B476B2

#B476B2
(180,118,178)
#A46CA2
(164,108,162)
#946292
(148,98,146)
#845882
(132,88,130)
#744E72
(116,78,114)
#644462
(100,68,98)
#543A52
(84,58,82)
#443042
(68,48,66)
#342632
(52,38,50)
#241C22
(36,28,34)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #B476B2

#B476B2
(180,118,178)
#BA82B9
(186,130,185)
#C08EC0
(192,142,192)
#C69AC7
(198,154,199)
#CCA6CE
(204,166,206)
#D2B2D5
(210,178,213)
#D8BEDC
(216,190,220)
#DECAE3
(222,202,227)
#E4D6EA
(228,214,234)
#EAE2F1
(234,226,241)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B476B2 color. Also use rgb(180,118,178) instead hex code.

Text Font Color

.myTextColor { color: #B476B2; }

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

This text font color is #B476B2.

Background Color

.myBgColor { background-color: #B476B2; }

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

This div background color is #B476B2.

Border color

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

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

This div border color is #B476B2.

Opacity

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

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

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

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

This text has shadow with #B476B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B476B2.

Preview

Color preview on black background

This text has color #B476B2 on black background.


Color preview on white background

This text has color #B476B2 on white background.


Black color preview on #B476B2 background

This text has black color on #B476B2 background.


White color preview on #B476B2 background

This text has white color on #B476B2 background.


Related colors

Complementary color

Complementary color for #hex is #4B894D.


I love getcolorcode.com

Triadic colors

1 #B2B476 and #76B2B4 with #B476B2 are triadic colors.

2 #B276B4 and #76B4B2 with #B476B2 are triadic colors.