COLOR #BF7AB1

HEX: #BF7AB1
RGB: (191,122,177)

Color info

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

RGB color model

#BF7AB1 color RGB value is (191,122,177).

  • red value is 191;
  • green value is 122;
  • blue value is 177.
RGB:
(191,122,177)
(75%,48%,69%)

RGB channels and saturation

R 191 of 255 = 75%
G 122 of 255 = 48%
B 177 of 255 = 69%

191
122
177

R + G + B ~ 64%. #BF7AB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 122 + 177 = 490 (100%)
R 191 of 490 ~ 38.98%
G 122 of 490 ~ 24.9%
B 177 of 490 ~ 36.12%

%38.98
%24.9
%36.12

CMYK color model

#BF7AB1 color CMYK value is (0,36,7,25).

  • cyan value is 0.00%
  • magenta value is 36.13%
  • yellow value is 7.33%
  • key color value is 25.10%
CMYK:
(0,36,7,25)
C0M36Y7K25 
(0%,36%,7%,25%)
(0.00/0.36/0.07/0.25)	

CMYK percentages

%0
%36.13
%7.33
%25.1

Codes

Color #BF7AB1 in popluar color models

BF7AB1
RGB191122177
HSL312°35.03%61.37%
HSB/HSV312°36.13%74.90%
CMYK0.00%36.13%7.33%
25.10%

Color #BF7AB1 in popluar number systems.

HEXBF7AB1
Decimal191122177
Binary10111111111101010110001
Octal277172261

Shades and tints

Shades of #BF7AB1

#BF7AB1
(191,122,177)
#AE6FA1
(174,111,161)
#9D6491
(157,100,145)
#8C5981
(140,89,129)
#7B4E71
(123,78,113)
#6A4361
(106,67,97)
#593851
(89,56,81)
#482D41
(72,45,65)
#372231
(55,34,49)
#261721
(38,23,33)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #BF7AB1

#BF7AB1
(191,122,177)
#C486B8
(196,134,184)
#C992BF
(201,146,191)
#CE9EC6
(206,158,198)
#D3AACD
(211,170,205)
#D8B6D4
(216,182,212)
#DDC2DB
(221,194,219)
#E2CEE2
(226,206,226)
#E7DAE9
(231,218,233)
#ECE6F0
(236,230,240)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF7AB1 color. Also use rgb(191,122,177) instead hex code.

Text Font Color

.myTextColor { color: #BF7AB1; }

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

This text font color is #BF7AB1.


Background Color

.myBgColor { background-color: #BF7AB1; }

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

This div background color is #BF7AB1.


Border color

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

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

This div border color is #BF7AB1.


Opacity

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

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

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

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

This text has shadow with #BF7AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7AB1 on black background.


Color preview on white background

This text has color #BF7AB1 on white background.



Black color preview on #BF7AB1 background

This text has black color on #BF7AB1 background.


White color preview on #BF7AB1 background

This text has white color on #BF7AB1 background.