COLOR #BB73CC

HEX: #BB73CC
RGB: (187,115,204)

Color info

#BB73CC contains mainly red and blue colors. Web safe color of #BB73CC is #CC66CC (or #C6C).

RGB color model

#BB73CC color RGB value is (187,115,204).

  • red value is 187;
  • green value is 115;
  • blue value is 204.
RGB:
(187,115,204)
(73%,45%,80%)

RGB channels and saturation

R 187 of 255 = 73%
G 115 of 255 = 45%
B 204 of 255 = 80%

187
115
204

R + G + B ~ 66%. #BB73CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 115 + 204 = 506 (100%)
R 187 of 506 ~ 36.96%
G 115 of 506 ~ 22.73%
B 204 of 506 ~ 40.32%

%36.96
%22.73
%40.32

CMYK color model

#BB73CC color CMYK value is (8,44,0,20).

  • cyan value is 8.33%
  • magenta value is 43.63%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(8,44,0,20)
C8M44Y0K20 
(8%,44%,0%,20%)
(0.08/0.44/0.00/0.20)	

CMYK percentages

%8.33
%43.63
%0
%20

Codes

Color #BB73CC in popluar color models

BB73CC
RGB187115204
HSL289°46.60%62.55%
HSB/HSV289°43.63%80.00%
CMYK8.33%43.63%0.00%
20.00%

Color #BB73CC in popluar number systems.

HEXBB73CC
Decimal187115204
Binary10111011111001111001100
Octal273163314

Shades and tints

Shades of #BB73CC

#BB73CC
(187,115,204)
#AA69BA
(170,105,186)
#995FA8
(153,95,168)
#885596
(136,85,150)
#774B84
(119,75,132)
#664172
(102,65,114)
#553760
(85,55,96)
#442D4E
(68,45,78)
#33233C
(51,35,60)
#22192A
(34,25,42)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #BB73CC

#BB73CC
(187,115,204)
#C17FD0
(193,127,208)
#C78BD4
(199,139,212)
#CD97D8
(205,151,216)
#D3A3DC
(211,163,220)
#D9AFE0
(217,175,224)
#DFBBE4
(223,187,228)
#E5C7E8
(229,199,232)
#EBD3EC
(235,211,236)
#F1DFF0
(241,223,240)
#F7EBF4
(247,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB73CC color. Also use rgb(187,115,204) instead hex code.

Text Font Color

.myTextColor { color: #BB73CC; }

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

This text font color is #BB73CC.


Background Color

.myBgColor { background-color: #BB73CC; }

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

This div background color is #BB73CC.


Border color

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

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

This div border color is #BB73CC.


Opacity

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

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

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

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

This text has shadow with #BB73CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB73CC on black background.


Color preview on white background

This text has color #BB73CC on white background.



Black color preview on #BB73CC background

This text has black color on #BB73CC background.


White color preview on #BB73CC background

This text has white color on #BB73CC background.