COLOR #BF7CB2

HEX: #BF7CB2 RGB: (191,124,178)

Color info

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

RGB color model

#BF7CB2 color RGB value is (191,124,178).

RGB: (191,124,178) (75%, 49%, 70%)

RGB channels and saturation

R 191 of 255 = 75%
G 124 of 255 = 49%
B 178 of 255 = 70%

191
124
178

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

Portions of RGB colors in percentages

R + G + B = 191 + 124 + 178 = 493 (100%)
R 191 of 493 ~ 38.74%
G 124 of 493 ~ 25.15%
B 178 of 493 ~ 36.11'%

%38.74
%25.15
%36.11

CMYK color model

#BF7CB2 color CMYK value is (0,35,7,25).

  • cyan value is 0.00%
  • magenta value is 35.08%
  • yellow value is 6.81%
  • key color value is 25.10%

CMYK: (0,35,7,25)
C0M35Y7K25 (0%, 35%, 7%, 25%)
(0.00 / 0.35 / 0.07 / 0.25)

CMYK percentages

%0
%35.08
%6.81
%25.1

Codes

Color #BF7CB2 in popluar color models

BF 7C B2
RGB 191 124 178
HSL 312° 34.36% 61.76%
HSB/HSV 312° 35.08% 74.90%
CMYK 0.00% 35.08% 6.81%
25.10%

Color #BF7CB2 in popluar number systems.

HEX BF 7C B2
Decimal 191 124 178
Binary 10111111 1111100 10110010
Octal 277 174 262

Shades and tints

Shades of #BF7CB2

#BF7CB2
(191,124,178)
#AE71A2
(174,113,162)
#9D6692
(157,102,146)
#8C5B82
(140,91,130)
#7B5072
(123,80,114)
#6A4562
(106,69,98)
#593A52
(89,58,82)
#482F42
(72,47,66)
#372432
(55,36,50)
#261922
(38,25,34)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #BF7CB2

#BF7CB2
(191,124,178)
#C487B9
(196,135,185)
#C992C0
(201,146,192)
#CE9DC7
(206,157,199)
#D3A8CE
(211,168,206)
#D8B3D5
(216,179,213)
#DDBEDC
(221,190,220)
#E2C9E3
(226,201,227)
#E7D4EA
(231,212,234)
#ECDFF1
(236,223,241)
#F1EAF8
(241,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF7CB2 color. Also use rgb(191,124,178) instead hex code.

Text Font Color

.myTextColor { color: #BF7CB2; }

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

This text font color is #BF7CB2.

Background Color

.myBgColor { background-color: #BF7CB2; }

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

This div background color is #BF7CB2.

Border color

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

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

This div border color is #BF7CB2.

Opacity

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

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

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

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

This text has shadow with #BF7CB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF7CB2.

Preview

Color preview on black background

This text has color #BF7CB2 on black background.


Color preview on white background

This text has color #BF7CB2 on white background.


Black color preview on #BF7CB2 background

This text has black color on #BF7CB2 background.


White color preview on #BF7CB2 background

This text has white color on #BF7CB2 background.


Related colors

Complementary color

Complementary color for #hex is #40834D.


I love getcolorcode.com

Triadic colors

1 #B2BF7C and #7CB2BF with #BF7CB2 are triadic colors.

2 #B27CBF and #7CBFB2 with #BF7CB2 are triadic colors.