COLOR #BF6FAD

HEX: #BF6FAD RGB: (191,111,173)

Color info

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

RGB color model

#BF6FAD color RGB value is (191,111,173).

RGB: (191,111,173) (75%, 44%, 68%)

RGB channels and saturation

R 191 of 255 = 75%
G 111 of 255 = 44%
B 173 of 255 = 68%

191
111
173

R + G + B ~ 62%. #BF6FAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 111 + 173 = 475 (100%)
R 191 of 475 ~ 40.21%
G 111 of 475 ~ 23.37%
B 173 of 475 ~ 36.42'%

%40.21
%23.37
%36.42

CMYK color model

#BF6FAD color CMYK value is (0,42,9,25).

  • cyan value is 0.00%
  • magenta value is 41.88%
  • yellow value is 9.42%
  • key color value is 25.10%

CMYK: (0,42,9,25)
C0M42Y9K25 (0%, 42%, 9%, 25%)
(0.00 / 0.42 / 0.09 / 0.25)

CMYK percentages

%0
%41.88
%9.42
%25.1

Codes

Color #BF6FAD in popluar color models

BF 6F AD
RGB 191 111 173
HSL 314° 38.46% 59.22%
HSB/HSV 314° 41.88% 74.90%
CMYK 0.00% 41.88% 9.42%
25.10%

Color #BF6FAD in popluar number systems.

HEX BF 6F AD
Decimal 191 111 173
Binary 10111111 1101111 10101101
Octal 277 157 255

Shades and tints

Shades of #BF6FAD

#BF6FAD
(191,111,173)
#AE659E
(174,101,158)
#9D5B8F
(157,91,143)
#8C5180
(140,81,128)
#7B4771
(123,71,113)
#6A3D62
(106,61,98)
#593353
(89,51,83)
#482944
(72,41,68)
#371F35
(55,31,53)
#261526
(38,21,38)
#150B17
(21,11,23)
#000000
(0,0,0)

Tints of #BF6FAD

#BF6FAD
(191,111,173)
#C47CB4
(196,124,180)
#C989BB
(201,137,187)
#CE96C2
(206,150,194)
#D3A3C9
(211,163,201)
#D8B0D0
(216,176,208)
#DDBDD7
(221,189,215)
#E2CADE
(226,202,222)
#E7D7E5
(231,215,229)
#ECE4EC
(236,228,236)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF6FAD color. Also use rgb(191,111,173) instead hex code.

Text Font Color

.myTextColor { color: #BF6FAD; }

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

This text font color is #BF6FAD.

Background Color

.myBgColor { background-color: #BF6FAD; }

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

This div background color is #BF6FAD.

Border color

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

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

This div border color is #BF6FAD.

Opacity

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

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

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

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

This text has shadow with #BF6FAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF6FAD.

Preview

Color preview on black background

This text has color #BF6FAD on black background.


Color preview on white background

This text has color #BF6FAD on white background.


Black color preview on #BF6FAD background

This text has black color on #BF6FAD background.


White color preview on #BF6FAD background

This text has white color on #BF6FAD background.


Related colors

Complementary color

Complementary color for #hex is #409052.


I love getcolorcode.com

Triadic colors

1 #ADBF6F and #6FADBF with #BF6FAD are triadic colors.

2 #AD6FBF and #6FBFAD with #BF6FAD are triadic colors.