COLOR #BF7CB4

HEX: #BF7CB4
RGB: (191,124,180)

Color info

#BF7CB4 contains mainly red and blue colors. Web safe color of #BF7CB4 is #CC66CC (or #C6C).

RGB color model

#BF7CB4 color RGB value is (191,124,180).

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

RGB channels and saturation

R 191 of 255 = 75%
G 124 of 255 = 49%
B 180 of 255 = 71%

191
124
180

R + G + B ~ 65%. #BF7CB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 124 + 180 = 495 (100%)
R 191 of 495 ~ 38.59%
G 124 of 495 ~ 25.05%
B 180 of 495 ~ 36.36%

%38.59
%25.05
%36.36

CMYK color model

#BF7CB4 color CMYK value is (0,35,6,25).

  • cyan value is 0.00%
  • magenta value is 35.08%
  • yellow value is 5.76%
  • key color value is 25.10%
CMYK:
(0,35,6,25)
C0M35Y6K25 
(0%,35%,6%,25%)
(0.00/0.35/0.06/0.25)	

CMYK percentages

%0
%35.08
%5.76
%25.1

Codes

Color #BF7CB4 in popluar color models

BF7CB4
RGB191124180
HSL310°34.36%61.76%
HSB/HSV310°35.08%74.90%
CMYK0.00%35.08%5.76%
25.10%

Color #BF7CB4 in popluar number systems.

HEXBF7CB4
Decimal191124180
Binary10111111111110010110100
Octal277174264

Shades and tints

Shades of #BF7CB4

#BF7CB4
(191,124,180)
#AE71A4
(174,113,164)
#9D6694
(157,102,148)
#8C5B84
(140,91,132)
#7B5074
(123,80,116)
#6A4564
(106,69,100)
#593A54
(89,58,84)
#482F44
(72,47,68)
#372434
(55,36,52)
#261924
(38,25,36)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #BF7CB4

#BF7CB4
(191,124,180)
#C487BA
(196,135,186)
#C992C0
(201,146,192)
#CE9DC6
(206,157,198)
#D3A8CC
(211,168,204)
#D8B3D2
(216,179,210)
#DDBED8
(221,190,216)
#E2C9DE
(226,201,222)
#E7D4E4
(231,212,228)
#ECDFEA
(236,223,234)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF7CB4; }

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

This text font color is #BF7CB4.


Background Color

.myBgColor { background-color: #BF7CB4; }

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

This div background color is #BF7CB4.


Border color

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

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

This div border color is #BF7CB4.


Opacity

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

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

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

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

This text has shadow with #BF7CB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7CB4 on black background.


Color preview on white background

This text has color #BF7CB4 on white background.



Black color preview on #BF7CB4 background

This text has black color on #BF7CB4 background.


White color preview on #BF7CB4 background

This text has white color on #BF7CB4 background.