COLOR #B2719D

HEX: #B2719D RGB: (178,113,157)

Color info

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

RGB color model

#B2719D color RGB value is (178,113,157).

RGB: (178,113,157) (70%, 44%, 62%)

RGB channels and saturation

R 178 of 255 = 70%
G 113 of 255 = 44%
B 157 of 255 = 62%

178
113
157

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

Portions of RGB colors in percentages

R + G + B = 178 + 113 + 157 = 448 (100%)
R 178 of 448 ~ 39.73%
G 113 of 448 ~ 25.22%
B 157 of 448 ~ 35.04'%

%39.73
%25.22
%35.04

CMYK color model

#B2719D color CMYK value is (0,37,12,30).

  • cyan value is 0.00%
  • magenta value is 36.52%
  • yellow value is 11.80%
  • key color value is 30.20%

CMYK: (0,37,12,30)
C0M37Y12K30 (0%, 37%, 12%, 30%)
(0.00 / 0.37 / 0.12 / 0.30)

CMYK percentages

%0
%36.52
%11.8
%30.2

Codes

Color #B2719D in popluar color models

B2 71 9D
RGB 178 113 157
HSL 319° 29.68% 57.06%
HSB/HSV 319° 36.52% 69.80%
CMYK 0.00% 36.52% 11.80%
30.20%

Color #B2719D in popluar number systems.

HEX B2 71 9D
Decimal 178 113 157
Binary 10110010 1110001 10011101
Octal 262 161 235

Shades and tints

Shades of #B2719D

#B2719D
(178,113,157)
#A2678F
(162,103,143)
#925D81
(146,93,129)
#825373
(130,83,115)
#724965
(114,73,101)
#623F57
(98,63,87)
#523549
(82,53,73)
#422B3B
(66,43,59)
#32212D
(50,33,45)
#22171F
(34,23,31)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #B2719D

#B2719D
(178,113,157)
#B97DA5
(185,125,165)
#C089AD
(192,137,173)
#C795B5
(199,149,181)
#CEA1BD
(206,161,189)
#D5ADC5
(213,173,197)
#DCB9CD
(220,185,205)
#E3C5D5
(227,197,213)
#EAD1DD
(234,209,221)
#F1DDE5
(241,221,229)
#F8E9ED
(248,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2719D color. Also use rgb(178,113,157) instead hex code.

Text Font Color

.myTextColor { color: #B2719D; }

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

This text font color is #B2719D.

Background Color

.myBgColor { background-color: #B2719D; }

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

This div background color is #B2719D.

Border color

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

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

This div border color is #B2719D.

Opacity

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

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

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

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

This text has shadow with #B2719D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2719D.

Preview

Color preview on black background

This text has color #B2719D on black background.


Color preview on white background

This text has color #B2719D on white background.


Black color preview on #B2719D background

This text has black color on #B2719D background.


White color preview on #B2719D background

This text has white color on #B2719D background.


Related colors

Complementary color

Complementary color for #hex is #4D8E62.


I love getcolorcode.com

Triadic colors

1 #9DB271 and #719DB2 with #B2719D are triadic colors.

2 #9D71B2 and #71B29D with #B2719D are triadic colors.