COLOR #BB80D9

HEX: #BB80D9
RGB: (187,128,217)

Color info

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

RGB color model

#BB80D9 color RGB value is (187,128,217).

  • red value is 187;
  • green value is 128;
  • blue value is 217.
RGB:
(187,128,217)
(73%,50%,85%)

RGB channels and saturation

R 187 of 255 = 73%
G 128 of 255 = 50%
B 217 of 255 = 85%

187
128
217

R + G + B ~ 69%. #BB80D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 128 + 217 = 532 (100%)
R 187 of 532 ~ 35.15%
G 128 of 532 ~ 24.06%
B 217 of 532 ~ 40.79%

%35.15
%24.06
%40.79

CMYK color model

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

  • cyan value is 13.82%
  • magenta value is 41.01%
  • 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
%41.01
%0
%14.9

Codes

Color #BB80D9 in popluar color models

BB80D9
RGB187128217
HSL280°53.94%67.65%
HSB/HSV280°41.01%85.10%
CMYK13.82%41.01%0.00%
14.90%

Color #BB80D9 in popluar number systems.

HEXBB80D9
Decimal187128217
Binary101110111000000011011001
Octal273200331

Shades and tints

Shades of #BB80D9

#BB80D9
(187,128,217)
#AA75C6
(170,117,198)
#996AB3
(153,106,179)
#885FA0
(136,95,160)
#77548D
(119,84,141)
#66497A
(102,73,122)
#553E67
(85,62,103)
#443354
(68,51,84)
#332841
(51,40,65)
#221D2E
(34,29,46)
#11121B
(17,18,27)
#000000
(0,0,0)

Tints of #BB80D9

#BB80D9
(187,128,217)
#C18BDC
(193,139,220)
#C796DF
(199,150,223)
#CDA1E2
(205,161,226)
#D3ACE5
(211,172,229)
#D9B7E8
(217,183,232)
#DFC2EB
(223,194,235)
#E5CDEE
(229,205,238)
#EBD8F1
(235,216,241)
#F1E3F4
(241,227,244)
#F7EEF7
(247,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB80D9; }

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

This text font color is #BB80D9.


Background Color

.myBgColor { background-color: #BB80D9; }

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

This div background color is #BB80D9.


Border color

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

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

This div border color is #BB80D9.


Opacity

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

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

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

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

This text has shadow with #BB80D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB80D9 on black background.


Color preview on white background

This text has color #BB80D9 on white background.



Black color preview on #BB80D9 background

This text has black color on #BB80D9 background.


White color preview on #BB80D9 background

This text has white color on #BB80D9 background.