COLOR #B2758F

HEX: #B2758F RGB: (178,117,143)

Color info

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

RGB color model

#B2758F color RGB value is (178,117,143).

RGB: (178,117,143) (70%, 46%, 56%)

RGB channels and saturation

R 178 of 255 = 70%
G 117 of 255 = 46%
B 143 of 255 = 56%

178
117
143

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

Portions of RGB colors in percentages

R + G + B = 178 + 117 + 143 = 438 (100%)
R 178 of 438 ~ 40.64%
G 117 of 438 ~ 26.71%
B 143 of 438 ~ 32.65'%

%40.64
%26.71
%32.65

CMYK color model

#B2758F color CMYK value is (0,34,20,30).

  • cyan value is 0.00%
  • magenta value is 34.27%
  • yellow value is 19.66%
  • key color value is 30.20%
CMYK: (0,34,20,30) C0M34Y20K30 (0%,34%,20%,30%) (0.00/0.34/0.20/0.30) 

CMYK percentages

%0
%34.27
%19.66
%30.2

Codes

Color #B2758F in popluar color models

B2 75 8F
RGB 178 117 143
HSL 334° 28.37% 57.84%
HSB/HSV 334° 34.27% 69.80%
CMYK 0.00% 34.27% 19.66%
30.20%

Color #B2758F in popluar number systems.

HEX B2 75 8F
Decimal 178 117 143
Binary 10110010 1110101 10001111
Octal 262 165 217

Shades and tints

Shades of #B2758F

#B2758F
(178,117,143)
#A26B82
(162,107,130)
#926175
(146,97,117)
#825768
(130,87,104)
#724D5B
(114,77,91)
#62434E
(98,67,78)
#523941
(82,57,65)
#422F34
(66,47,52)
#322527
(50,37,39)
#221B1A
(34,27,26)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #B2758F

#B2758F
(178,117,143)
#B98199
(185,129,153)
#C08DA3
(192,141,163)
#C799AD
(199,153,173)
#CEA5B7
(206,165,183)
#D5B1C1
(213,177,193)
#DCBDCB
(220,189,203)
#E3C9D5
(227,201,213)
#EAD5DF
(234,213,223)
#F1E1E9
(241,225,233)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2758F color. Also use rgb(178,117,143) instead hex code.

Text Font Color

.myTextColor { color: #B2758F; }

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

This text font color is #B2758F.

Background Color

.myBgColor { background-color: #B2758F; }

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

This div background color is #B2758F.

Border color

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

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

This div border color is #B2758F.

Opacity

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

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

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

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

This text has shadow with #B2758F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2758F.

Preview

Color preview on black background

This text has color #B2758F on black background.


Color preview on white background

This text has color #B2758F on white background.


Black color preview on #B2758F background

This text has black color on #B2758F background.


White color preview on #B2758F background

This text has white color on #B2758F background.


Related colors

Complementary color

Complementary color for #hex is #4D8A70.


I love getcolorcode.com

Triadic colors

1 #8FB275 and #758FB2 with #B2758F are triadic colors.

2 #8F75B2 and #75B28F with #B2758F are triadic colors.