COLOR #BB84DF

HEX: #BB84DF RGB: (187,132,223)

Color info

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

RGB color model

#BB84DF color RGB value is (187,132,223).

RGB: (187,132,223) (73%, 52%, 87%)

RGB channels and saturation

R 187 of 255 = 73%
G 132 of 255 = 52%
B 223 of 255 = 87%

187
132
223

R + G + B ~ 71%. #BB84DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 132 + 223 = 542 (100%)
R 187 of 542 ~ 34.5%
G 132 of 542 ~ 24.35%
B 223 of 542 ~ 41.14'%

%34.5
%24.35
%41.14

CMYK color model

#BB84DF color CMYK value is (16,41,0,13).

  • cyan value is 16.14%
  • magenta value is 40.81%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (16,41,0,13)
C16M41Y0K13 (16%, 41%, 0%, 13%)
(0.16 / 0.41 / 0.00 / 0.13)

CMYK percentages

%16.14
%40.81
%0
%12.55

Codes

Color #BB84DF in popluar color models

BB 84 DF
RGB 187 132 223
HSL 276° 58.71% 69.61%
HSB/HSV 276° 40.81% 87.45%
CMYK 16.14% 40.81% 0.00%
12.55%

Color #BB84DF in popluar number systems.

HEX BB 84 DF
Decimal 187 132 223
Binary 10111011 10000100 11011111
Octal 273 204 337

Shades and tints

Shades of #BB84DF

#BB84DF
(187,132,223)
#AA78CB
(170,120,203)
#996CB7
(153,108,183)
#8860A3
(136,96,163)
#77548F
(119,84,143)
#66487B
(102,72,123)
#553C67
(85,60,103)
#443053
(68,48,83)
#33243F
(51,36,63)
#22182B
(34,24,43)
#110C17
(17,12,23)
#000000
(0,0,0)

Tints of #BB84DF

#BB84DF
(187,132,223)
#C18FE1
(193,143,225)
#C79AE3
(199,154,227)
#CDA5E5
(205,165,229)
#D3B0E7
(211,176,231)
#D9BBE9
(217,187,233)
#DFC6EB
(223,198,235)
#E5D1ED
(229,209,237)
#EBDCEF
(235,220,239)
#F1E7F1
(241,231,241)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB84DF; }

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

This text font color is #BB84DF.

Background Color

.myBgColor { background-color: #BB84DF; }

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

This div background color is #BB84DF.

Border color

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

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

This div border color is #BB84DF.

Opacity

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

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

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

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

This text has shadow with #BB84DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB84DF.

Preview

Color preview on black background

This text has color #BB84DF on black background.


Color preview on white background

This text has color #BB84DF on white background.


Black color preview on #BB84DF background

This text has black color on #BB84DF background.


White color preview on #BB84DF background

This text has white color on #BB84DF background.


Related colors

Complementary color

Complementary color for #hex is #447B20.


I love getcolorcode.com

Triadic colors

1 #DFBB84 and #84DFBB with #BB84DF are triadic colors.

2 #DF84BB and #84BBDF with #BB84DF are triadic colors.