COLOR #B980DB

HEX: #B980DB
RGB: (185,128,219)

Color info

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

RGB color model

#B980DB color RGB value is (185,128,219).

  • red value is 185;
  • green value is 128;
  • blue value is 219.
RGB:
(185,128,219)
(73%,50%,86%)

RGB channels and saturation

R 185 of 255 = 73%
G 128 of 255 = 50%
B 219 of 255 = 86%

185
128
219

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

Portions of RGB colors in percentages

R + G + B =
185 + 128 + 219 = 532 (100%)
R 185 of 532 ~ 34.77%
G 128 of 532 ~ 24.06%
B 219 of 532 ~ 41.17%

%34.77
%24.06
%41.17

CMYK color model

#B980DB color CMYK value is (16,42,0,14).

  • cyan value is 15.53%
  • magenta value is 41.55%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(16,42,0,14)
C16M42Y0K14 
(16%,42%,0%,14%)
(0.16/0.42/0.00/0.14)	

CMYK percentages

%15.53
%41.55
%0
%14.12

Codes

Color #B980DB in popluar color models

B980DB
RGB185128219
HSL278°55.83%68.04%
HSB/HSV278°41.55%85.88%
CMYK15.53%41.55%0.00%
14.12%

Color #B980DB in popluar number systems.

HEXB980DB
Decimal185128219
Binary101110011000000011011011
Octal271200333

Shades and tints

Shades of #B980DB

#B980DB
(185,128,219)
#A975C8
(169,117,200)
#996AB5
(153,106,181)
#895FA2
(137,95,162)
#79548F
(121,84,143)
#69497C
(105,73,124)
#593E69
(89,62,105)
#493356
(73,51,86)
#392843
(57,40,67)
#291D30
(41,29,48)
#19121D
(25,18,29)
#000000
(0,0,0)

Tints of #B980DB

#B980DB
(185,128,219)
#BF8BDE
(191,139,222)
#C596E1
(197,150,225)
#CBA1E4
(203,161,228)
#D1ACE7
(209,172,231)
#D7B7EA
(215,183,234)
#DDC2ED
(221,194,237)
#E3CDF0
(227,205,240)
#E9D8F3
(233,216,243)
#EFE3F6
(239,227,246)
#F5EEF9
(245,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B980DB color. Also use rgb(185,128,219) instead hex code.

Text Font Color

.myTextColor { color: #B980DB; }

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

This text font color is #B980DB.


Background Color

.myBgColor { background-color: #B980DB; }

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

This div background color is #B980DB.


Border color

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

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

This div border color is #B980DB.


Opacity

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

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

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

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

This text has shadow with #B980DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B980DB on black background.


Color preview on white background

This text has color #B980DB on white background.



Black color preview on #B980DB background

This text has black color on #B980DB background.


White color preview on #B980DB background

This text has white color on #B980DB background.