COLOR #BB7494

HEX: #BB7494 RGB: (187,116,148)

Color info

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

RGB color model

#BB7494 color RGB value is (187,116,148).

RGB: (187,116,148) (73%, 45%, 58%)

RGB channels and saturation

R 187 of 255 = 73%
G 116 of 255 = 45%
B 148 of 255 = 58%

187
116
148

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

Portions of RGB colors in percentages

R + G + B = 187 + 116 + 148 = 451 (100%)
R 187 of 451 ~ 41.46%
G 116 of 451 ~ 25.72%
B 148 of 451 ~ 32.82'%

%41.46
%25.72
%32.82

CMYK color model

#BB7494 color CMYK value is (0,38,21,27).

  • cyan value is 0.00%
  • magenta value is 37.97%
  • yellow value is 20.86%
  • key color value is 26.67%

CMYK: (0,38,21,27)
C0M38Y21K27 (0%, 38%, 21%, 27%)
(0.00 / 0.38 / 0.21 / 0.27)

CMYK percentages

%0
%37.97
%20.86
%26.67

Codes

Color #BB7494 in popluar color models

BB 74 94
RGB 187 116 148
HSL 333° 34.30% 59.41%
HSB/HSV 333° 37.97% 73.33%
CMYK 0.00% 37.97% 20.86%
26.67%

Color #BB7494 in popluar number systems.

HEX BB 74 94
Decimal 187 116 148
Binary 10111011 1110100 10010100
Octal 273 164 224

Shades and tints

Shades of #BB7494

#BB7494
(187,116,148)
#AA6A87
(170,106,135)
#99607A
(153,96,122)
#88566D
(136,86,109)
#774C60
(119,76,96)
#664253
(102,66,83)
#553846
(85,56,70)
#442E39
(68,46,57)
#33242C
(51,36,44)
#221A1F
(34,26,31)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #BB7494

#BB7494
(187,116,148)
#C1809D
(193,128,157)
#C78CA6
(199,140,166)
#CD98AF
(205,152,175)
#D3A4B8
(211,164,184)
#D9B0C1
(217,176,193)
#DFBCCA
(223,188,202)
#E5C8D3
(229,200,211)
#EBD4DC
(235,212,220)
#F1E0E5
(241,224,229)
#F7ECEE
(247,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7494 color. Also use rgb(187,116,148) instead hex code.

Text Font Color

.myTextColor { color: #BB7494; }

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

This text font color is #BB7494.

Background Color

.myBgColor { background-color: #BB7494; }

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

This div background color is #BB7494.

Border color

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

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

This div border color is #BB7494.

Opacity

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

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

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

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

This text has shadow with #BB7494 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB7494.

Preview

Color preview on black background

This text has color #BB7494 on black background.


Color preview on white background

This text has color #BB7494 on white background.


Black color preview on #BB7494 background

This text has black color on #BB7494 background.


White color preview on #BB7494 background

This text has white color on #BB7494 background.


Related colors

Complementary color

Complementary color for #hex is #448B6B.


I love getcolorcode.com

Triadic colors

1 #94BB74 and #7494BB with #BB7494 are triadic colors.

2 #9474BB and #74BB94 with #BB7494 are triadic colors.