COLOR #BC6598

HEX: #BC6598 RGB: (188,101,152)

Color info

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

RGB color model

#BC6598 color RGB value is (188,101,152).

RGB: (188,101,152) (74%, 40%, 60%)

RGB channels and saturation

R 188 of 255 = 74%
G 101 of 255 = 40%
B 152 of 255 = 60%

188
101
152

R + G + B ~ 58%. #BC6598 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 188 + 101 + 152 = 441 (100%)
R 188 of 441 ~ 42.63%
G 101 of 441 ~ 22.9%
B 152 of 441 ~ 34.47'%

%42.63
%22.9
%34.47

CMYK color model

#BC6598 color CMYK value is (0,46,19,26).

  • cyan value is 0.00%
  • magenta value is 46.28%
  • yellow value is 19.15%
  • key color value is 26.27%

CMYK: (0,46,19,26)
C0M46Y19K26 (0%, 46%, 19%, 26%)
(0.00 / 0.46 / 0.19 / 0.26)

CMYK percentages

%0
%46.28
%19.15
%26.27

Codes

Color #BC6598 in popluar color models

BC 65 98
RGB 188 101 152
HSL 325° 39.37% 56.67%
HSB/HSV 325° 46.28% 73.73%
CMYK 0.00% 46.28% 19.15%
26.27%

Color #BC6598 in popluar number systems.

HEX BC 65 98
Decimal 188 101 152
Binary 10111100 1100101 10011000
Octal 274 145 230

Shades and tints

Shades of #BC6598

#BC6598
(188,101,152)
#AB5C8B
(171,92,139)
#9A537E
(154,83,126)
#894A71
(137,74,113)
#784164
(120,65,100)
#673857
(103,56,87)
#562F4A
(86,47,74)
#45263D
(69,38,61)
#341D30
(52,29,48)
#231423
(35,20,35)
#120B16
(18,11,22)
#000000
(0,0,0)

Tints of #BC6598

#BC6598
(188,101,152)
#C273A1
(194,115,161)
#C881AA
(200,129,170)
#CE8FB3
(206,143,179)
#D49DBC
(212,157,188)
#DAABC5
(218,171,197)
#E0B9CE
(224,185,206)
#E6C7D7
(230,199,215)
#ECD5E0
(236,213,224)
#F2E3E9
(242,227,233)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC6598; }

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

This text font color is #BC6598.

Background Color

.myBgColor { background-color: #BC6598; }

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

This div background color is #BC6598.

Border color

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

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

This div border color is #BC6598.

Opacity

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

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

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

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

This text has shadow with #BC6598 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC6598.

Preview

Color preview on black background

This text has color #BC6598 on black background.


Color preview on white background

This text has color #BC6598 on white background.


Black color preview on #BC6598 background

This text has black color on #BC6598 background.


White color preview on #BC6598 background

This text has white color on #BC6598 background.


Related colors

Complementary color

Complementary color for #hex is #439A67.


I love getcolorcode.com

Triadic colors

1 #98BC65 and #6598BC with #BC6598 are triadic colors.

2 #9865BC and #65BC98 with #BC6598 are triadic colors.