COLOR #BC64B4

HEX: #BC64B4 RGB: (188,100,180)

Color info

#BC64B4 contains mainly red and blue colors. Web safe color of #BC64B4 is #CC66CC (or #C6C).

RGB color model

#BC64B4 color RGB value is (188,100,180).

RGB: (188,100,180) (74%, 39%, 71%)

RGB channels and saturation

R 188 of 255 = 74%
G 100 of 255 = 39%
B 180 of 255 = 71%

188
100
180

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

Portions of RGB colors in percentages

R + G + B = 188 + 100 + 180 = 468 (100%)
R 188 of 468 ~ 40.17%
G 100 of 468 ~ 21.37%
B 180 of 468 ~ 38.46'%

%40.17
%21.37
%38.46

CMYK color model

#BC64B4 color CMYK value is (0,47,4,26).

  • cyan value is 0.00%
  • magenta value is 46.81%
  • yellow value is 4.26%
  • key color value is 26.27%

CMYK: (0,47,4,26)
C0M47Y4K26 (0%, 47%, 4%, 26%)
(0.00 / 0.47 / 0.04 / 0.26)

CMYK percentages

%0
%46.81
%4.26
%26.27

Codes

Color #BC64B4 in popluar color models

BC 64 B4
RGB 188 100 180
HSL 305° 39.64% 56.47%
HSB/HSV 305° 46.81% 73.73%
CMYK 0.00% 46.81% 4.26%
26.27%

Color #BC64B4 in popluar number systems.

HEX BC 64 B4
Decimal 188 100 180
Binary 10111100 1100100 10110100
Octal 274 144 264

Shades and tints

Shades of #BC64B4

#BC64B4
(188,100,180)
#AB5BA4
(171,91,164)
#9A5294
(154,82,148)
#894984
(137,73,132)
#784074
(120,64,116)
#673764
(103,55,100)
#562E54
(86,46,84)
#452544
(69,37,68)
#341C34
(52,28,52)
#231324
(35,19,36)
#120A14
(18,10,20)
#000000
(0,0,0)

Tints of #BC64B4

#BC64B4
(188,100,180)
#C272BA
(194,114,186)
#C880C0
(200,128,192)
#CE8EC6
(206,142,198)
#D49CCC
(212,156,204)
#DAAAD2
(218,170,210)
#E0B8D8
(224,184,216)
#E6C6DE
(230,198,222)
#ECD4E4
(236,212,228)
#F2E2EA
(242,226,234)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC64B4 color. Also use rgb(188,100,180) instead hex code.

Text Font Color

.myTextColor { color: #BC64B4; }

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

This text font color is #BC64B4.

Background Color

.myBgColor { background-color: #BC64B4; }

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

This div background color is #BC64B4.

Border color

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

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

This div border color is #BC64B4.

Opacity

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

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

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

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

This text has shadow with #BC64B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC64B4.

Preview

Color preview on black background

This text has color #BC64B4 on black background.


Color preview on white background

This text has color #BC64B4 on white background.


Black color preview on #BC64B4 background

This text has black color on #BC64B4 background.


White color preview on #BC64B4 background

This text has white color on #BC64B4 background.


Related colors

Complementary color

Complementary color for #hex is #439B4B.


I love getcolorcode.com

Triadic colors

1 #B4BC64 and #64B4BC with #BC64B4 are triadic colors.

2 #B464BC and #64BCB4 with #BC64B4 are triadic colors.