COLOR #B985CA

HEX: #B985CA RGB: (185,133,202)

Color info

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

RGB color model

#B985CA color RGB value is (185,133,202).

RGB: (185,133,202) (73%, 52%, 79%)

RGB channels and saturation

R 185 of 255 = 73%
G 133 of 255 = 52%
B 202 of 255 = 79%

185
133
202

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

Portions of RGB colors in percentages

R + G + B = 185 + 133 + 202 = 520 (100%)
R 185 of 520 ~ 35.58%
G 133 of 520 ~ 25.58%
B 202 of 520 ~ 38.85'%

%35.58
%25.58
%38.85

CMYK color model

#B985CA color CMYK value is (8,34,0,21).

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

CMYK: (8,34,0,21)
C8M34Y0K21 (8%, 34%, 0%, 21%)
(0.08 / 0.34 / 0.00 / 0.21)

CMYK percentages

%8.42
%34.16
%0
%20.78

Codes

Color #B985CA in popluar color models

B9 85 CA
RGB 185 133 202
HSL 285° 39.43% 65.69%
HSB/HSV 285° 34.16% 79.22%
CMYK 8.42% 34.16% 0.00%
20.78%

Color #B985CA in popluar number systems.

HEX B9 85 CA
Decimal 185 133 202
Binary 10111001 10000101 11001010
Octal 271 205 312

Shades and tints

Shades of #B985CA

#B985CA
(185,133,202)
#A979B8
(169,121,184)
#996DA6
(153,109,166)
#896194
(137,97,148)
#795582
(121,85,130)
#694970
(105,73,112)
#593D5E
(89,61,94)
#49314C
(73,49,76)
#39253A
(57,37,58)
#291928
(41,25,40)
#190D16
(25,13,22)
#000000
(0,0,0)

Tints of #B985CA

#B985CA
(185,133,202)
#BF90CE
(191,144,206)
#C59BD2
(197,155,210)
#CBA6D6
(203,166,214)
#D1B1DA
(209,177,218)
#D7BCDE
(215,188,222)
#DDC7E2
(221,199,226)
#E3D2E6
(227,210,230)
#E9DDEA
(233,221,234)
#EFE8EE
(239,232,238)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B985CA; }

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

This text font color is #B985CA.

Background Color

.myBgColor { background-color: #B985CA; }

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

This div background color is #B985CA.

Border color

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

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

This div border color is #B985CA.

Opacity

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

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

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

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

This text has shadow with #B985CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B985CA.

Preview

Color preview on black background

This text has color #B985CA on black background.


Color preview on white background

This text has color #B985CA on white background.


Black color preview on #B985CA background

This text has black color on #B985CA background.


White color preview on #B985CA background

This text has white color on #B985CA background.


Related colors

Complementary color

Complementary color for #hex is #467A35.


I love getcolorcode.com

Triadic colors

1 #CAB985 and #85CAB9 with #B985CA are triadic colors.

2 #CA85B9 and #85B9CA with #B985CA are triadic colors.