COLOR #BF5D87

HEX: #BF5D87
RGB: (191,93,135)

Color info

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

RGB color model

#BF5D87 color RGB value is (191,93,135).

  • red value is 191;
  • green value is 93;
  • blue value is 135.
RGB:
(191,93,135)
(75%,36%,53%)

RGB channels and saturation

R 191 of 255 = 75%
G 93 of 255 = 36%
B 135 of 255 = 53%

191
93
135

R + G + B ~ 55%. #BF5D87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
191 + 93 + 135 = 419 (100%)
R 191 of 419 ~ 45.58%
G 93 of 419 ~ 22.2%
B 135 of 419 ~ 32.22%

%45.58
%22.2
%32.22

CMYK color model

#BF5D87 color CMYK value is (0,51,29,25).

  • cyan value is 0.00%
  • magenta value is 51.31%
  • yellow value is 29.32%
  • key color value is 25.10%
CMYK:
(0,51,29,25)
C0M51Y29K25 
(0%,51%,29%,25%)
(0.00/0.51/0.29/0.25)	

CMYK percentages

%0
%51.31
%29.32
%25.1

Codes

Color #BF5D87 in popluar color models

BF5D87
RGB19193135
HSL334°43.36%55.69%
HSB/HSV334°51.31%74.90%
CMYK0.00%51.31%29.32%
25.10%

Color #BF5D87 in popluar number systems.

HEXBF5D87
Decimal19193135
Binary10111111101110110000111
Octal277135207

Shades and tints

Shades of #BF5D87

#BF5D87
(191,93,135)
#AE557B
(174,85,123)
#9D4D6F
(157,77,111)
#8C4563
(140,69,99)
#7B3D57
(123,61,87)
#6A354B
(106,53,75)
#592D3F
(89,45,63)
#482533
(72,37,51)
#371D27
(55,29,39)
#26151B
(38,21,27)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #BF5D87

#BF5D87
(191,93,135)
#C46B91
(196,107,145)
#C9799B
(201,121,155)
#CE87A5
(206,135,165)
#D395AF
(211,149,175)
#D8A3B9
(216,163,185)
#DDB1C3
(221,177,195)
#E2BFCD
(226,191,205)
#E7CDD7
(231,205,215)
#ECDBE1
(236,219,225)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF5D87 color. Also use rgb(191,93,135) instead hex code.

Text Font Color

.myTextColor { color: #BF5D87; }

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

This text font color is #BF5D87.


Background Color

.myBgColor { background-color: #BF5D87; }

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

This div background color is #BF5D87.


Border color

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

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

This div border color is #BF5D87.


Opacity

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

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

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

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

This text has shadow with #BF5D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF5D87 on black background.


Color preview on white background

This text has color #BF5D87 on white background.



Black color preview on #BF5D87 background

This text has black color on #BF5D87 background.


White color preview on #BF5D87 background

This text has white color on #BF5D87 background.