COLOR #B96CC1

HEX: #B96CC1
RGB: (185,108,193)

Color info

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

RGB color model

#B96CC1 color RGB value is (185,108,193).

  • red value is 185;
  • green value is 108;
  • blue value is 193.
RGB:
(185,108,193)
(73%,42%,76%)

RGB channels and saturation

R 185 of 255 = 73%
G 108 of 255 = 42%
B 193 of 255 = 76%

185
108
193

R + G + B ~ 64%. #B96CC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 108 + 193 = 486 (100%)
R 185 of 486 ~ 38.07%
G 108 of 486 ~ 22.22%
B 193 of 486 ~ 39.71%

%38.07
%22.22
%39.71

CMYK color model

#B96CC1 color CMYK value is (4,44,0,24).

  • cyan value is 4.15%
  • magenta value is 44.04%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(4,44,0,24)
C4M44Y0K24 
(4%,44%,0%,24%)
(0.04/0.44/0.00/0.24)	

CMYK percentages

%4.15
%44.04
%0
%24.31

Codes

Color #B96CC1 in popluar color models

B96CC1
RGB185108193
HSL294°40.67%59.02%
HSB/HSV294°44.04%75.69%
CMYK4.15%44.04%0.00%
24.31%

Color #B96CC1 in popluar number systems.

HEXB96CC1
Decimal185108193
Binary10111001110110011000001
Octal271154301

Shades and tints

Shades of #B96CC1

#B96CC1
(185,108,193)
#A963B0
(169,99,176)
#995A9F
(153,90,159)
#89518E
(137,81,142)
#79487D
(121,72,125)
#693F6C
(105,63,108)
#59365B
(89,54,91)
#492D4A
(73,45,74)
#392439
(57,36,57)
#291B28
(41,27,40)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #B96CC1

#B96CC1
(185,108,193)
#BF79C6
(191,121,198)
#C586CB
(197,134,203)
#CB93D0
(203,147,208)
#D1A0D5
(209,160,213)
#D7ADDA
(215,173,218)
#DDBADF
(221,186,223)
#E3C7E4
(227,199,228)
#E9D4E9
(233,212,233)
#EFE1EE
(239,225,238)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B96CC1 color. Also use rgb(185,108,193) instead hex code.

Text Font Color

.myTextColor { color: #B96CC1; }

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

This text font color is #B96CC1.


Background Color

.myBgColor { background-color: #B96CC1; }

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

This div background color is #B96CC1.


Border color

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

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

This div border color is #B96CC1.


Opacity

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

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

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

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

This text has shadow with #B96CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B96CC1 on black background.


Color preview on white background

This text has color #B96CC1 on white background.



Black color preview on #B96CC1 background

This text has black color on #B96CC1 background.


White color preview on #B96CC1 background

This text has white color on #B96CC1 background.