COLOR #BF5D9C

HEX: #BF5D9C
RGB: (191,93,156)

Color info

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

RGB color model

#BF5D9C color RGB value is (191,93,156).

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

RGB channels and saturation

R 191 of 255 = 75%
G 93 of 255 = 36%
B 156 of 255 = 61%

191
93
156

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

Portions of RGB colors in percentages

R + G + B =
191 + 93 + 156 = 440 (100%)
R 191 of 440 ~ 43.41%
G 93 of 440 ~ 21.14%
B 156 of 440 ~ 35.45%

%43.41
%21.14
%35.45

CMYK color model

#BF5D9C color CMYK value is (0,51,18,25).

  • cyan value is 0.00%
  • magenta value is 51.31%
  • yellow value is 18.32%
  • key color value is 25.10%
CMYK:
(0,51,18,25)
C0M51Y18K25 
(0%,51%,18%,25%)
(0.00/0.51/0.18/0.25)	

CMYK percentages

%0
%51.31
%18.32
%25.1

Codes

Color #BF5D9C in popluar color models

BF5D9C
RGB19193156
HSL321°43.36%55.69%
HSB/HSV321°51.31%74.90%
CMYK0.00%51.31%18.32%
25.10%

Color #BF5D9C in popluar number systems.

HEXBF5D9C
Decimal19193156
Binary10111111101110110011100
Octal277135234

Shades and tints

Shades of #BF5D9C

#BF5D9C
(191,93,156)
#AE558E
(174,85,142)
#9D4D80
(157,77,128)
#8C4572
(140,69,114)
#7B3D64
(123,61,100)
#6A3556
(106,53,86)
#592D48
(89,45,72)
#48253A
(72,37,58)
#371D2C
(55,29,44)
#26151E
(38,21,30)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #BF5D9C

#BF5D9C
(191,93,156)
#C46BA5
(196,107,165)
#C979AE
(201,121,174)
#CE87B7
(206,135,183)
#D395C0
(211,149,192)
#D8A3C9
(216,163,201)
#DDB1D2
(221,177,210)
#E2BFDB
(226,191,219)
#E7CDE4
(231,205,228)
#ECDBED
(236,219,237)
#F1E9F6
(241,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF5D9C; }

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

This text font color is #BF5D9C.


Background Color

.myBgColor { background-color: #BF5D9C; }

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

This div background color is #BF5D9C.


Border color

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

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

This div border color is #BF5D9C.


Opacity

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

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

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

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

This text has shadow with #BF5D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF5D9C on black background.


Color preview on white background

This text has color #BF5D9C on white background.



Black color preview on #BF5D9C background

This text has black color on #BF5D9C background.


White color preview on #BF5D9C background

This text has white color on #BF5D9C background.