COLOR #BB81B8

HEX: #BB81B8
RGB: (187,129,184)

Color info

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

RGB color model

#BB81B8 color RGB value is (187,129,184).

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

RGB channels and saturation

R 187 of 255 = 73%
G 129 of 255 = 51%
B 184 of 255 = 72%

187
129
184

R + G + B ~ 65%. #BB81B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 129 + 184 = 500 (100%)
R 187 of 500 ~ 37.4%
G 129 of 500 ~ 25.8%
B 184 of 500 ~ 36.8%

%37.4
%25.8
%36.8

CMYK color model

#BB81B8 color CMYK value is (0,31,2,27).

  • cyan value is 0.00%
  • magenta value is 31.02%
  • yellow value is 1.60%
  • key color value is 26.67%
CMYK:
(0,31,2,27)
C0M31Y2K27 
(0%,31%,2%,27%)
(0.00/0.31/0.02/0.27)	

CMYK percentages

%0
%31.02
%1.6
%26.67

Codes

Color #BB81B8 in popluar color models

BB81B8
RGB187129184
HSL303°29.90%61.96%
HSB/HSV303°31.02%73.33%
CMYK0.00%31.02%1.60%
26.67%

Color #BB81B8 in popluar number systems.

HEXBB81B8
Decimal187129184
Binary101110111000000110111000
Octal273201270

Shades and tints

Shades of #BB81B8

#BB81B8
(187,129,184)
#AA76A8
(170,118,168)
#996B98
(153,107,152)
#886088
(136,96,136)
#775578
(119,85,120)
#664A68
(102,74,104)
#553F58
(85,63,88)
#443448
(68,52,72)
#332938
(51,41,56)
#221E28
(34,30,40)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #BB81B8

#BB81B8
(187,129,184)
#C18CBE
(193,140,190)
#C797C4
(199,151,196)
#CDA2CA
(205,162,202)
#D3ADD0
(211,173,208)
#D9B8D6
(217,184,214)
#DFC3DC
(223,195,220)
#E5CEE2
(229,206,226)
#EBD9E8
(235,217,232)
#F1E4EE
(241,228,238)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB81B8; }

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

This text font color is #BB81B8.


Background Color

.myBgColor { background-color: #BB81B8; }

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

This div background color is #BB81B8.


Border color

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

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

This div border color is #BB81B8.


Opacity

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

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

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

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

This text has shadow with #BB81B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB81B8 on black background.


Color preview on white background

This text has color #BB81B8 on white background.



Black color preview on #BB81B8 background

This text has black color on #BB81B8 background.


White color preview on #BB81B8 background

This text has white color on #BB81B8 background.