COLOR #BF518C

HEX: #BF518C
RGB: (191,81,140)

Color info

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

RGB color model

#BF518C color RGB value is (191,81,140).

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

RGB channels and saturation

R 191 of 255 = 75%
G 81 of 255 = 32%
B 140 of 255 = 55%

191
81
140

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

Portions of RGB colors in percentages

R + G + B =
191 + 81 + 140 = 412 (100%)
R 191 of 412 ~ 46.36%
G 81 of 412 ~ 19.66%
B 140 of 412 ~ 33.98%

%46.36
%19.66
%33.98

CMYK color model

#BF518C color CMYK value is (0,58,27,25).

  • cyan value is 0.00%
  • magenta value is 57.59%
  • yellow value is 26.70%
  • key color value is 25.10%
CMYK:
(0,58,27,25)
C0M58Y27K25 
(0%,58%,27%,25%)
(0.00/0.58/0.27/0.25)	

CMYK percentages

%0
%57.59
%26.7
%25.1

Codes

Color #BF518C in popluar color models

BF518C
RGB19181140
HSL328°46.22%53.33%
HSB/HSV328°57.59%74.90%
CMYK0.00%57.59%26.70%
25.10%

Color #BF518C in popluar number systems.

HEXBF518C
Decimal19181140
Binary10111111101000110001100
Octal277121214

Shades and tints

Shades of #BF518C

#BF518C
(191,81,140)
#AE4A80
(174,74,128)
#9D4374
(157,67,116)
#8C3C68
(140,60,104)
#7B355C
(123,53,92)
#6A2E50
(106,46,80)
#592744
(89,39,68)
#482038
(72,32,56)
#37192C
(55,25,44)
#261220
(38,18,32)
#150B14
(21,11,20)
#000000
(0,0,0)

Tints of #BF518C

#BF518C
(191,81,140)
#C46096
(196,96,150)
#C96FA0
(201,111,160)
#CE7EAA
(206,126,170)
#D38DB4
(211,141,180)
#D89CBE
(216,156,190)
#DDABC8
(221,171,200)
#E2BAD2
(226,186,210)
#E7C9DC
(231,201,220)
#ECD8E6
(236,216,230)
#F1E7F0
(241,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF518C; }

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

This text font color is #BF518C.


Background Color

.myBgColor { background-color: #BF518C; }

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

This div background color is #BF518C.


Border color

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

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

This div border color is #BF518C.


Opacity

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

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

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

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

This text has shadow with #BF518C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF518C on black background.


Color preview on white background

This text has color #BF518C on white background.



Black color preview on #BF518C background

This text has black color on #BF518C background.


White color preview on #BF518C background

This text has white color on #BF518C background.