COLOR #B975B9

HEX: #B975B9
RGB: (185,117,185)

Color info

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

RGB color model

#B975B9 color RGB value is (185,117,185).

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

RGB channels and saturation

R 185 of 255 = 73%
G 117 of 255 = 46%
B 185 of 255 = 73%

185
117
185

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

Portions of RGB colors in percentages

R + G + B =
185 + 117 + 185 = 487 (100%)
R 185 of 487 ~ 37.99%
G 117 of 487 ~ 24.02%
B 185 of 487 ~ 37.99%

%37.99
%24.02
%37.99

CMYK color model

#B975B9 color CMYK value is (0,37,0,27).

  • cyan value is 0.00%
  • magenta value is 36.76%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(0,37,0,27)
C0M37Y0K27 
(0%,37%,0%,27%)
(0.00/0.37/0.00/0.27)	

CMYK percentages

%0
%36.76
%0
%27.45

Codes

Color #B975B9 in popluar color models

B975B9
RGB185117185
HSL300°32.69%59.22%
HSB/HSV300°36.76%72.55%
CMYK0.00%36.76%0.00%
27.45%

Color #B975B9 in popluar number systems.

HEXB975B9
Decimal185117185
Binary10111001111010110111001
Octal271165271

Shades and tints

Shades of #B975B9

#B975B9
(185,117,185)
#A96BA9
(169,107,169)
#996199
(153,97,153)
#895789
(137,87,137)
#794D79
(121,77,121)
#694369
(105,67,105)
#593959
(89,57,89)
#492F49
(73,47,73)
#392539
(57,37,57)
#291B29
(41,27,41)
#191119
(25,17,25)
#000000
(0,0,0)

Tints of #B975B9

#B975B9
(185,117,185)
#BF81BF
(191,129,191)
#C58DC5
(197,141,197)
#CB99CB
(203,153,203)
#D1A5D1
(209,165,209)
#D7B1D7
(215,177,215)
#DDBDDD
(221,189,221)
#E3C9E3
(227,201,227)
#E9D5E9
(233,213,233)
#EFE1EF
(239,225,239)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B975B9; }

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

This text font color is #B975B9.


Background Color

.myBgColor { background-color: #B975B9; }

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

This div background color is #B975B9.


Border color

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

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

This div border color is #B975B9.


Opacity

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

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

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

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

This text has shadow with #B975B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B975B9 on black background.


Color preview on white background

This text has color #B975B9 on white background.



Black color preview on #B975B9 background

This text has black color on #B975B9 background.


White color preview on #B975B9 background

This text has white color on #B975B9 background.