COLOR #BF77BE

HEX: #BF77BE RGB: (191,119,190)

Color info

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

RGB color model

#BF77BE color RGB value is (191,119,190).

RGB: (191,119,190) (75%, 47%, 75%)

RGB channels and saturation

R 191 of 255 = 75%
G 119 of 255 = 47%
B 190 of 255 = 75%

191
119
190

R + G + B ~ 66%. #BF77BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 119 + 190 = 500 (100%)
R 191 of 500 ~ 38.2%
G 119 of 500 ~ 23.8%
B 190 of 500 ~ 38'%

%38.2
%23.8
%38

CMYK color model

#BF77BE color CMYK value is (0,38,1,25).

  • cyan value is 0.00%
  • magenta value is 37.70%
  • yellow value is 0.52%
  • key color value is 25.10%

CMYK: (0,38,1,25)
C0M38Y1K25 (0%, 38%, 1%, 25%)
(0.00 / 0.38 / 0.01 / 0.25)

CMYK percentages

%0
%37.7
%0.52
%25.1

Codes

Color #BF77BE in popluar color models

BF 77 BE
RGB 191 119 190
HSL 301° 36.00% 60.78%
HSB/HSV 301° 37.70% 74.90%
CMYK 0.00% 37.70% 0.52%
25.10%

Color #BF77BE in popluar number systems.

HEX BF 77 BE
Decimal 191 119 190
Binary 10111111 1110111 10111110
Octal 277 167 276

Shades and tints

Shades of #BF77BE

#BF77BE
(191,119,190)
#AE6DAD
(174,109,173)
#9D639C
(157,99,156)
#8C598B
(140,89,139)
#7B4F7A
(123,79,122)
#6A4569
(106,69,105)
#593B58
(89,59,88)
#483147
(72,49,71)
#372736
(55,39,54)
#261D25
(38,29,37)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #BF77BE

#BF77BE
(191,119,190)
#C483C3
(196,131,195)
#C98FC8
(201,143,200)
#CE9BCD
(206,155,205)
#D3A7D2
(211,167,210)
#D8B3D7
(216,179,215)
#DDBFDC
(221,191,220)
#E2CBE1
(226,203,225)
#E7D7E6
(231,215,230)
#ECE3EB
(236,227,235)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF77BE color. Also use rgb(191,119,190) instead hex code.

Text Font Color

.myTextColor { color: #BF77BE; }

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

This text font color is #BF77BE.

Background Color

.myBgColor { background-color: #BF77BE; }

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

This div background color is #BF77BE.

Border color

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

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

This div border color is #BF77BE.

Opacity

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

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

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

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

This text has shadow with #BF77BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF77BE.

Preview

Color preview on black background

This text has color #BF77BE on black background.


Color preview on white background

This text has color #BF77BE on white background.


Black color preview on #BF77BE background

This text has black color on #BF77BE background.


White color preview on #BF77BE background

This text has white color on #BF77BE background.


Related colors

Complementary color

Complementary color for #hex is #408841.


I love getcolorcode.com

Triadic colors

1 #BEBF77 and #77BEBF with #BF77BE are triadic colors.

2 #BE77BF and #77BFBE with #BF77BE are triadic colors.