COLOR #BB82D6

HEX: #BB82D6
RGB: (187,130,214)

Color info

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

RGB color model

#BB82D6 color RGB value is (187,130,214).

  • red value is 187;
  • green value is 130;
  • blue value is 214.
RGB:
(187,130,214)
(73%,51%,84%)

RGB channels and saturation

R 187 of 255 = 73%
G 130 of 255 = 51%
B 214 of 255 = 84%

187
130
214

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

Portions of RGB colors in percentages

R + G + B =
187 + 130 + 214 = 531 (100%)
R 187 of 531 ~ 35.22%
G 130 of 531 ~ 24.48%
B 214 of 531 ~ 40.3%

%35.22
%24.48
%40.3

CMYK color model

#BB82D6 color CMYK value is (13,39,0,16).

  • cyan value is 12.62%
  • magenta value is 39.25%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(13,39,0,16)
C13M39Y0K16 
(13%,39%,0%,16%)
(0.13/0.39/0.00/0.16)	

CMYK percentages

%12.62
%39.25
%0
%16.08

Codes

Color #BB82D6 in popluar color models

BB82D6
RGB187130214
HSL281°50.60%67.45%
HSB/HSV281°39.25%83.92%
CMYK12.62%39.25%0.00%
16.08%

Color #BB82D6 in popluar number systems.

HEXBB82D6
Decimal187130214
Binary101110111000001011010110
Octal273202326

Shades and tints

Shades of #BB82D6

#BB82D6
(187,130,214)
#AA77C3
(170,119,195)
#996CB0
(153,108,176)
#88619D
(136,97,157)
#77568A
(119,86,138)
#664B77
(102,75,119)
#554064
(85,64,100)
#443551
(68,53,81)
#332A3E
(51,42,62)
#221F2B
(34,31,43)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #BB82D6

#BB82D6
(187,130,214)
#C18DD9
(193,141,217)
#C798DC
(199,152,220)
#CDA3DF
(205,163,223)
#D3AEE2
(211,174,226)
#D9B9E5
(217,185,229)
#DFC4E8
(223,196,232)
#E5CFEB
(229,207,235)
#EBDAEE
(235,218,238)
#F1E5F1
(241,229,241)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB82D6 color. Also use rgb(187,130,214) instead hex code.

Text Font Color

.myTextColor { color: #BB82D6; }

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

This text font color is #BB82D6.


Background Color

.myBgColor { background-color: #BB82D6; }

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

This div background color is #BB82D6.


Border color

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

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

This div border color is #BB82D6.


Opacity

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

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

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

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

This text has shadow with #BB82D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB82D6 on black background.


Color preview on white background

This text has color #BB82D6 on white background.



Black color preview on #BB82D6 background

This text has black color on #BB82D6 background.


White color preview on #BB82D6 background

This text has white color on #BB82D6 background.