COLOR #BC67C7

HEX: #BC67C7 RGB: (188,103,199)

Color info

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

RGB color model

#BC67C7 color RGB value is (188,103,199).

RGB: (188,103,199) (74%, 40%, 78%)

RGB channels and saturation

R 188 of 255 = 74%
G 103 of 255 = 40%
B 199 of 255 = 78%

188
103
199

R + G + B ~ 64%. #BC67C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 103 + 199 = 490 (100%)
R 188 of 490 ~ 38.37%
G 103 of 490 ~ 21.02%
B 199 of 490 ~ 40.61'%

%38.37
%21.02
%40.61

CMYK color model

#BC67C7 color CMYK value is (6,48,0,22).

  • cyan value is 5.53%
  • magenta value is 48.24%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (6,48,0,22) C6M48Y0K22 (6%,48%,0%,22%) (0.06/0.48/0.00/0.22) 

CMYK percentages

%5.53
%48.24
%0
%21.96

Codes

Color #BC67C7 in popluar color models

BC 67 C7
RGB 188 103 199
HSL 293° 46.15% 59.22%
HSB/HSV 293° 48.24% 78.04%
CMYK 5.53% 48.24% 0.00%
21.96%

Color #BC67C7 in popluar number systems.

HEX BC 67 C7
Decimal 188 103 199
Binary 10111100 1100111 11000111
Octal 274 147 307

Shades and tints

Shades of #BC67C7

#BC67C7
(188,103,199)
#AB5EB5
(171,94,181)
#9A55A3
(154,85,163)
#894C91
(137,76,145)
#78437F
(120,67,127)
#673A6D
(103,58,109)
#56315B
(86,49,91)
#452849
(69,40,73)
#341F37
(52,31,55)
#231625
(35,22,37)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #BC67C7

#BC67C7
(188,103,199)
#C274CC
(194,116,204)
#C881D1
(200,129,209)
#CE8ED6
(206,142,214)
#D49BDB
(212,155,219)
#DAA8E0
(218,168,224)
#E0B5E5
(224,181,229)
#E6C2EA
(230,194,234)
#ECCFEF
(236,207,239)
#F2DCF4
(242,220,244)
#F8E9F9
(248,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC67C7 color. Also use rgb(188,103,199) instead hex code.

Text Font Color

.myTextColor { color: #BC67C7; }

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

This text font color is #BC67C7.

Background Color

.myBgColor { background-color: #BC67C7; }

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

This div background color is #BC67C7.

Border color

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

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

This div border color is #BC67C7.

Opacity

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

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

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

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

This text has shadow with #BC67C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC67C7.

Preview

Color preview on black background

This text has color #BC67C7 on black background.


Color preview on white background

This text has color #BC67C7 on white background.


Black color preview on #BC67C7 background

This text has black color on #BC67C7 background.


White color preview on #BC67C7 background

This text has white color on #BC67C7 background.


Related colors

Complementary color

Complementary color for #hex is #439838.


I love getcolorcode.com

Triadic colors

1 #C7BC67 and #67C7BC with #BC67C7 are triadic colors.

2 #C767BC and #67BCC7 with #BC67C7 are triadic colors.