COLOR #B178B6

HEX: #B178B6 RGB: (177,120,182)

Color info

#B178B6 contains mainly red and blue colors. Web safe color of #B178B6 is #9966CC (or #96C).

RGB color model

#B178B6 color RGB value is (177,120,182).

RGB: (177,120,182) (69%, 47%, 71%)

RGB channels and saturation

R 177 of 255 = 69%
G 120 of 255 = 47%
B 182 of 255 = 71%

177
120
182

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

Portions of RGB colors in percentages

R + G + B = 177 + 120 + 182 = 479 (100%)
R 177 of 479 ~ 36.95%
G 120 of 479 ~ 25.05%
B 182 of 479 ~ 38'%

%36.95
%25.05
%38

CMYK color model

#B178B6 color CMYK value is (3,34,0,29).

  • cyan value is 2.75%
  • magenta value is 34.07%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (3,34,0,29)
C3M34Y0K29 (3%, 34%, 0%, 29%)
(0.03 / 0.34 / 0.00 / 0.29)

CMYK percentages

%2.75
%34.07
%0
%28.63

Codes

Color #B178B6 in popluar color models

B1 78 B6
RGB 177 120 182
HSL 295° 29.81% 59.22%
HSB/HSV 295° 34.07% 71.37%
CMYK 2.75% 34.07% 0.00%
28.63%

Color #B178B6 in popluar number systems.

HEX B1 78 B6
Decimal 177 120 182
Binary 10110001 1111000 10110110
Octal 261 170 266

Shades and tints

Shades of #B178B6

#B178B6
(177,120,182)
#A16EA6
(161,110,166)
#916496
(145,100,150)
#815A86
(129,90,134)
#715076
(113,80,118)
#614666
(97,70,102)
#513C56
(81,60,86)
#413246
(65,50,70)
#312836
(49,40,54)
#211E26
(33,30,38)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #B178B6

#B178B6
(177,120,182)
#B884BC
(184,132,188)
#BF90C2
(191,144,194)
#C69CC8
(198,156,200)
#CDA8CE
(205,168,206)
#D4B4D4
(212,180,212)
#DBC0DA
(219,192,218)
#E2CCE0
(226,204,224)
#E9D8E6
(233,216,230)
#F0E4EC
(240,228,236)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B178B6 color. Also use rgb(177,120,182) instead hex code.

Text Font Color

.myTextColor { color: #B178B6; }

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

This text font color is #B178B6.

Background Color

.myBgColor { background-color: #B178B6; }

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

This div background color is #B178B6.

Border color

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

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

This div border color is #B178B6.

Opacity

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

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

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

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

This text has shadow with #B178B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B178B6.

Preview

Color preview on black background

This text has color #B178B6 on black background.


Color preview on white background

This text has color #B178B6 on white background.


Black color preview on #B178B6 background

This text has black color on #B178B6 background.


White color preview on #B178B6 background

This text has white color on #B178B6 background.


Related colors

Complementary color

Complementary color for #hex is #4E8749.


I love getcolorcode.com

Triadic colors

1 #B6B178 and #78B6B1 with #B178B6 are triadic colors.

2 #B678B1 and #78B1B6 with #B178B6 are triadic colors.