COLOR #BB71A6

HEX: #BB71A6
RGB: (187,113,166)

Color info

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

RGB color model

#BB71A6 color RGB value is (187,113,166).

  • red value is 187;
  • green value is 113;
  • blue value is 166.
RGB:
(187,113,166)
(73%,44%,65%)

RGB channels and saturation

R 187 of 255 = 73%
G 113 of 255 = 44%
B 166 of 255 = 65%

187
113
166

R + G + B ~ 61%. #BB71A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 113 + 166 = 466 (100%)
R 187 of 466 ~ 40.13%
G 113 of 466 ~ 24.25%
B 166 of 466 ~ 35.62%

%40.13
%24.25
%35.62

CMYK color model

#BB71A6 color CMYK value is (0,40,11,27).

  • cyan value is 0.00%
  • magenta value is 39.57%
  • yellow value is 11.23%
  • key color value is 26.67%
CMYK:
(0,40,11,27)
C0M40Y11K27 
(0%,40%,11%,27%)
(0.00/0.40/0.11/0.27)	

CMYK percentages

%0
%39.57
%11.23
%26.67

Codes

Color #BB71A6 in popluar color models

BB71A6
RGB187113166
HSL317°35.24%58.82%
HSB/HSV317°39.57%73.33%
CMYK0.00%39.57%11.23%
26.67%

Color #BB71A6 in popluar number systems.

HEXBB71A6
Decimal187113166
Binary10111011111000110100110
Octal273161246

Shades and tints

Shades of #BB71A6

#BB71A6
(187,113,166)
#AA6797
(170,103,151)
#995D88
(153,93,136)
#885379
(136,83,121)
#77496A
(119,73,106)
#663F5B
(102,63,91)
#55354C
(85,53,76)
#442B3D
(68,43,61)
#33212E
(51,33,46)
#22171F
(34,23,31)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #BB71A6

#BB71A6
(187,113,166)
#C17DAE
(193,125,174)
#C789B6
(199,137,182)
#CD95BE
(205,149,190)
#D3A1C6
(211,161,198)
#D9ADCE
(217,173,206)
#DFB9D6
(223,185,214)
#E5C5DE
(229,197,222)
#EBD1E6
(235,209,230)
#F1DDEE
(241,221,238)
#F7E9F6
(247,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB71A6 color. Also use rgb(187,113,166) instead hex code.

Text Font Color

.myTextColor { color: #BB71A6; }

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

This text font color is #BB71A6.


Background Color

.myBgColor { background-color: #BB71A6; }

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

This div background color is #BB71A6.


Border color

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

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

This div border color is #BB71A6.


Opacity

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

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

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

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

This text has shadow with #BB71A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB71A6 on black background.


Color preview on white background

This text has color #BB71A6 on white background.



Black color preview on #BB71A6 background

This text has black color on #BB71A6 background.


White color preview on #BB71A6 background

This text has white color on #BB71A6 background.