COLOR #BF5F8C

HEX: #BF5F8C
RGB: (191,95,140)

Color info

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

RGB color model

#BF5F8C color RGB value is (191,95,140).

  • red value is 191;
  • green value is 95;
  • blue value is 140.
RGB:
(191,95,140)
(75%,37%,55%)

RGB channels and saturation

R 191 of 255 = 75%
G 95 of 255 = 37%
B 140 of 255 = 55%

191
95
140

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

Portions of RGB colors in percentages

R + G + B =
191 + 95 + 140 = 426 (100%)
R 191 of 426 ~ 44.84%
G 95 of 426 ~ 22.3%
B 140 of 426 ~ 32.86%

%44.84
%22.3
%32.86

CMYK color model

#BF5F8C color CMYK value is (0,50,27,25).

  • cyan value is 0.00%
  • magenta value is 50.26%
  • yellow value is 26.70%
  • key color value is 25.10%
CMYK:
(0,50,27,25)
C0M50Y27K25 
(0%,50%,27%,25%)
(0.00/0.50/0.27/0.25)	

CMYK percentages

%0
%50.26
%26.7
%25.1

Codes

Color #BF5F8C in popluar color models

BF5F8C
RGB19195140
HSL332°42.86%56.08%
HSB/HSV332°50.26%74.90%
CMYK0.00%50.26%26.70%
25.10%

Color #BF5F8C in popluar number systems.

HEXBF5F8C
Decimal19195140
Binary10111111101111110001100
Octal277137214

Shades and tints

Shades of #BF5F8C

#BF5F8C
(191,95,140)
#AE5780
(174,87,128)
#9D4F74
(157,79,116)
#8C4768
(140,71,104)
#7B3F5C
(123,63,92)
#6A3750
(106,55,80)
#592F44
(89,47,68)
#482738
(72,39,56)
#371F2C
(55,31,44)
#261720
(38,23,32)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #BF5F8C

#BF5F8C
(191,95,140)
#C46D96
(196,109,150)
#C97BA0
(201,123,160)
#CE89AA
(206,137,170)
#D397B4
(211,151,180)
#D8A5BE
(216,165,190)
#DDB3C8
(221,179,200)
#E2C1D2
(226,193,210)
#E7CFDC
(231,207,220)
#ECDDE6
(236,221,230)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF5F8C color. Also use rgb(191,95,140) instead hex code.

Text Font Color

.myTextColor { color: #BF5F8C; }

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

This text font color is #BF5F8C.


Background Color

.myBgColor { background-color: #BF5F8C; }

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

This div background color is #BF5F8C.


Border color

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

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

This div border color is #BF5F8C.


Opacity

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

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

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

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

This text has shadow with #BF5F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF5F8C on black background.


Color preview on white background

This text has color #BF5F8C on white background.



Black color preview on #BF5F8C background

This text has black color on #BF5F8C background.


White color preview on #BF5F8C background

This text has white color on #BF5F8C background.