COLOR #B961BD

HEX: #B961BD
RGB: (185,97,189)

Color info

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

RGB color model

#B961BD color RGB value is (185,97,189).

  • red value is 185;
  • green value is 97;
  • blue value is 189.
RGB:
(185,97,189)
(73%,38%,74%)

RGB channels and saturation

R 185 of 255 = 73%
G 97 of 255 = 38%
B 189 of 255 = 74%

185
97
189

R + G + B ~ 62%. #B961BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 97 + 189 = 471 (100%)
R 185 of 471 ~ 39.28%
G 97 of 471 ~ 20.59%
B 189 of 471 ~ 40.13%

%39.28
%20.59
%40.13

CMYK color model

#B961BD color CMYK value is (2,49,0,26).

  • cyan value is 2.12%
  • magenta value is 48.68%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(2,49,0,26)
C2M49Y0K26 
(2%,49%,0%,26%)
(0.02/0.49/0.00/0.26)	

CMYK percentages

%2.12
%48.68
%0
%25.88

Codes

Color #B961BD in popluar color models

B961BD
RGB18597189
HSL297°41.07%56.08%
HSB/HSV297°48.68%74.12%
CMYK2.12%48.68%0.00%
25.88%

Color #B961BD in popluar number systems.

HEXB961BD
Decimal18597189
Binary10111001110000110111101
Octal271141275

Shades and tints

Shades of #B961BD

#B961BD
(185,97,189)
#A959AC
(169,89,172)
#99519B
(153,81,155)
#89498A
(137,73,138)
#794179
(121,65,121)
#693968
(105,57,104)
#593157
(89,49,87)
#492946
(73,41,70)
#392135
(57,33,53)
#291924
(41,25,36)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #B961BD

#B961BD
(185,97,189)
#BF6FC3
(191,111,195)
#C57DC9
(197,125,201)
#CB8BCF
(203,139,207)
#D199D5
(209,153,213)
#D7A7DB
(215,167,219)
#DDB5E1
(221,181,225)
#E3C3E7
(227,195,231)
#E9D1ED
(233,209,237)
#EFDFF3
(239,223,243)
#F5EDF9
(245,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B961BD color. Also use rgb(185,97,189) instead hex code.

Text Font Color

.myTextColor { color: #B961BD; }

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

This text font color is #B961BD.


Background Color

.myBgColor { background-color: #B961BD; }

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

This div background color is #B961BD.


Border color

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

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

This div border color is #B961BD.


Opacity

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

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

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

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

This text has shadow with #B961BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B961BD on black background.


Color preview on white background

This text has color #B961BD on white background.



Black color preview on #B961BD background

This text has black color on #B961BD background.


White color preview on #B961BD background

This text has white color on #B961BD background.