COLOR #B982E2

HEX: #B982E2 RGB: (185,130,226)

Color info

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

RGB color model

#B982E2 color RGB value is (185,130,226).

RGB: (185,130,226) (73%, 51%, 89%)

RGB channels and saturation

R 185 of 255 = 73%
G 130 of 255 = 51%
B 226 of 255 = 89%

185
130
226

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

Portions of RGB colors in percentages

R + G + B = 185 + 130 + 226 = 541 (100%)
R 185 of 541 ~ 34.2%
G 130 of 541 ~ 24.03%
B 226 of 541 ~ 41.77'%

%34.2
%24.03
%41.77

CMYK color model

#B982E2 color CMYK value is (18,42,0,11).

  • cyan value is 18.14%
  • magenta value is 42.48%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (18,42,0,11)
C18M42Y0K11 (18%, 42%, 0%, 11%)
(0.18 / 0.42 / 0.00 / 0.11)

CMYK percentages

%18.14
%42.48
%0
%11.37

Codes

Color #B982E2 in popluar color models

B9 82 E2
RGB 185 130 226
HSL 274° 62.34% 69.80%
HSB/HSV 274° 42.48% 88.63%
CMYK 18.14% 42.48% 0.00%
11.37%

Color #B982E2 in popluar number systems.

HEX B9 82 E2
Decimal 185 130 226
Binary 10111001 10000010 11100010
Octal 271 202 342

Shades and tints

Shades of #B982E2

#B982E2
(185,130,226)
#A977CE
(169,119,206)
#996CBA
(153,108,186)
#8961A6
(137,97,166)
#795692
(121,86,146)
#694B7E
(105,75,126)
#59406A
(89,64,106)
#493556
(73,53,86)
#392A42
(57,42,66)
#291F2E
(41,31,46)
#19141A
(25,20,26)
#000000
(0,0,0)

Tints of #B982E2

#B982E2
(185,130,226)
#BF8DE4
(191,141,228)
#C598E6
(197,152,230)
#CBA3E8
(203,163,232)
#D1AEEA
(209,174,234)
#D7B9EC
(215,185,236)
#DDC4EE
(221,196,238)
#E3CFF0
(227,207,240)
#E9DAF2
(233,218,242)
#EFE5F4
(239,229,244)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B982E2 color. Also use rgb(185,130,226) instead hex code.

Text Font Color

.myTextColor { color: #B982E2; }

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

This text font color is #B982E2.

Background Color

.myBgColor { background-color: #B982E2; }

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

This div background color is #B982E2.

Border color

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

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

This div border color is #B982E2.

Opacity

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

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

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

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

This text has shadow with #B982E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B982E2.

Preview

Color preview on black background

This text has color #B982E2 on black background.


Color preview on white background

This text has color #B982E2 on white background.


Black color preview on #B982E2 background

This text has black color on #B982E2 background.


White color preview on #B982E2 background

This text has white color on #B982E2 background.


Related colors

Complementary color

Complementary color for #hex is #467D1D.


I love getcolorcode.com

Triadic colors

1 #E2B982 and #82E2B9 with #B982E2 are triadic colors.

2 #E282B9 and #82B9E2 with #B982E2 are triadic colors.