COLOR #BF79BB

HEX: #BF79BB
RGB: (191,121,187)

Color info

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

RGB color model

#BF79BB color RGB value is (191,121,187).

  • red value is 191;
  • green value is 121;
  • blue value is 187.
RGB:
(191,121,187)
(75%,47%,73%)

RGB channels and saturation

R 191 of 255 = 75%
G 121 of 255 = 47%
B 187 of 255 = 73%

191
121
187

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

Portions of RGB colors in percentages

R + G + B =
191 + 121 + 187 = 499 (100%)
R 191 of 499 ~ 38.28%
G 121 of 499 ~ 24.25%
B 187 of 499 ~ 37.47%

%38.28
%24.25
%37.47

CMYK color model

#BF79BB color CMYK value is (0,37,2,25).

  • cyan value is 0.00%
  • magenta value is 36.65%
  • yellow value is 2.09%
  • key color value is 25.10%
CMYK:
(0,37,2,25)
C0M37Y2K25 
(0%,37%,2%,25%)
(0.00/0.37/0.02/0.25)	

CMYK percentages

%0
%36.65
%2.09
%25.1

Codes

Color #BF79BB in popluar color models

BF79BB
RGB191121187
HSL303°35.35%61.18%
HSB/HSV303°36.65%74.90%
CMYK0.00%36.65%2.09%
25.10%

Color #BF79BB in popluar number systems.

HEXBF79BB
Decimal191121187
Binary10111111111100110111011
Octal277171273

Shades and tints

Shades of #BF79BB

#BF79BB
(191,121,187)
#AE6EAA
(174,110,170)
#9D6399
(157,99,153)
#8C5888
(140,88,136)
#7B4D77
(123,77,119)
#6A4266
(106,66,102)
#593755
(89,55,85)
#482C44
(72,44,68)
#372133
(55,33,51)
#261622
(38,22,34)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #BF79BB

#BF79BB
(191,121,187)
#C485C1
(196,133,193)
#C991C7
(201,145,199)
#CE9DCD
(206,157,205)
#D3A9D3
(211,169,211)
#D8B5D9
(216,181,217)
#DDC1DF
(221,193,223)
#E2CDE5
(226,205,229)
#E7D9EB
(231,217,235)
#ECE5F1
(236,229,241)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF79BB color. Also use rgb(191,121,187) instead hex code.

Text Font Color

.myTextColor { color: #BF79BB; }

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

This text font color is #BF79BB.


Background Color

.myBgColor { background-color: #BF79BB; }

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

This div background color is #BF79BB.


Border color

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

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

This div border color is #BF79BB.


Opacity

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

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

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

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

This text has shadow with #BF79BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF79BB on black background.


Color preview on white background

This text has color #BF79BB on white background.



Black color preview on #BF79BB background

This text has black color on #BF79BB background.


White color preview on #BF79BB background

This text has white color on #BF79BB background.