COLOR #B7578C

HEX: #B7578C
RGB: (183,87,140)

Color info

#B7578C contains mainly red and blue colors. Web safe color of #B7578C is #CC6699 (or #C69).

RGB color model

#B7578C color RGB value is (183,87,140).

  • red value is 183;
  • green value is 87;
  • blue value is 140.
RGB:
(183,87,140)
(72%,34%,55%)

RGB channels and saturation

R 183 of 255 = 72%
G 87 of 255 = 34%
B 140 of 255 = 55%

183
87
140

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

Portions of RGB colors in percentages

R + G + B =
183 + 87 + 140 = 410 (100%)
R 183 of 410 ~ 44.63%
G 87 of 410 ~ 21.22%
B 140 of 410 ~ 34.15%

%44.63
%21.22
%34.15

CMYK color model

#B7578C color CMYK value is (0,52,23,28).

  • cyan value is 0.00%
  • magenta value is 52.46%
  • yellow value is 23.50%
  • key color value is 28.24%
CMYK:
(0,52,23,28)
C0M52Y23K28 
(0%,52%,23%,28%)
(0.00/0.52/0.23/0.28)	

CMYK percentages

%0
%52.46
%23.5
%28.24

Codes

Color #B7578C in popluar color models

B7578C
RGB18387140
HSL327°40.00%52.94%
HSB/HSV327°52.46%71.76%
CMYK0.00%52.46%23.50%
28.24%

Color #B7578C in popluar number systems.

HEXB7578C
Decimal18387140
Binary10110111101011110001100
Octal267127214

Shades and tints

Shades of #B7578C

#B7578C
(183,87,140)
#A75080
(167,80,128)
#974974
(151,73,116)
#874268
(135,66,104)
#773B5C
(119,59,92)
#673450
(103,52,80)
#572D44
(87,45,68)
#472638
(71,38,56)
#371F2C
(55,31,44)
#271820
(39,24,32)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #B7578C

#B7578C
(183,87,140)
#BD6696
(189,102,150)
#C375A0
(195,117,160)
#C984AA
(201,132,170)
#CF93B4
(207,147,180)
#D5A2BE
(213,162,190)
#DBB1C8
(219,177,200)
#E1C0D2
(225,192,210)
#E7CFDC
(231,207,220)
#EDDEE6
(237,222,230)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7578C color. Also use rgb(183,87,140) instead hex code.

Text Font Color

.myTextColor { color: #B7578C; }

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

This text font color is #B7578C.


Background Color

.myBgColor { background-color: #B7578C; }

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

This div background color is #B7578C.


Border color

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

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

This div border color is #B7578C.


Opacity

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

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

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

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

This text has shadow with #B7578C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7578C on black background.


Color preview on white background

This text has color #B7578C on white background.



Black color preview on #B7578C background

This text has black color on #B7578C background.


White color preview on #B7578C background

This text has white color on #B7578C background.