COLOR #B980E3

HEX: #B980E3 RGB: (185,128,227)

Color info

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

RGB color model

#B980E3 color RGB value is (185,128,227).

RGB: (185,128,227) (73%, 50%, 89%)

RGB channels and saturation

R 185 of 255 = 73%
G 128 of 255 = 50%
B 227 of 255 = 89%

185
128
227

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

Portions of RGB colors in percentages

R + G + B = 185 + 128 + 227 = 540 (100%)
R 185 of 540 ~ 34.26%
G 128 of 540 ~ 23.7%
B 227 of 540 ~ 42.04'%

%34.26
%23.7
%42.04

CMYK color model

#B980E3 color CMYK value is (19,44,0,11).

  • cyan value is 18.50%
  • magenta value is 43.61%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (19,44,0,11)
C19M44Y0K11 (19%, 44%, 0%, 11%)
(0.19 / 0.44 / 0.00 / 0.11)

CMYK percentages

%18.5
%43.61
%0
%10.98

Codes

Color #B980E3 in popluar color models

B9 80 E3
RGB 185 128 227
HSL 275° 63.87% 69.61%
HSB/HSV 275° 43.61% 89.02%
CMYK 18.50% 43.61% 0.00%
10.98%

Color #B980E3 in popluar number systems.

HEX B9 80 E3
Decimal 185 128 227
Binary 10111001 10000000 11100011
Octal 271 200 343

Shades and tints

Shades of #B980E3

#B980E3
(185,128,227)
#A975CF
(169,117,207)
#996ABB
(153,106,187)
#895FA7
(137,95,167)
#795493
(121,84,147)
#69497F
(105,73,127)
#593E6B
(89,62,107)
#493357
(73,51,87)
#392843
(57,40,67)
#291D2F
(41,29,47)
#19121B
(25,18,27)
#000000
(0,0,0)

Tints of #B980E3

#B980E3
(185,128,227)
#BF8BE5
(191,139,229)
#C596E7
(197,150,231)
#CBA1E9
(203,161,233)
#D1ACEB
(209,172,235)
#D7B7ED
(215,183,237)
#DDC2EF
(221,194,239)
#E3CDF1
(227,205,241)
#E9D8F3
(233,216,243)
#EFE3F5
(239,227,245)
#F5EEF7
(245,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B980E3; }

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

This text font color is #B980E3.

Background Color

.myBgColor { background-color: #B980E3; }

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

This div background color is #B980E3.

Border color

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

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

This div border color is #B980E3.

Opacity

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

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

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

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

This text has shadow with #B980E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B980E3.

Preview

Color preview on black background

This text has color #B980E3 on black background.


Color preview on white background

This text has color #B980E3 on white background.


Black color preview on #B980E3 background

This text has black color on #B980E3 background.


White color preview on #B980E3 background

This text has white color on #B980E3 background.


Related colors

Complementary color

Complementary color for #hex is #467F1C.


I love getcolorcode.com

Triadic colors

1 #E3B980 and #80E3B9 with #B980E3 are triadic colors.

2 #E380B9 and #80B9E3 with #B980E3 are triadic colors.