COLOR #BC65B3

HEX: #BC65B3
RGB: (188,101,179)

Color info

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

RGB color model

#BC65B3 color RGB value is (188,101,179).

  • red value is 188;
  • green value is 101;
  • blue value is 179.
RGB:
(188,101,179)
(74%,40%,70%)

RGB channels and saturation

R 188 of 255 = 74%
G 101 of 255 = 40%
B 179 of 255 = 70%

188
101
179

R + G + B ~ 61%. #BC65B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 101 + 179 = 468 (100%)
R 188 of 468 ~ 40.17%
G 101 of 468 ~ 21.58%
B 179 of 468 ~ 38.25%

%40.17
%21.58
%38.25

CMYK color model

#BC65B3 color CMYK value is (0,46,5,26).

  • cyan value is 0.00%
  • magenta value is 46.28%
  • yellow value is 4.79%
  • key color value is 26.27%
CMYK:
(0,46,5,26)
C0M46Y5K26 
(0%,46%,5%,26%)
(0.00/0.46/0.05/0.26)	

CMYK percentages

%0
%46.28
%4.79
%26.27

Codes

Color #BC65B3 in popluar color models

BC65B3
RGB188101179
HSL306°39.37%56.67%
HSB/HSV306°46.28%73.73%
CMYK0.00%46.28%4.79%
26.27%

Color #BC65B3 in popluar number systems.

HEXBC65B3
Decimal188101179
Binary10111100110010110110011
Octal274145263

Shades and tints

Shades of #BC65B3

#BC65B3
(188,101,179)
#AB5CA3
(171,92,163)
#9A5393
(154,83,147)
#894A83
(137,74,131)
#784173
(120,65,115)
#673863
(103,56,99)
#562F53
(86,47,83)
#452643
(69,38,67)
#341D33
(52,29,51)
#231423
(35,20,35)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #BC65B3

#BC65B3
(188,101,179)
#C273B9
(194,115,185)
#C881BF
(200,129,191)
#CE8FC5
(206,143,197)
#D49DCB
(212,157,203)
#DAABD1
(218,171,209)
#E0B9D7
(224,185,215)
#E6C7DD
(230,199,221)
#ECD5E3
(236,213,227)
#F2E3E9
(242,227,233)
#F8F1EF
(248,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC65B3 color. Also use rgb(188,101,179) instead hex code.

Text Font Color

.myTextColor { color: #BC65B3; }

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

This text font color is #BC65B3.


Background Color

.myBgColor { background-color: #BC65B3; }

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

This div background color is #BC65B3.


Border color

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

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

This div border color is #BC65B3.


Opacity

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

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

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

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

This text has shadow with #BC65B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC65B3 on black background.


Color preview on white background

This text has color #BC65B3 on white background.



Black color preview on #BC65B3 background

This text has black color on #BC65B3 background.


White color preview on #BC65B3 background

This text has white color on #BC65B3 background.