COLOR #BB5B9F

HEX: #BB5B9F RGB: (187,91,159)

Color info

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

RGB color model

#BB5B9F color RGB value is (187,91,159).

RGB: (187,91,159) (73%, 36%, 62%)

RGB channels and saturation

R 187 of 255 = 73%
G 91 of 255 = 36%
B 159 of 255 = 62%

187
91
159

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

Portions of RGB colors in percentages

R + G + B = 187 + 91 + 159 = 437 (100%)
R 187 of 437 ~ 42.79%
G 91 of 437 ~ 20.82%
B 159 of 437 ~ 36.38'%

%42.79
%20.82
%36.38

CMYK color model

#BB5B9F color CMYK value is (0,51,15,27).

  • cyan value is 0.00%
  • magenta value is 51.34%
  • yellow value is 14.97%
  • key color value is 26.67%

CMYK: (0,51,15,27)
C0M51Y15K27 (0%, 51%, 15%, 27%)
(0.00 / 0.51 / 0.15 / 0.27)

CMYK percentages

%0
%51.34
%14.97
%26.67

Codes

Color #BB5B9F in popluar color models

BB 5B 9F
RGB 187 91 159
HSL 318° 41.38% 54.51%
HSB/HSV 318° 51.34% 73.33%
CMYK 0.00% 51.34% 14.97%
26.67%

Color #BB5B9F in popluar number systems.

HEX BB 5B 9F
Decimal 187 91 159
Binary 10111011 1011011 10011111
Octal 273 133 237

Shades and tints

Shades of #BB5B9F

#BB5B9F
(187,91,159)
#AA5391
(170,83,145)
#994B83
(153,75,131)
#884375
(136,67,117)
#773B67
(119,59,103)
#663359
(102,51,89)
#552B4B
(85,43,75)
#44233D
(68,35,61)
#331B2F
(51,27,47)
#221321
(34,19,33)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #BB5B9F

#BB5B9F
(187,91,159)
#C169A7
(193,105,167)
#C777AF
(199,119,175)
#CD85B7
(205,133,183)
#D393BF
(211,147,191)
#D9A1C7
(217,161,199)
#DFAFCF
(223,175,207)
#E5BDD7
(229,189,215)
#EBCBDF
(235,203,223)
#F1D9E7
(241,217,231)
#F7E7EF
(247,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB5B9F color. Also use rgb(187,91,159) instead hex code.

Text Font Color

.myTextColor { color: #BB5B9F; }

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

This text font color is #BB5B9F.

Background Color

.myBgColor { background-color: #BB5B9F; }

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

This div background color is #BB5B9F.

Border color

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

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

This div border color is #BB5B9F.

Opacity

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

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

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

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

This text has shadow with #BB5B9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB5B9F.

Preview

Color preview on black background

This text has color #BB5B9F on black background.


Color preview on white background

This text has color #BB5B9F on white background.


Black color preview on #BB5B9F background

This text has black color on #BB5B9F background.


White color preview on #BB5B9F background

This text has white color on #BB5B9F background.


Related colors

Complementary color

Complementary color for #hex is #44A460.


I love getcolorcode.com

Triadic colors

1 #9FBB5B and #5B9FBB with #BB5B9F are triadic colors.

2 #9F5BBB and #5BBB9F with #BB5B9F are triadic colors.