COLOR #BF6EAD

HEX: #BF6EAD RGB: (191,110,173)

Color info

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

RGB color model

#BF6EAD color RGB value is (191,110,173).

RGB: (191,110,173) (75%, 43%, 68%)

RGB channels and saturation

R 191 of 255 = 75%
G 110 of 255 = 43%
B 173 of 255 = 68%

191
110
173

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

Portions of RGB colors in percentages

R + G + B = 191 + 110 + 173 = 474 (100%)
R 191 of 474 ~ 40.3%
G 110 of 474 ~ 23.21%
B 173 of 474 ~ 36.5'%

%40.3
%23.21
%36.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.41%
  • 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
%42.41
%9.42
%25.1

Codes

Color #BF6EAD in popluar color models

BF 6E AD
RGB 191 110 173
HSL 313° 38.76% 59.02%
HSB/HSV 313° 42.41% 74.90%
CMYK 0.00% 42.41% 9.42%
25.10%

Color #BF6EAD in popluar number systems.

HEX BF 6E AD
Decimal 191 110 173
Binary 10111111 1101110 10101101
Octal 277 156 255

Shades and tints

Shades of #BF6EAD

#BF6EAD
(191,110,173)
#AE649E
(174,100,158)
#9D5A8F
(157,90,143)
#8C5080
(140,80,128)
#7B4671
(123,70,113)
#6A3C62
(106,60,98)
#593253
(89,50,83)
#482844
(72,40,68)
#371E35
(55,30,53)
#261426
(38,20,38)
#150A17
(21,10,23)
#000000
(0,0,0)

Tints of #BF6EAD

#BF6EAD
(191,110,173)
#C47BB4
(196,123,180)
#C988BB
(201,136,187)
#CE95C2
(206,149,194)
#D3A2C9
(211,162,201)
#D8AFD0
(216,175,208)
#DDBCD7
(221,188,215)
#E2C9DE
(226,201,222)
#E7D6E5
(231,214,229)
#ECE3EC
(236,227,236)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF6EAD; }

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

This text font color is #BF6EAD.

Background Color

.myBgColor { background-color: #BF6EAD; }

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

This div background color is #BF6EAD.

Border color

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

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

This div border color is #BF6EAD.

Opacity

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

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

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

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

This text has shadow with #BF6EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF6EAD.

Preview

Color preview on black background

This text has color #BF6EAD on black background.


Color preview on white background

This text has color #BF6EAD on white background.


Black color preview on #BF6EAD background

This text has black color on #BF6EAD background.


White color preview on #BF6EAD background

This text has white color on #BF6EAD background.


Related colors

Complementary color

Complementary color for #hex is #409152.


I love getcolorcode.com

Triadic colors

1 #ADBF6E and #6EADBF with #BF6EAD are triadic colors.

2 #AD6EBF and #6EBFAD with #BF6EAD are triadic colors.