COLOR #BB7BB8

HEX: #BB7BB8
RGB: (187,123,184)

Color info

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

RGB color model

#BB7BB8 color RGB value is (187,123,184).

  • red value is 187;
  • green value is 123;
  • blue value is 184.
RGB:
(187,123,184)
(73%,48%,72%)

RGB channels and saturation

R 187 of 255 = 73%
G 123 of 255 = 48%
B 184 of 255 = 72%

187
123
184

R + G + B ~ 64%. #BB7BB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 123 + 184 = 494 (100%)
R 187 of 494 ~ 37.85%
G 123 of 494 ~ 24.9%
B 184 of 494 ~ 37.25%

%37.85
%24.9
%37.25

CMYK color model

#BB7BB8 color CMYK value is (0,34,2,27).

  • cyan value is 0.00%
  • magenta value is 34.22%
  • yellow value is 1.60%
  • key color value is 26.67%
CMYK:
(0,34,2,27)
C0M34Y2K27 
(0%,34%,2%,27%)
(0.00/0.34/0.02/0.27)	

CMYK percentages

%0
%34.22
%1.6
%26.67

Codes

Color #BB7BB8 in popluar color models

BB7BB8
RGB187123184
HSL303°32.00%60.78%
HSB/HSV303°34.22%73.33%
CMYK0.00%34.22%1.60%
26.67%

Color #BB7BB8 in popluar number systems.

HEXBB7BB8
Decimal187123184
Binary10111011111101110111000
Octal273173270

Shades and tints

Shades of #BB7BB8

#BB7BB8
(187,123,184)
#AA70A8
(170,112,168)
#996598
(153,101,152)
#885A88
(136,90,136)
#774F78
(119,79,120)
#664468
(102,68,104)
#553958
(85,57,88)
#442E48
(68,46,72)
#332338
(51,35,56)
#221828
(34,24,40)
#110D18
(17,13,24)
#000000
(0,0,0)

Tints of #BB7BB8

#BB7BB8
(187,123,184)
#C187BE
(193,135,190)
#C793C4
(199,147,196)
#CD9FCA
(205,159,202)
#D3ABD0
(211,171,208)
#D9B7D6
(217,183,214)
#DFC3DC
(223,195,220)
#E5CFE2
(229,207,226)
#EBDBE8
(235,219,232)
#F1E7EE
(241,231,238)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7BB8; }

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

This text font color is #BB7BB8.


Background Color

.myBgColor { background-color: #BB7BB8; }

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

This div background color is #BB7BB8.


Border color

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

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

This div border color is #BB7BB8.


Opacity

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

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

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

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

This text has shadow with #BB7BB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7BB8 on black background.


Color preview on white background

This text has color #BB7BB8 on white background.



Black color preview on #BB7BB8 background

This text has black color on #BB7BB8 background.


White color preview on #BB7BB8 background

This text has white color on #BB7BB8 background.