COLOR #B975A1

HEX: #B975A1
RGB: (185,117,161)

Color info

#B975A1 contains mainly red and blue colors. Web safe color of #B975A1 is #CC6699 (or #C69).

RGB color model

#B975A1 color RGB value is (185,117,161).

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

RGB channels and saturation

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

185
117
161

R + G + B ~ 61%. #B975A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 117 + 161 = 463 (100%)
R 185 of 463 ~ 39.96%
G 117 of 463 ~ 25.27%
B 161 of 463 ~ 34.77%

%39.96
%25.27
%34.77

CMYK color model

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

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

CMYK percentages

%0
%36.76
%12.97
%27.45

Codes

Color #B975A1 in popluar color models

B975A1
RGB185117161
HSL321°32.69%59.22%
HSB/HSV321°36.76%72.55%
CMYK0.00%36.76%12.97%
27.45%

Color #B975A1 in popluar number systems.

HEXB975A1
Decimal185117161
Binary10111001111010110100001
Octal271165241

Shades and tints

Shades of #B975A1

#B975A1
(185,117,161)
#A96B93
(169,107,147)
#996185
(153,97,133)
#895777
(137,87,119)
#794D69
(121,77,105)
#69435B
(105,67,91)
#59394D
(89,57,77)
#492F3F
(73,47,63)
#392531
(57,37,49)
#291B23
(41,27,35)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #B975A1

#B975A1
(185,117,161)
#BF81A9
(191,129,169)
#C58DB1
(197,141,177)
#CB99B9
(203,153,185)
#D1A5C1
(209,165,193)
#D7B1C9
(215,177,201)
#DDBDD1
(221,189,209)
#E3C9D9
(227,201,217)
#E9D5E1
(233,213,225)
#EFE1E9
(239,225,233)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B975A1; }

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

This text font color is #B975A1.


Background Color

.myBgColor { background-color: #B975A1; }

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

This div background color is #B975A1.


Border color

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

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

This div border color is #B975A1.


Opacity

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

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

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

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

This text has shadow with #B975A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B975A1 on black background.


Color preview on white background

This text has color #B975A1 on white background.



Black color preview on #B975A1 background

This text has black color on #B975A1 background.


White color preview on #B975A1 background

This text has white color on #B975A1 background.