COLOR #BB91DD

HEX: #BB91DD RGB: (187,145,221)

Color info

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

RGB color model

#BB91DD color RGB value is (187,145,221).

RGB: (187,145,221) (73%, 57%, 87%)

RGB channels and saturation

R 187 of 255 = 73%
G 145 of 255 = 57%
B 221 of 255 = 87%

187
145
221

R + G + B ~ 72%. #BB91DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 145 + 221 = 553 (100%)
R 187 of 553 ~ 33.82%
G 145 of 553 ~ 26.22%
B 221 of 553 ~ 39.96'%

%33.82
%26.22
%39.96

CMYK color model

#BB91DD color CMYK value is (15,34,0,13).

  • cyan value is 15.38%
  • magenta value is 34.39%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (15,34,0,13)
C15M34Y0K13 (15%, 34%, 0%, 13%)
(0.15 / 0.34 / 0.00 / 0.13)

CMYK percentages

%15.38
%34.39
%0
%13.33

Codes

Color #BB91DD in popluar color models

BB 91 DD
RGB 187 145 221
HSL 273° 52.78% 71.76%
HSB/HSV 273° 34.39% 86.67%
CMYK 15.38% 34.39% 0.00%
13.33%

Color #BB91DD in popluar number systems.

HEX BB 91 DD
Decimal 187 145 221
Binary 10111011 10010001 11011101
Octal 273 221 335

Shades and tints

Shades of #BB91DD

#BB91DD
(187,145,221)
#AA84C9
(170,132,201)
#9977B5
(153,119,181)
#886AA1
(136,106,161)
#775D8D
(119,93,141)
#665079
(102,80,121)
#554365
(85,67,101)
#443651
(68,54,81)
#33293D
(51,41,61)
#221C29
(34,28,41)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #BB91DD

#BB91DD
(187,145,221)
#C19BE0
(193,155,224)
#C7A5E3
(199,165,227)
#CDAFE6
(205,175,230)
#D3B9E9
(211,185,233)
#D9C3EC
(217,195,236)
#DFCDEF
(223,205,239)
#E5D7F2
(229,215,242)
#EBE1F5
(235,225,245)
#F1EBF8
(241,235,248)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB91DD; }

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

This text font color is #BB91DD.

Background Color

.myBgColor { background-color: #BB91DD; }

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

This div background color is #BB91DD.

Border color

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

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

This div border color is #BB91DD.

Opacity

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

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

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

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

This text has shadow with #BB91DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB91DD.

Preview

Color preview on black background

This text has color #BB91DD on black background.


Color preview on white background

This text has color #BB91DD on white background.


Black color preview on #BB91DD background

This text has black color on #BB91DD background.


White color preview on #BB91DD background

This text has white color on #BB91DD background.


Related colors

Complementary color

Complementary color for #hex is #446E22.


I love getcolorcode.com

Triadic colors

1 #DDBB91 and #91DDBB with #BB91DD are triadic colors.

2 #DD91BB and #91BBDD with #BB91DD are triadic colors.