COLOR #BF517C

HEX: #BF517C
RGB: (191,81,124)

Color info

#BF517C contains mainly red color. Web safe color of #BF517C is #CC6666 (or #C66).

RGB color model

#BF517C color RGB value is (191,81,124).

  • red value is 191;
  • green value is 81;
  • blue value is 124.
RGB:
(191,81,124)
(75%,32%,49%)

RGB channels and saturation

R 191 of 255 = 75%
G 81 of 255 = 32%
B 124 of 255 = 49%

191
81
124

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

Portions of RGB colors in percentages

R + G + B =
191 + 81 + 124 = 396 (100%)
R 191 of 396 ~ 48.23%
G 81 of 396 ~ 20.45%
B 124 of 396 ~ 31.31%

%48.23
%20.45
%31.31

CMYK color model

#BF517C color CMYK value is (0,58,35,25).

  • cyan value is 0.00%
  • magenta value is 57.59%
  • yellow value is 35.08%
  • key color value is 25.10%
CMYK:
(0,58,35,25)
C0M58Y35K25 
(0%,58%,35%,25%)
(0.00/0.58/0.35/0.25)	

CMYK percentages

%0
%57.59
%35.08
%25.1

Codes

Color #BF517C in popluar color models

BF517C
RGB19181124
HSL337°46.22%53.33%
HSB/HSV337°57.59%74.90%
CMYK0.00%57.59%35.08%
25.10%

Color #BF517C in popluar number systems.

HEXBF517C
Decimal19181124
Binary1011111110100011111100
Octal277121174

Shades and tints

Shades of #BF517C

#BF517C
(191,81,124)
#AE4A71
(174,74,113)
#9D4366
(157,67,102)
#8C3C5B
(140,60,91)
#7B3550
(123,53,80)
#6A2E45
(106,46,69)
#59273A
(89,39,58)
#48202F
(72,32,47)
#371924
(55,25,36)
#261219
(38,18,25)
#150B0E
(21,11,14)
#000000
(0,0,0)

Tints of #BF517C

#BF517C
(191,81,124)
#C46087
(196,96,135)
#C96F92
(201,111,146)
#CE7E9D
(206,126,157)
#D38DA8
(211,141,168)
#D89CB3
(216,156,179)
#DDABBE
(221,171,190)
#E2BAC9
(226,186,201)
#E7C9D4
(231,201,212)
#ECD8DF
(236,216,223)
#F1E7EA
(241,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF517C color. Also use rgb(191,81,124) instead hex code.

Text Font Color

.myTextColor { color: #BF517C; }

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

This text font color is #BF517C.


Background Color

.myBgColor { background-color: #BF517C; }

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

This div background color is #BF517C.


Border color

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

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

This div border color is #BF517C.


Opacity

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

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

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

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

This text has shadow with #BF517C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF517C on black background.


Color preview on white background

This text has color #BF517C on white background.



Black color preview on #BF517C background

This text has black color on #BF517C background.


White color preview on #BF517C background

This text has white color on #BF517C background.