COLOR #B973C8

HEX: #B973C8
RGB: (185,115,200)

Color info

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

RGB color model

#B973C8 color RGB value is (185,115,200).

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

RGB channels and saturation

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

185
115
200

R + G + B ~ 65%. #B973C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 115 + 200 = 500 (100%)
R 185 of 500 ~ 37%
G 115 of 500 ~ 23%
B 200 of 500 ~ 40%

%37
%23
%40

CMYK color model

#B973C8 color CMYK value is (8,43,0,22).

  • cyan value is 7.50%
  • magenta value is 42.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(8,43,0,22)
C8M43Y0K22 
(8%,43%,0%,22%)
(0.08/0.43/0.00/0.22)	

CMYK percentages

%7.5
%42.5
%0
%21.57

Codes

Color #B973C8 in popluar color models

B973C8
RGB185115200
HSL289°43.59%61.76%
HSB/HSV289°42.50%78.43%
CMYK7.50%42.50%0.00%
21.57%

Color #B973C8 in popluar number systems.

HEXB973C8
Decimal185115200
Binary10111001111001111001000
Octal271163310

Shades and tints

Shades of #B973C8

#B973C8
(185,115,200)
#A969B6
(169,105,182)
#995FA4
(153,95,164)
#895592
(137,85,146)
#794B80
(121,75,128)
#69416E
(105,65,110)
#59375C
(89,55,92)
#492D4A
(73,45,74)
#392338
(57,35,56)
#291926
(41,25,38)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #B973C8

#B973C8
(185,115,200)
#BF7FCD
(191,127,205)
#C58BD2
(197,139,210)
#CB97D7
(203,151,215)
#D1A3DC
(209,163,220)
#D7AFE1
(215,175,225)
#DDBBE6
(221,187,230)
#E3C7EB
(227,199,235)
#E9D3F0
(233,211,240)
#EFDFF5
(239,223,245)
#F5EBFA
(245,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B973C8; }

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

This text font color is #B973C8.


Background Color

.myBgColor { background-color: #B973C8; }

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

This div background color is #B973C8.


Border color

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

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

This div border color is #B973C8.


Opacity

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

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

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

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

This text has shadow with #B973C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B973C8 on black background.


Color preview on white background

This text has color #B973C8 on white background.



Black color preview on #B973C8 background

This text has black color on #B973C8 background.


White color preview on #B973C8 background

This text has white color on #B973C8 background.