COLOR #BC8FB5

HEX: #BC8FB5
RGB: (188,143,181)

Color info

#BC8FB5 contains red, green and blue colors in about the same proportion. Web safe color of #BC8FB5 is #CC99CC (or #C9C).

RGB color model

#BC8FB5 color RGB value is (188,143,181).

  • red value is 188;
  • green value is 143;
  • blue value is 181.
RGB: (188,143,181) (74%,56%,71%)

RGB channels and saturation

R 188 of 255 = 74%
G 143 of 255 = 56%
B 181 of 255 = 71%

188
143
181

R + G + B ~ 67%. #BC8FB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 143 + 181 = 512 (100%)
R 188 of 512 ~ 36.72%
G 143 of 512 ~ 27.93%
B 181 of 512 ~ 35.35%

%36.72
%27.93
%35.35

CMYK color model

#BC8FB5 color CMYK value is (0,24,4,26).

  • cyan value is 0.00%
  • magenta value is 23.94%
  • yellow value is 3.72%
  • key color value is 26.27%
CMYK: (0,24,4,26) C0M24Y4K26 (0%,24%,4%,26%) (0.00/0.24/0.04/0.26)

CMYK percentages

%0
%23.94
%3.72
%26.27

Codes

Color #BC8FB5 in popluar color models

BC8FB5
RGB188143181
HSL309°25.14%64.90%
HSB/HSV309°23.94%73.73%
CMYK0.00%23.94%3.72%
26.27%

Color #BC8FB5 in popluar number systems.

HEXBC8FB5
Decimal188143181
Binary101111001000111110110101
Octal274217265

Shades and tints

Shades of #BC8FB5

#BC8FB5
(188,143,181)
#AB82A5
(171,130,165)
#9A7595
(154,117,149)
#896885
(137,104,133)
#785B75
(120,91,117)
#674E65
(103,78,101)
#564155
(86,65,85)
#453445
(69,52,69)
#342735
(52,39,53)
#231A25
(35,26,37)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #BC8FB5

#BC8FB5
(188,143,181)
#C299BB
(194,153,187)
#C8A3C1
(200,163,193)
#CEADC7
(206,173,199)
#D4B7CD
(212,183,205)
#DAC1D3
(218,193,211)
#E0CBD9
(224,203,217)
#E6D5DF
(230,213,223)
#ECDFE5
(236,223,229)
#F2E9EB
(242,233,235)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8FB5 color. Also use rgb(188,143,181) instead hex code.

Text Font Color

.myTextColor { color: #BC8FB5; }

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

This text font color is #BC8FB5.


Background Color

.myBgColor { background-color: #BC8FB5; }

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

This div background color is #BC8FB5.


Border color

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

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

This div border color is #BC8FB5.


Opacity

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

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

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

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

This text has shadow with #BC8FB5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BC8FB5 on black background.


Color preview on white background

This text has color #BC8FB5 on white background.



Black color preview on #BC8FB5 background

This text has black color on #BC8FB5 background.


White color preview on #BC8FB5 background

This text has white color on #BC8FB5 background.