COLOR #BB3985

HEX: #BB3985 RGB: (187,57,133)

Color info

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

RGB color model

#BB3985 color RGB value is (187,57,133).

RGB: (187,57,133) (73%, 22%, 52%)

RGB channels and saturation

R 187 of 255 = 73%
G 57 of 255 = 22%
B 133 of 255 = 52%

187
57
133

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

Portions of RGB colors in percentages

R + G + B = 187 + 57 + 133 = 377 (100%)
R 187 of 377 ~ 49.6%
G 57 of 377 ~ 15.12%
B 133 of 377 ~ 35.28'%

%49.6
%15.12
%35.28

CMYK color model

#BB3985 color CMYK value is (0,70,29,27).

  • cyan value is 0.00%
  • magenta value is 69.52%
  • yellow value is 28.88%
  • key color value is 26.67%
CMYK: (0,70,29,27) C0M70Y29K27 (0%,70%,29%,27%) (0.00/0.70/0.29/0.27) 

CMYK percentages

%0
%69.52
%28.88
%26.67

Codes

Color #BB3985 in popluar color models

BB 39 85
RGB 187 57 133
HSL 325° 53.28% 47.84%
HSB/HSV 325° 69.52% 73.33%
CMYK 0.00% 69.52% 28.88%
26.67%

Color #BB3985 in popluar number systems.

HEX BB 39 85
Decimal 187 57 133
Binary 10111011 111001 10000101
Octal 273 71 205

Shades and tints

Shades of #BB3985

#BB3985
(187,57,133)
#AA3479
(170,52,121)
#992F6D
(153,47,109)
#882A61
(136,42,97)
#772555
(119,37,85)
#662049
(102,32,73)
#551B3D
(85,27,61)
#441631
(68,22,49)
#331125
(51,17,37)
#220C19
(34,12,25)
#11070D
(17,7,13)
#000000
(0,0,0)

Tints of #BB3985

#BB3985
(187,57,133)
#C14B90
(193,75,144)
#C75D9B
(199,93,155)
#CD6FA6
(205,111,166)
#D381B1
(211,129,177)
#D993BC
(217,147,188)
#DFA5C7
(223,165,199)
#E5B7D2
(229,183,210)
#EBC9DD
(235,201,221)
#F1DBE8
(241,219,232)
#F7EDF3
(247,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB3985 color. Also use rgb(187,57,133) instead hex code.

Text Font Color

.myTextColor { color: #BB3985; }

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

This text font color is #BB3985.

Background Color

.myBgColor { background-color: #BB3985; }

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

This div background color is #BB3985.

Border color

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

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

This div border color is #BB3985.

Opacity

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

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

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

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

This text has shadow with #BB3985 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB3985.

Preview

Color preview on black background

This text has color #BB3985 on black background.


Color preview on white background

This text has color #BB3985 on white background.


Black color preview on #BB3985 background

This text has black color on #BB3985 background.


White color preview on #BB3985 background

This text has white color on #BB3985 background.


Related colors

Complementary color

Complementary color for #hex is #44C67A.


I love getcolorcode.com

Triadic colors

1 #85BB39 and #3985BB with #BB3985 are triadic colors.

2 #8539BB and #39BB85 with #BB3985 are triadic colors.