COLOR #BB578D

HEX: #BB578D
RGB: (187,87,141)

Color info

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

RGB color model

#BB578D color RGB value is (187,87,141).

  • red value is 187;
  • green value is 87;
  • blue value is 141.
RGB:
(187,87,141)
(73%,34%,55%)

RGB channels and saturation

R 187 of 255 = 73%
G 87 of 255 = 34%
B 141 of 255 = 55%

187
87
141

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

Portions of RGB colors in percentages

R + G + B =
187 + 87 + 141 = 415 (100%)
R 187 of 415 ~ 45.06%
G 87 of 415 ~ 20.96%
B 141 of 415 ~ 33.98%

%45.06
%20.96
%33.98

CMYK color model

#BB578D color CMYK value is (0,53,25,27).

  • cyan value is 0.00%
  • magenta value is 53.48%
  • yellow value is 24.60%
  • key color value is 26.67%
CMYK:
(0,53,25,27)
C0M53Y25K27 
(0%,53%,25%,27%)
(0.00/0.53/0.25/0.27)	

CMYK percentages

%0
%53.48
%24.6
%26.67

Codes

Color #BB578D in popluar color models

BB578D
RGB18787141
HSL328°42.37%53.73%
HSB/HSV328°53.48%73.33%
CMYK0.00%53.48%24.60%
26.67%

Color #BB578D in popluar number systems.

HEXBB578D
Decimal18787141
Binary10111011101011110001101
Octal273127215

Shades and tints

Shades of #BB578D

#BB578D
(187,87,141)
#AA5081
(170,80,129)
#994975
(153,73,117)
#884269
(136,66,105)
#773B5D
(119,59,93)
#663451
(102,52,81)
#552D45
(85,45,69)
#442639
(68,38,57)
#331F2D
(51,31,45)
#221821
(34,24,33)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #BB578D

#BB578D
(187,87,141)
#C16697
(193,102,151)
#C775A1
(199,117,161)
#CD84AB
(205,132,171)
#D393B5
(211,147,181)
#D9A2BF
(217,162,191)
#DFB1C9
(223,177,201)
#E5C0D3
(229,192,211)
#EBCFDD
(235,207,221)
#F1DEE7
(241,222,231)
#F7EDF1
(247,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB578D color. Also use rgb(187,87,141) instead hex code.

Text Font Color

.myTextColor { color: #BB578D; }

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

This text font color is #BB578D.


Background Color

.myBgColor { background-color: #BB578D; }

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

This div background color is #BB578D.


Border color

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

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

This div border color is #BB578D.


Opacity

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

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

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

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

This text has shadow with #BB578D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB578D on black background.


Color preview on white background

This text has color #BB578D on white background.



Black color preview on #BB578D background

This text has black color on #BB578D background.


White color preview on #BB578D background

This text has white color on #BB578D background.