COLOR #BB2E8B

HEX: #BB2E8B RGB: (187,46,139)

Color info

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

RGB color model

#BB2E8B color RGB value is (187,46,139).

RGB: (187,46,139) (73%, 18%, 55%)

RGB channels and saturation

R 187 of 255 = 73%
G 46 of 255 = 18%
B 139 of 255 = 55%

187
46
139

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

Portions of RGB colors in percentages

R + G + B = 187 + 46 + 139 = 372 (100%)
R 187 of 372 ~ 50.27%
G 46 of 372 ~ 12.37%
B 139 of 372 ~ 37.37'%

%50.27
%12.37
%37.37

CMYK color model

#BB2E8B color CMYK value is (0,75,26,27).

  • cyan value is 0.00%
  • magenta value is 75.40%
  • yellow value is 25.67%
  • key color value is 26.67%
CMYK: (0,75,26,27) C0M75Y26K27 (0%,75%,26%,27%) (0.00/0.75/0.26/0.27) 

CMYK percentages

%0
%75.4
%25.67
%26.67

Codes

Color #BB2E8B in popluar color models

BB 2E 8B
RGB 187 46 139
HSL 320° 60.52% 45.69%
HSB/HSV 320° 75.40% 73.33%
CMYK 0.00% 75.40% 25.67%
26.67%

Color #BB2E8B in popluar number systems.

HEX BB 2E 8B
Decimal 187 46 139
Binary 10111011 101110 10001011
Octal 273 56 213

Shades and tints

Shades of #BB2E8B

#BB2E8B
(187,46,139)
#AA2A7F
(170,42,127)
#992673
(153,38,115)
#882267
(136,34,103)
#771E5B
(119,30,91)
#661A4F
(102,26,79)
#551643
(85,22,67)
#441237
(68,18,55)
#330E2B
(51,14,43)
#220A1F
(34,10,31)
#110613
(17,6,19)
#000000
(0,0,0)

Tints of #BB2E8B

#BB2E8B
(187,46,139)
#C14195
(193,65,149)
#C7549F
(199,84,159)
#CD67A9
(205,103,169)
#D37AB3
(211,122,179)
#D98DBD
(217,141,189)
#DFA0C7
(223,160,199)
#E5B3D1
(229,179,209)
#EBC6DB
(235,198,219)
#F1D9E5
(241,217,229)
#F7ECEF
(247,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB2E8B; }

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

This text font color is #BB2E8B.

Background Color

.myBgColor { background-color: #BB2E8B; }

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

This div background color is #BB2E8B.

Border color

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

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

This div border color is #BB2E8B.

Opacity

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

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

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

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

This text has shadow with #BB2E8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB2E8B.

Preview

Color preview on black background

This text has color #BB2E8B on black background.


Color preview on white background

This text has color #BB2E8B on white background.


Black color preview on #BB2E8B background

This text has black color on #BB2E8B background.


White color preview on #BB2E8B background

This text has white color on #BB2E8B background.


Related colors

Complementary color

Complementary color for #hex is #44D174.


I love getcolorcode.com

Triadic colors

1 #8BBB2E and #2E8BBB with #BB2E8B are triadic colors.

2 #8B2EBB and #2EBB8B with #BB2E8B are triadic colors.