COLOR #B975B8

HEX: #B975B8 RGB: (185,117,184)

Color info

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

RGB color model

#B975B8 color RGB value is (185,117,184).

RGB: (185,117,184) (73%, 46%, 72%)

RGB channels and saturation

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

185
117
184

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

Portions of RGB colors in percentages

R + G + B = 185 + 117 + 184 = 486 (100%)
R 185 of 486 ~ 38.07%
G 117 of 486 ~ 24.07%
B 184 of 486 ~ 37.86'%

%38.07
%24.07
%37.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.76%
  • yellow value is 0.54%
  • key color value is 27.45%

CMYK: (0,37,1,27)
C0M37Y1K27 (0%, 37%, 1%, 27%)
(0.00 / 0.37 / 0.01 / 0.27)

CMYK percentages

%0
%36.76
%0.54
%27.45

Codes

Color #B975B8 in popluar color models

B9 75 B8
RGB 185 117 184
HSL 301° 32.69% 59.22%
HSB/HSV 301° 36.76% 72.55%
CMYK 0.00% 36.76% 0.54%
27.45%

Color #B975B8 in popluar number systems.

HEX B9 75 B8
Decimal 185 117 184
Binary 10111001 1110101 10111000
Octal 271 165 270

Shades and tints

Shades of #B975B8

#B975B8
(185,117,184)
#A96BA8
(169,107,168)
#996198
(153,97,152)
#895788
(137,87,136)
#794D78
(121,77,120)
#694368
(105,67,104)
#593958
(89,57,88)
#492F48
(73,47,72)
#392538
(57,37,56)
#291B28
(41,27,40)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #B975B8

#B975B8
(185,117,184)
#BF81BE
(191,129,190)
#C58DC4
(197,141,196)
#CB99CA
(203,153,202)
#D1A5D0
(209,165,208)
#D7B1D6
(215,177,214)
#DDBDDC
(221,189,220)
#E3C9E2
(227,201,226)
#E9D5E8
(233,213,232)
#EFE1EE
(239,225,238)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B975B8; }

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

This text font color is #B975B8.

Background Color

.myBgColor { background-color: #B975B8; }

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

This div background color is #B975B8.

Border color

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

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

This div border color is #B975B8.

Opacity

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

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

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

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

This text has shadow with #B975B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B975B8.

Preview

Color preview on black background

This text has color #B975B8 on black background.


Color preview on white background

This text has color #B975B8 on white background.


Black color preview on #B975B8 background

This text has black color on #B975B8 background.


White color preview on #B975B8 background

This text has white color on #B975B8 background.


Related colors

Complementary color

Complementary color for #hex is #468A47.


I love getcolorcode.com

Triadic colors

1 #B8B975 and #75B8B9 with #B975B8 are triadic colors.

2 #B875B9 and #75B9B8 with #B975B8 are triadic colors.