COLOR #B973B9

HEX: #B973B9
RGB: (185,115,185)

Color info

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

RGB color model

#B973B9 color RGB value is (185,115,185).

  • red value is 185;
  • green value is 115;
  • blue value is 185.
RGB:
(185,115,185)
(73%,45%,73%)

RGB channels and saturation

R 185 of 255 = 73%
G 115 of 255 = 45%
B 185 of 255 = 73%

185
115
185

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

Portions of RGB colors in percentages

R + G + B =
185 + 115 + 185 = 485 (100%)
R 185 of 485 ~ 38.14%
G 115 of 485 ~ 23.71%
B 185 of 485 ~ 38.14%

%38.14
%23.71
%38.14

CMYK color model

#B973B9 color CMYK value is (0,38,0,27).

  • cyan value is 0.00%
  • magenta value is 37.84%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(0,38,0,27)
C0M38Y0K27 
(0%,38%,0%,27%)
(0.00/0.38/0.00/0.27)	

CMYK percentages

%0
%37.84
%0
%27.45

Codes

Color #B973B9 in popluar color models

B973B9
RGB185115185
HSL300°33.33%58.82%
HSB/HSV300°37.84%72.55%
CMYK0.00%37.84%0.00%
27.45%

Color #B973B9 in popluar number systems.

HEXB973B9
Decimal185115185
Binary10111001111001110111001
Octal271163271

Shades and tints

Shades of #B973B9

#B973B9
(185,115,185)
#A969A9
(169,105,169)
#995F99
(153,95,153)
#895589
(137,85,137)
#794B79
(121,75,121)
#694169
(105,65,105)
#593759
(89,55,89)
#492D49
(73,45,73)
#392339
(57,35,57)
#291929
(41,25,41)
#190F19
(25,15,25)
#000000
(0,0,0)

Tints of #B973B9

#B973B9
(185,115,185)
#BF7FBF
(191,127,191)
#C58BC5
(197,139,197)
#CB97CB
(203,151,203)
#D1A3D1
(209,163,209)
#D7AFD7
(215,175,215)
#DDBBDD
(221,187,221)
#E3C7E3
(227,199,227)
#E9D3E9
(233,211,233)
#EFDFEF
(239,223,239)
#F5EBF5
(245,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B973B9; }

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

This text font color is #B973B9.


Background Color

.myBgColor { background-color: #B973B9; }

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

This div background color is #B973B9.


Border color

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

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

This div border color is #B973B9.


Opacity

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

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

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

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

This text has shadow with #B973B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B973B9 on black background.


Color preview on white background

This text has color #B973B9 on white background.



Black color preview on #B973B9 background

This text has black color on #B973B9 background.


White color preview on #B973B9 background

This text has white color on #B973B9 background.