COLOR #B983CA

HEX: #B983CA RGB: (185,131,202)

Color info

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

RGB color model

#B983CA color RGB value is (185,131,202).

RGB: (185,131,202) (73%, 51%, 79%)

RGB channels and saturation

R 185 of 255 = 73%
G 131 of 255 = 51%
B 202 of 255 = 79%

185
131
202

R + G + B ~ 68%. #B983CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 131 + 202 = 518 (100%)
R 185 of 518 ~ 35.71%
G 131 of 518 ~ 25.29%
B 202 of 518 ~ 39'%

%35.71
%25.29
%39

CMYK color model

#B983CA color CMYK value is (8,35,0,21).

  • cyan value is 8.42%
  • magenta value is 35.15%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (8,35,0,21)
C8M35Y0K21 (8%, 35%, 0%, 21%)
(0.08 / 0.35 / 0.00 / 0.21)

CMYK percentages

%8.42
%35.15
%0
%20.78

Codes

Color #B983CA in popluar color models

B9 83 CA
RGB 185 131 202
HSL 286° 40.11% 65.29%
HSB/HSV 286° 35.15% 79.22%
CMYK 8.42% 35.15% 0.00%
20.78%

Color #B983CA in popluar number systems.

HEX B9 83 CA
Decimal 185 131 202
Binary 10111001 10000011 11001010
Octal 271 203 312

Shades and tints

Shades of #B983CA

#B983CA
(185,131,202)
#A978B8
(169,120,184)
#996DA6
(153,109,166)
#896294
(137,98,148)
#795782
(121,87,130)
#694C70
(105,76,112)
#59415E
(89,65,94)
#49364C
(73,54,76)
#392B3A
(57,43,58)
#292028
(41,32,40)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #B983CA

#B983CA
(185,131,202)
#BF8ECE
(191,142,206)
#C599D2
(197,153,210)
#CBA4D6
(203,164,214)
#D1AFDA
(209,175,218)
#D7BADE
(215,186,222)
#DDC5E2
(221,197,226)
#E3D0E6
(227,208,230)
#E9DBEA
(233,219,234)
#EFE6EE
(239,230,238)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B983CA color. Also use rgb(185,131,202) instead hex code.

Text Font Color

.myTextColor { color: #B983CA; }

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

This text font color is #B983CA.

Background Color

.myBgColor { background-color: #B983CA; }

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

This div background color is #B983CA.

Border color

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

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

This div border color is #B983CA.

Opacity

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

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

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

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

This text has shadow with #B983CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B983CA.

Preview

Color preview on black background

This text has color #B983CA on black background.


Color preview on white background

This text has color #B983CA on white background.


Black color preview on #B983CA background

This text has black color on #B983CA background.


White color preview on #B983CA background

This text has white color on #B983CA background.


Related colors

Complementary color

Complementary color for #hex is #467C35.


I love getcolorcode.com

Triadic colors

1 #CAB983 and #83CAB9 with #B983CA are triadic colors.

2 #CA83B9 and #83B9CA with #B983CA are triadic colors.