COLOR #BC95D3

HEX: #BC95D3 RGB: (188,149,211)

Color info

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

RGB color model

#BC95D3 color RGB value is (188,149,211).

RGB: (188,149,211) (74%, 58%, 83%)

RGB channels and saturation

R 188 of 255 = 74%
G 149 of 255 = 58%
B 211 of 255 = 83%

188
149
211

R + G + B ~ 72%. #BC95D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 149 + 211 = 548 (100%)
R 188 of 548 ~ 34.31%
G 149 of 548 ~ 27.19%
B 211 of 548 ~ 38.5'%

%34.31
%27.19
%38.5

CMYK color model

#BC95D3 color CMYK value is (11,29,0,17).

  • cyan value is 10.90%
  • magenta value is 29.38%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (11,29,0,17)
C11M29Y0K17 (11%, 29%, 0%, 17%)
(0.11 / 0.29 / 0.00 / 0.17)

CMYK percentages

%10.9
%29.38
%0
%17.25

Codes

Color #BC95D3 in popluar color models

BC 95 D3
RGB 188 149 211
HSL 278° 41.33% 70.59%
HSB/HSV 278° 29.38% 82.75%
CMYK 10.90% 29.38% 0.00%
17.25%

Color #BC95D3 in popluar number systems.

HEX BC 95 D3
Decimal 188 149 211
Binary 10111100 10010101 11010011
Octal 274 225 323

Shades and tints

Shades of #BC95D3

#BC95D3
(188,149,211)
#AB88C0
(171,136,192)
#9A7BAD
(154,123,173)
#896E9A
(137,110,154)
#786187
(120,97,135)
#675474
(103,84,116)
#564761
(86,71,97)
#453A4E
(69,58,78)
#342D3B
(52,45,59)
#232028
(35,32,40)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #BC95D3

#BC95D3
(188,149,211)
#C29ED7
(194,158,215)
#C8A7DB
(200,167,219)
#CEB0DF
(206,176,223)
#D4B9E3
(212,185,227)
#DAC2E7
(218,194,231)
#E0CBEB
(224,203,235)
#E6D4EF
(230,212,239)
#ECDDF3
(236,221,243)
#F2E6F7
(242,230,247)
#F8EFFB
(248,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC95D3 color. Also use rgb(188,149,211) instead hex code.

Text Font Color

.myTextColor { color: #BC95D3; }

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

This text font color is #BC95D3.

Background Color

.myBgColor { background-color: #BC95D3; }

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

This div background color is #BC95D3.

Border color

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

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

This div border color is #BC95D3.

Opacity

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

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

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

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

This text has shadow with #BC95D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC95D3.

Preview

Color preview on black background

This text has color #BC95D3 on black background.


Color preview on white background

This text has color #BC95D3 on white background.


Black color preview on #BC95D3 background

This text has black color on #BC95D3 background.


White color preview on #BC95D3 background

This text has white color on #BC95D3 background.


Related colors

Complementary color

Complementary color for #hex is #436A2C.


I love getcolorcode.com

Triadic colors

1 #D3BC95 and #95D3BC with #BC95D3 are triadic colors.

2 #D395BC and #95BCD3 with #BC95D3 are triadic colors.