COLOR #B2587B

HEX: #B2587B
RGB: (178,88,123)

Color info

#B2587B contains mainly red and blue colors. Web safe color of #B2587B is #996666 (or #966).

RGB color model

#B2587B color RGB value is (178,88,123).

  • red value is 178;
  • green value is 88;
  • blue value is 123.
RGB:
(178,88,123)
(70%,35%,48%)

RGB channels and saturation

R 178 of 255 = 70%
G 88 of 255 = 35%
B 123 of 255 = 48%

178
88
123

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

Portions of RGB colors in percentages

R + G + B =
178 + 88 + 123 = 389 (100%)
R 178 of 389 ~ 45.76%
G 88 of 389 ~ 22.62%
B 123 of 389 ~ 31.62%

%45.76
%22.62
%31.62

CMYK color model

#B2587B color CMYK value is (0,51,31,30).

  • cyan value is 0.00%
  • magenta value is 50.56%
  • yellow value is 30.90%
  • key color value is 30.20%
CMYK:
(0,51,31,30)
C0M51Y31K30 
(0%,51%,31%,30%)
(0.00/0.51/0.31/0.30)	

CMYK percentages

%0
%50.56
%30.9
%30.2

Codes

Color #B2587B in popluar color models

B2587B
RGB17888123
HSL337°36.89%52.16%
HSB/HSV337°50.56%69.80%
CMYK0.00%50.56%30.90%
30.20%

Color #B2587B in popluar number systems.

HEXB2587B
Decimal17888123
Binary1011001010110001111011
Octal262130173

Shades and tints

Shades of #B2587B

#B2587B
(178,88,123)
#A25070
(162,80,112)
#924865
(146,72,101)
#82405A
(130,64,90)
#72384F
(114,56,79)
#623044
(98,48,68)
#522839
(82,40,57)
#42202E
(66,32,46)
#321823
(50,24,35)
#221018
(34,16,24)
#12080D
(18,8,13)
#000000
(0,0,0)

Tints of #B2587B

#B2587B
(178,88,123)
#B96787
(185,103,135)
#C07693
(192,118,147)
#C7859F
(199,133,159)
#CE94AB
(206,148,171)
#D5A3B7
(213,163,183)
#DCB2C3
(220,178,195)
#E3C1CF
(227,193,207)
#EAD0DB
(234,208,219)
#F1DFE7
(241,223,231)
#F8EEF3
(248,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2587B color. Also use rgb(178,88,123) instead hex code.

Text Font Color

.myTextColor { color: #B2587B; }

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

This text font color is #B2587B.


Background Color

.myBgColor { background-color: #B2587B; }

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

This div background color is #B2587B.


Border color

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

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

This div border color is #B2587B.


Opacity

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

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

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

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

This text has shadow with #B2587B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2587B on black background.


Color preview on white background

This text has color #B2587B on white background.



Black color preview on #B2587B background

This text has black color on #B2587B background.


White color preview on #B2587B background

This text has white color on #B2587B background.