COLOR #B05678

HEX: #B05678 RGB: (176,86,120)

Color info

#B05678 contains mainly red and blue colors. Web safe color of #B05678 is #996666 (or #966).

RGB color model

#B05678 color RGB value is (176,86,120).

RGB: (176,86,120) (69%, 34%, 47%)

RGB channels and saturation

R 176 of 255 = 69%
G 86 of 255 = 34%
B 120 of 255 = 47%

176
86
120

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

Portions of RGB colors in percentages

R + G + B = 176 + 86 + 120 = 382 (100%)
R 176 of 382 ~ 46.07%
G 86 of 382 ~ 22.51%
B 120 of 382 ~ 31.41'%

%46.07
%22.51
%31.41

CMYK color model

#B05678 color CMYK value is (0,51,32,31).

  • cyan value is 0.00%
  • magenta value is 51.14%
  • yellow value is 31.82%
  • key color value is 30.98%

CMYK: (0,51,32,31)
C0M51Y32K31 (0%, 51%, 32%, 31%)
(0.00 / 0.51 / 0.32 / 0.31)

CMYK percentages

%0
%51.14
%31.82
%30.98

Codes

Color #B05678 in popluar color models

B0 56 78
RGB 176 86 120
HSL 337° 36.29% 51.37%
HSB/HSV 337° 51.14% 69.02%
CMYK 0.00% 51.14% 31.82%
30.98%

Color #B05678 in popluar number systems.

HEX B0 56 78
Decimal 176 86 120
Binary 10110000 1010110 1111000
Octal 260 126 170

Shades and tints

Shades of #B05678

#B05678
(176,86,120)
#A04F6E
(160,79,110)
#904864
(144,72,100)
#80415A
(128,65,90)
#703A50
(112,58,80)
#603346
(96,51,70)
#502C3C
(80,44,60)
#402532
(64,37,50)
#301E28
(48,30,40)
#20171E
(32,23,30)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #B05678

#B05678
(176,86,120)
#B76584
(183,101,132)
#BE7490
(190,116,144)
#C5839C
(197,131,156)
#CC92A8
(204,146,168)
#D3A1B4
(211,161,180)
#DAB0C0
(218,176,192)
#E1BFCC
(225,191,204)
#E8CED8
(232,206,216)
#EFDDE4
(239,221,228)
#F6ECF0
(246,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B05678 color. Also use rgb(176,86,120) instead hex code.

Text Font Color

.myTextColor { color: #B05678; }

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

This text font color is #B05678.

Background Color

.myBgColor { background-color: #B05678; }

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

This div background color is #B05678.

Border color

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

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

This div border color is #B05678.

Opacity

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

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

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

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

This text has shadow with #B05678 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B05678.

Preview

Color preview on black background

This text has color #B05678 on black background.


Color preview on white background

This text has color #B05678 on white background.


Black color preview on #B05678 background

This text has black color on #B05678 background.


White color preview on #B05678 background

This text has white color on #B05678 background.


Related colors

Complementary color

Complementary color for #hex is #4FA987.


I love getcolorcode.com

Triadic colors

1 #78B056 and #5678B0 with #B05678 are triadic colors.

2 #7856B0 and #56B078 with #B05678 are triadic colors.