COLOR #BB81D9

HEX: #BB81D9 RGB: (187,129,217)

Color info

#BB81D9 contains mainly red and blue colors. Web safe color of #BB81D9 is #CC99CC (or #C9C).

RGB color model

#BB81D9 color RGB value is (187,129,217).

RGB: (187,129,217) (73%, 51%, 85%)

RGB channels and saturation

R 187 of 255 = 73%
G 129 of 255 = 51%
B 217 of 255 = 85%

187
129
217

R + G + B ~ 70%. #BB81D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 129 + 217 = 533 (100%)
R 187 of 533 ~ 35.08%
G 129 of 533 ~ 24.2%
B 217 of 533 ~ 40.71'%

%35.08
%24.2
%40.71

CMYK color model

#BB81D9 color CMYK value is (14,41,0,15).

  • cyan value is 13.82%
  • magenta value is 40.55%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (14,41,0,15)
C14M41Y0K15 (14%, 41%, 0%, 15%)
(0.14 / 0.41 / 0.00 / 0.15)

CMYK percentages

%13.82
%40.55
%0
%14.9

Codes

Color #BB81D9 in popluar color models

BB 81 D9
RGB 187 129 217
HSL 280° 53.66% 67.84%
HSB/HSV 280° 40.55% 85.10%
CMYK 13.82% 40.55% 0.00%
14.90%

Color #BB81D9 in popluar number systems.

HEX BB 81 D9
Decimal 187 129 217
Binary 10111011 10000001 11011001
Octal 273 201 331

Shades and tints

Shades of #BB81D9

#BB81D9
(187,129,217)
#AA76C6
(170,118,198)
#996BB3
(153,107,179)
#8860A0
(136,96,160)
#77558D
(119,85,141)
#664A7A
(102,74,122)
#553F67
(85,63,103)
#443454
(68,52,84)
#332941
(51,41,65)
#221E2E
(34,30,46)
#11131B
(17,19,27)
#000000
(0,0,0)

Tints of #BB81D9

#BB81D9
(187,129,217)
#C18CDC
(193,140,220)
#C797DF
(199,151,223)
#CDA2E2
(205,162,226)
#D3ADE5
(211,173,229)
#D9B8E8
(217,184,232)
#DFC3EB
(223,195,235)
#E5CEEE
(229,206,238)
#EBD9F1
(235,217,241)
#F1E4F4
(241,228,244)
#F7EFF7
(247,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB81D9; }

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

This text font color is #BB81D9.

Background Color

.myBgColor { background-color: #BB81D9; }

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

This div background color is #BB81D9.

Border color

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

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

This div border color is #BB81D9.

Opacity

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

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

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

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

This text has shadow with #BB81D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB81D9.

Preview

Color preview on black background

This text has color #BB81D9 on black background.


Color preview on white background

This text has color #BB81D9 on white background.


Black color preview on #BB81D9 background

This text has black color on #BB81D9 background.


White color preview on #BB81D9 background

This text has white color on #BB81D9 background.


Related colors

Complementary color

Complementary color for #hex is #447E26.


I love getcolorcode.com

Triadic colors

1 #D9BB81 and #81D9BB with #BB81D9 are triadic colors.

2 #D981BB and #81BBD9 with #BB81D9 are triadic colors.