COLOR #BC8FD4

HEX: #BC8FD4 RGB: (188,143,212)

Color info

#BC8FD4 contains mainly red and blue colors. Web safe color of #BC8FD4 is #CC99CC (or #C9C).

RGB color model

#BC8FD4 color RGB value is (188,143,212).

RGB: (188,143,212) (74%, 56%, 83%)

RGB channels and saturation

R 188 of 255 = 74%
G 143 of 255 = 56%
B 212 of 255 = 83%

188
143
212

R + G + B ~ 71%. #BC8FD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 143 + 212 = 543 (100%)
R 188 of 543 ~ 34.62%
G 143 of 543 ~ 26.34%
B 212 of 543 ~ 39.04'%

%34.62
%26.34
%39.04

CMYK color model

#BC8FD4 color CMYK value is (11,33,0,17).

  • cyan value is 11.32%
  • magenta value is 32.55%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (11,33,0,17)
C11M33Y0K17 (11%, 33%, 0%, 17%)
(0.11 / 0.33 / 0.00 / 0.17)

CMYK percentages

%11.32
%32.55
%0
%16.86

Codes

Color #BC8FD4 in popluar color models

BC 8F D4
RGB 188 143 212
HSL 279° 44.52% 69.61%
HSB/HSV 279° 32.55% 83.14%
CMYK 11.32% 32.55% 0.00%
16.86%

Color #BC8FD4 in popluar number systems.

HEX BC 8F D4
Decimal 188 143 212
Binary 10111100 10001111 11010100
Octal 274 217 324

Shades and tints

Shades of #BC8FD4

#BC8FD4
(188,143,212)
#AB82C1
(171,130,193)
#9A75AE
(154,117,174)
#89689B
(137,104,155)
#785B88
(120,91,136)
#674E75
(103,78,117)
#564162
(86,65,98)
#45344F
(69,52,79)
#34273C
(52,39,60)
#231A29
(35,26,41)
#120D16
(18,13,22)
#000000
(0,0,0)

Tints of #BC8FD4

#BC8FD4
(188,143,212)
#C299D7
(194,153,215)
#C8A3DA
(200,163,218)
#CEADDD
(206,173,221)
#D4B7E0
(212,183,224)
#DAC1E3
(218,193,227)
#E0CBE6
(224,203,230)
#E6D5E9
(230,213,233)
#ECDFEC
(236,223,236)
#F2E9EF
(242,233,239)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8FD4; }

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

This text font color is #BC8FD4.

Background Color

.myBgColor { background-color: #BC8FD4; }

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

This div background color is #BC8FD4.

Border color

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

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

This div border color is #BC8FD4.

Opacity

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

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

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

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

This text has shadow with #BC8FD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC8FD4.

Preview

Color preview on black background

This text has color #BC8FD4 on black background.


Color preview on white background

This text has color #BC8FD4 on white background.


Black color preview on #BC8FD4 background

This text has black color on #BC8FD4 background.


White color preview on #BC8FD4 background

This text has white color on #BC8FD4 background.


Related colors

Complementary color

Complementary color for #hex is #43702B.


I love getcolorcode.com

Triadic colors

1 #D4BC8F and #8FD4BC with #BC8FD4 are triadic colors.

2 #D48FBC and #8FBCD4 with #BC8FD4 are triadic colors.