COLOR #B0719C

HEX: #B0719C RGB: (176,113,156)

Color info

#B0719C contains mainly red and blue colors. Web safe color of #B0719C is #996699 (or #969).

RGB color model

#B0719C color RGB value is (176,113,156).

RGB: (176,113,156) (69%, 44%, 61%)

RGB channels and saturation

R 176 of 255 = 69%
G 113 of 255 = 44%
B 156 of 255 = 61%

176
113
156

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

Portions of RGB colors in percentages

R + G + B = 176 + 113 + 156 = 445 (100%)
R 176 of 445 ~ 39.55%
G 113 of 445 ~ 25.39%
B 156 of 445 ~ 35.06'%

%39.55
%25.39
%35.06

CMYK color model

#B0719C color CMYK value is (0,36,11,31).

  • cyan value is 0.00%
  • magenta value is 35.80%
  • yellow value is 11.36%
  • key color value is 30.98%

CMYK: (0,36,11,31)
C0M36Y11K31 (0%, 36%, 11%, 31%)
(0.00 / 0.36 / 0.11 / 0.31)

CMYK percentages

%0
%35.8
%11.36
%30.98

Codes

Color #B0719C in popluar color models

B0 71 9C
RGB 176 113 156
HSL 319° 28.51% 56.67%
HSB/HSV 319° 35.80% 69.02%
CMYK 0.00% 35.80% 11.36%
30.98%

Color #B0719C in popluar number systems.

HEX B0 71 9C
Decimal 176 113 156
Binary 10110000 1110001 10011100
Octal 260 161 234

Shades and tints

Shades of #B0719C

#B0719C
(176,113,156)
#A0678E
(160,103,142)
#905D80
(144,93,128)
#805372
(128,83,114)
#704964
(112,73,100)
#603F56
(96,63,86)
#503548
(80,53,72)
#402B3A
(64,43,58)
#30212C
(48,33,44)
#20171E
(32,23,30)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #B0719C

#B0719C
(176,113,156)
#B77DA5
(183,125,165)
#BE89AE
(190,137,174)
#C595B7
(197,149,183)
#CCA1C0
(204,161,192)
#D3ADC9
(211,173,201)
#DAB9D2
(218,185,210)
#E1C5DB
(225,197,219)
#E8D1E4
(232,209,228)
#EFDDED
(239,221,237)
#F6E9F6
(246,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0719C color. Also use rgb(176,113,156) instead hex code.

Text Font Color

.myTextColor { color: #B0719C; }

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

This text font color is #B0719C.

Background Color

.myBgColor { background-color: #B0719C; }

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

This div background color is #B0719C.

Border color

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

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

This div border color is #B0719C.

Opacity

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

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

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

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

This text has shadow with #B0719C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0719C.

Preview

Color preview on black background

This text has color #B0719C on black background.


Color preview on white background

This text has color #B0719C on white background.


Black color preview on #B0719C background

This text has black color on #B0719C background.


White color preview on #B0719C background

This text has white color on #B0719C background.


Related colors

Complementary color

Complementary color for #hex is #4F8E63.


I love getcolorcode.com

Triadic colors

1 #9CB071 and #719CB0 with #B0719C are triadic colors.

2 #9C71B0 and #71B09C with #B0719C are triadic colors.