COLOR #BB5D9D

HEX: #BB5D9D
RGB: (187,93,157)

Color info

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

RGB color model

#BB5D9D color RGB value is (187,93,157).

  • red value is 187;
  • green value is 93;
  • blue value is 157.
RGB:
(187,93,157)
(73%,36%,62%)

RGB channels and saturation

R 187 of 255 = 73%
G 93 of 255 = 36%
B 157 of 255 = 62%

187
93
157

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

Portions of RGB colors in percentages

R + G + B =
187 + 93 + 157 = 437 (100%)
R 187 of 437 ~ 42.79%
G 93 of 437 ~ 21.28%
B 157 of 437 ~ 35.93%

%42.79
%21.28
%35.93

CMYK color model

#BB5D9D color CMYK value is (0,50,16,27).

  • cyan value is 0.00%
  • magenta value is 50.27%
  • yellow value is 16.04%
  • key color value is 26.67%
CMYK:
(0,50,16,27)
C0M50Y16K27 
(0%,50%,16%,27%)
(0.00/0.50/0.16/0.27)	

CMYK percentages

%0
%50.27
%16.04
%26.67

Codes

Color #BB5D9D in popluar color models

BB5D9D
RGB18793157
HSL319°40.87%54.90%
HSB/HSV319°50.27%73.33%
CMYK0.00%50.27%16.04%
26.67%

Color #BB5D9D in popluar number systems.

HEXBB5D9D
Decimal18793157
Binary10111011101110110011101
Octal273135235

Shades and tints

Shades of #BB5D9D

#BB5D9D
(187,93,157)
#AA558F
(170,85,143)
#994D81
(153,77,129)
#884573
(136,69,115)
#773D65
(119,61,101)
#663557
(102,53,87)
#552D49
(85,45,73)
#44253B
(68,37,59)
#331D2D
(51,29,45)
#22151F
(34,21,31)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #BB5D9D

#BB5D9D
(187,93,157)
#C16BA5
(193,107,165)
#C779AD
(199,121,173)
#CD87B5
(205,135,181)
#D395BD
(211,149,189)
#D9A3C5
(217,163,197)
#DFB1CD
(223,177,205)
#E5BFD5
(229,191,213)
#EBCDDD
(235,205,221)
#F1DBE5
(241,219,229)
#F7E9ED
(247,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB5D9D color. Also use rgb(187,93,157) instead hex code.

Text Font Color

.myTextColor { color: #BB5D9D; }

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

This text font color is #BB5D9D.


Background Color

.myBgColor { background-color: #BB5D9D; }

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

This div background color is #BB5D9D.


Border color

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

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

This div border color is #BB5D9D.


Opacity

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

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

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

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

This text has shadow with #BB5D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB5D9D on black background.


Color preview on white background

This text has color #BB5D9D on white background.



Black color preview on #BB5D9D background

This text has black color on #BB5D9D background.


White color preview on #BB5D9D background

This text has white color on #BB5D9D background.