COLOR #BB74AC

HEX: #BB74AC RGB: (187,116,172)

Color info

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

RGB color model

#BB74AC color RGB value is (187,116,172).

RGB: (187,116,172) (73%, 45%, 67%)

RGB channels and saturation

R 187 of 255 = 73%
G 116 of 255 = 45%
B 172 of 255 = 67%

187
116
172

R + G + B ~ 62%. #BB74AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 116 + 172 = 475 (100%)
R 187 of 475 ~ 39.37%
G 116 of 475 ~ 24.42%
B 172 of 475 ~ 36.21'%

%39.37
%24.42
%36.21

CMYK color model

#BB74AC color CMYK value is (0,38,8,27).

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

CMYK: (0,38,8,27)
C0M38Y8K27 (0%, 38%, 8%, 27%)
(0.00 / 0.38 / 0.08 / 0.27)

CMYK percentages

%0
%37.97
%8.02
%26.67

Codes

Color #BB74AC in popluar color models

BB 74 AC
RGB 187 116 172
HSL 313° 34.30% 59.41%
HSB/HSV 313° 37.97% 73.33%
CMYK 0.00% 37.97% 8.02%
26.67%

Color #BB74AC in popluar number systems.

HEX BB 74 AC
Decimal 187 116 172
Binary 10111011 1110100 10101100
Octal 273 164 254

Shades and tints

Shades of #BB74AC

#BB74AC
(187,116,172)
#AA6A9D
(170,106,157)
#99608E
(153,96,142)
#88567F
(136,86,127)
#774C70
(119,76,112)
#664261
(102,66,97)
#553852
(85,56,82)
#442E43
(68,46,67)
#332434
(51,36,52)
#221A25
(34,26,37)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #BB74AC

#BB74AC
(187,116,172)
#C180B3
(193,128,179)
#C78CBA
(199,140,186)
#CD98C1
(205,152,193)
#D3A4C8
(211,164,200)
#D9B0CF
(217,176,207)
#DFBCD6
(223,188,214)
#E5C8DD
(229,200,221)
#EBD4E4
(235,212,228)
#F1E0EB
(241,224,235)
#F7ECF2
(247,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB74AC; }

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

This text font color is #BB74AC.

Background Color

.myBgColor { background-color: #BB74AC; }

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

This div background color is #BB74AC.

Border color

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

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

This div border color is #BB74AC.

Opacity

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

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

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

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

This text has shadow with #BB74AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB74AC.

Preview

Color preview on black background

This text has color #BB74AC on black background.


Color preview on white background

This text has color #BB74AC on white background.


Black color preview on #BB74AC background

This text has black color on #BB74AC background.


White color preview on #BB74AC background

This text has white color on #BB74AC background.


Related colors

Complementary color

Complementary color for #hex is #448B53.


I love getcolorcode.com

Triadic colors

1 #ACBB74 and #74ACBB with #BB74AC are triadic colors.

2 #AC74BB and #74BBAC with #BB74AC are triadic colors.