COLOR #B2758A

HEX: #B2758A RGB: (178,117,138)

Color info

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

RGB color model

#B2758A color RGB value is (178,117,138).

RGB: (178,117,138) (70%, 46%, 54%)

RGB channels and saturation

R 178 of 255 = 70%
G 117 of 255 = 46%
B 138 of 255 = 54%

178
117
138

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

Portions of RGB colors in percentages

R + G + B = 178 + 117 + 138 = 433 (100%)
R 178 of 433 ~ 41.11%
G 117 of 433 ~ 27.02%
B 138 of 433 ~ 31.87'%

%41.11
%27.02
%31.87

CMYK color model

#B2758A color CMYK value is (0,34,22,30).

  • cyan value is 0.00%
  • magenta value is 34.27%
  • yellow value is 22.47%
  • key color value is 30.20%

CMYK: (0,34,22,30)
C0M34Y22K30 (0%, 34%, 22%, 30%)
(0.00 / 0.34 / 0.22 / 0.30)

CMYK percentages

%0
%34.27
%22.47
%30.2

Codes

Color #B2758A in popluar color models

B2 75 8A
RGB 178 117 138
HSL 339° 28.37% 57.84%
HSB/HSV 339° 34.27% 69.80%
CMYK 0.00% 34.27% 22.47%
30.20%

Color #B2758A in popluar number systems.

HEX B2 75 8A
Decimal 178 117 138
Binary 10110010 1110101 10001010
Octal 262 165 212

Shades and tints

Shades of #B2758A

#B2758A
(178,117,138)
#A26B7E
(162,107,126)
#926172
(146,97,114)
#825766
(130,87,102)
#724D5A
(114,77,90)
#62434E
(98,67,78)
#523942
(82,57,66)
#422F36
(66,47,54)
#32252A
(50,37,42)
#221B1E
(34,27,30)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #B2758A

#B2758A
(178,117,138)
#B98194
(185,129,148)
#C08D9E
(192,141,158)
#C799A8
(199,153,168)
#CEA5B2
(206,165,178)
#D5B1BC
(213,177,188)
#DCBDC6
(220,189,198)
#E3C9D0
(227,201,208)
#EAD5DA
(234,213,218)
#F1E1E4
(241,225,228)
#F8EDEE
(248,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2758A; }

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

This text font color is #B2758A.

Background Color

.myBgColor { background-color: #B2758A; }

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

This div background color is #B2758A.

Border color

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

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

This div border color is #B2758A.

Opacity

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

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

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

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

This text has shadow with #B2758A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2758A.

Preview

Color preview on black background

This text has color #B2758A on black background.


Color preview on white background

This text has color #B2758A on white background.


Black color preview on #B2758A background

This text has black color on #B2758A background.


White color preview on #B2758A background

This text has white color on #B2758A background.


Related colors

Complementary color

Complementary color for #hex is #4D8A75.


I love getcolorcode.com

Triadic colors

1 #8AB275 and #758AB2 with #B2758A are triadic colors.

2 #8A75B2 and #75B28A with #B2758A are triadic colors.