COLOR #BB8BBB

HEX: #BB8BBB
RGB: (187,139,187)

Color info

#BB8BBB contains red, green and blue colors in about the same proportion. Web safe color of #BB8BBB is #CC99CC (or #C9C).

RGB color model

#BB8BBB color RGB value is (187,139,187).

  • red value is 187;
  • green value is 139;
  • blue value is 187.
RGB:
(187,139,187)
(73%,55%,73%)

RGB channels and saturation

R 187 of 255 = 73%
G 139 of 255 = 55%
B 187 of 255 = 73%

187
139
187

R + G + B ~ 67%. #BB8BBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 139 + 187 = 513 (100%)
R 187 of 513 ~ 36.45%
G 139 of 513 ~ 27.1%
B 187 of 513 ~ 36.45%

%36.45
%27.1
%36.45

CMYK color model

#BB8BBB color CMYK value is (0,26,0,27).

  • cyan value is 0.00%
  • magenta value is 25.67%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(0,26,0,27)
C0M26Y0K27 
(0%,26%,0%,27%)
(0.00/0.26/0.00/0.27)	

CMYK percentages

%0
%25.67
%0
%26.67

Codes

Color #BB8BBB in popluar color models

BB8BBB
RGB187139187
HSL300°26.09%63.92%
HSB/HSV300°25.67%73.33%
CMYK0.00%25.67%0.00%
26.67%

Color #BB8BBB in popluar number systems.

HEXBB8BBB
Decimal187139187
Binary101110111000101110111011
Octal273213273

Shades and tints

Shades of #BB8BBB

#BB8BBB
(187,139,187)
#AA7FAA
(170,127,170)
#997399
(153,115,153)
#886788
(136,103,136)
#775B77
(119,91,119)
#664F66
(102,79,102)
#554355
(85,67,85)
#443744
(68,55,68)
#332B33
(51,43,51)
#221F22
(34,31,34)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #BB8BBB

#BB8BBB
(187,139,187)
#C195C1
(193,149,193)
#C79FC7
(199,159,199)
#CDA9CD
(205,169,205)
#D3B3D3
(211,179,211)
#D9BDD9
(217,189,217)
#DFC7DF
(223,199,223)
#E5D1E5
(229,209,229)
#EBDBEB
(235,219,235)
#F1E5F1
(241,229,241)
#F7EFF7
(247,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8BBB; }

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

This text font color is #BB8BBB.


Background Color

.myBgColor { background-color: #BB8BBB; }

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

This div background color is #BB8BBB.


Border color

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

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

This div border color is #BB8BBB.


Opacity

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

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

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

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

This text has shadow with #BB8BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8BBB on black background.


Color preview on white background

This text has color #BB8BBB on white background.



Black color preview on #BB8BBB background

This text has black color on #BB8BBB background.


White color preview on #BB8BBB background

This text has white color on #BB8BBB background.