COLOR #B2859D

HEX: #B2859D RGB: (178,133,157)

Color info

#B2859D contains red, green and blue colors in about the same proportion. Web safe color of #B2859D is #999999 (or #999).

RGB color model

#B2859D color RGB value is (178,133,157).

RGB: (178,133,157) (70%, 52%, 62%)

RGB channels and saturation

R 178 of 255 = 70%
G 133 of 255 = 52%
B 157 of 255 = 62%

178
133
157

R + G + B ~ 61%. #B2859D is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 133 + 157 = 468 (100%)
R 178 of 468 ~ 38.03%
G 133 of 468 ~ 28.42%
B 157 of 468 ~ 33.55'%

%38.03
%28.42
%33.55

CMYK color model

#B2859D color CMYK value is (0,25,12,30).

  • cyan value is 0.00%
  • magenta value is 25.28%
  • yellow value is 11.80%
  • key color value is 30.20%
CMYK: (0,25,12,30) C0M25Y12K30 (0%,25%,12%,30%) (0.00/0.25/0.12/0.30) 

CMYK percentages

%0
%25.28
%11.8
%30.2

Codes

Color #B2859D in popluar color models

B2 85 9D
RGB 178 133 157
HSL 328° 22.61% 60.98%
HSB/HSV 328° 25.28% 69.80%
CMYK 0.00% 25.28% 11.80%
30.20%

Color #B2859D in popluar number systems.

HEX B2 85 9D
Decimal 178 133 157
Binary 10110010 10000101 10011101
Octal 262 205 235

Shades and tints

Shades of #B2859D

#B2859D
(178,133,157)
#A2798F
(162,121,143)
#926D81
(146,109,129)
#826173
(130,97,115)
#725565
(114,85,101)
#624957
(98,73,87)
#523D49
(82,61,73)
#42313B
(66,49,59)
#32252D
(50,37,45)
#22191F
(34,25,31)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #B2859D

#B2859D
(178,133,157)
#B990A5
(185,144,165)
#C09BAD
(192,155,173)
#C7A6B5
(199,166,181)
#CEB1BD
(206,177,189)
#D5BCC5
(213,188,197)
#DCC7CD
(220,199,205)
#E3D2D5
(227,210,213)
#EADDDD
(234,221,221)
#F1E8E5
(241,232,229)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2859D; }

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

This text font color is #B2859D.

Background Color

.myBgColor { background-color: #B2859D; }

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

This div background color is #B2859D.

Border color

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

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

This div border color is #B2859D.

Opacity

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

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

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

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

This text has shadow with #B2859D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2859D.

Preview

Color preview on black background

This text has color #B2859D on black background.


Color preview on white background

This text has color #B2859D on white background.


Black color preview on #B2859D background

This text has black color on #B2859D background.


White color preview on #B2859D background

This text has white color on #B2859D background.


Related colors

Complementary color

Complementary color for #hex is #4D7A62.


I love getcolorcode.com

Triadic colors

1 #9DB285 and #859DB2 with #B2859D are triadic colors.

2 #9D85B2 and #85B29D with #B2859D are triadic colors.