COLOR #BB4C8B

HEX: #BB4C8B RGB: (187,76,139)

Color info

#BB4C8B contains mainly red and blue colors. Web safe color of #BB4C8B is #CC3399 (or #C39).

RGB color model

#BB4C8B color RGB value is (187,76,139).

RGB: (187,76,139) (73%, 30%, 55%)

RGB channels and saturation

R 187 of 255 = 73%
G 76 of 255 = 30%
B 139 of 255 = 55%

187
76
139

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

Portions of RGB colors in percentages

R + G + B = 187 + 76 + 139 = 402 (100%)
R 187 of 402 ~ 46.52%
G 76 of 402 ~ 18.91%
B 139 of 402 ~ 34.58'%

%46.52
%18.91
%34.58

CMYK color model

#BB4C8B color CMYK value is (0,59,26,27).

  • cyan value is 0.00%
  • magenta value is 59.36%
  • yellow value is 25.67%
  • key color value is 26.67%

CMYK: (0,59,26,27)
C0M59Y26K27 (0%, 59%, 26%, 27%)
(0.00 / 0.59 / 0.26 / 0.27)

CMYK percentages

%0
%59.36
%25.67
%26.67

Codes

Color #BB4C8B in popluar color models

BB 4C 8B
RGB 187 76 139
HSL 326° 44.94% 51.57%
HSB/HSV 326° 59.36% 73.33%
CMYK 0.00% 59.36% 25.67%
26.67%

Color #BB4C8B in popluar number systems.

HEX BB 4C 8B
Decimal 187 76 139
Binary 10111011 1001100 10001011
Octal 273 114 213

Shades and tints

Shades of #BB4C8B

#BB4C8B
(187,76,139)
#AA467F
(170,70,127)
#994073
(153,64,115)
#883A67
(136,58,103)
#77345B
(119,52,91)
#662E4F
(102,46,79)
#552843
(85,40,67)
#442237
(68,34,55)
#331C2B
(51,28,43)
#22161F
(34,22,31)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #BB4C8B

#BB4C8B
(187,76,139)
#C15C95
(193,92,149)
#C76C9F
(199,108,159)
#CD7CA9
(205,124,169)
#D38CB3
(211,140,179)
#D99CBD
(217,156,189)
#DFACC7
(223,172,199)
#E5BCD1
(229,188,209)
#EBCCDB
(235,204,219)
#F1DCE5
(241,220,229)
#F7ECEF
(247,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB4C8B color. Also use rgb(187,76,139) instead hex code.

Text Font Color

.myTextColor { color: #BB4C8B; }

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

This text font color is #BB4C8B.

Background Color

.myBgColor { background-color: #BB4C8B; }

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

This div background color is #BB4C8B.

Border color

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

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

This div border color is #BB4C8B.

Opacity

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

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

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

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

This text has shadow with #BB4C8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB4C8B.

Preview

Color preview on black background

This text has color #BB4C8B on black background.


Color preview on white background

This text has color #BB4C8B on white background.


Black color preview on #BB4C8B background

This text has black color on #BB4C8B background.


White color preview on #BB4C8B background

This text has white color on #BB4C8B background.


Related colors

Complementary color

Complementary color for #hex is #44B374.


I love getcolorcode.com

Triadic colors

1 #8BBB4C and #4C8BBB with #BB4C8B are triadic colors.

2 #8B4CBB and #4CBB8B with #BB4C8B are triadic colors.