COLOR #BC7299

HEX: #BC7299
RGB: (188,114,153)

Color info

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

RGB color model

#BC7299 color RGB value is (188,114,153).

  • red value is 188;
  • green value is 114;
  • blue value is 153.
RGB:
(188,114,153)
(74%,45%,60%)

RGB channels and saturation

R 188 of 255 = 74%
G 114 of 255 = 45%
B 153 of 255 = 60%

188
114
153

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

Portions of RGB colors in percentages

R + G + B =
188 + 114 + 153 = 455 (100%)
R 188 of 455 ~ 41.32%
G 114 of 455 ~ 25.05%
B 153 of 455 ~ 33.63%

%41.32
%25.05
%33.63

CMYK color model

#BC7299 color CMYK value is (0,39,19,26).

  • cyan value is 0.00%
  • magenta value is 39.36%
  • yellow value is 18.62%
  • key color value is 26.27%
CMYK:
(0,39,19,26)
C0M39Y19K26 
(0%,39%,19%,26%)
(0.00/0.39/0.19/0.26)	

CMYK percentages

%0
%39.36
%18.62
%26.27

Codes

Color #BC7299 in popluar color models

BC7299
RGB188114153
HSL328°35.58%59.22%
HSB/HSV328°39.36%73.73%
CMYK0.00%39.36%18.62%
26.27%

Color #BC7299 in popluar number systems.

HEXBC7299
Decimal188114153
Binary10111100111001010011001
Octal274162231

Shades and tints

Shades of #BC7299

#BC7299
(188,114,153)
#AB688C
(171,104,140)
#9A5E7F
(154,94,127)
#895472
(137,84,114)
#784A65
(120,74,101)
#674058
(103,64,88)
#56364B
(86,54,75)
#452C3E
(69,44,62)
#342231
(52,34,49)
#231824
(35,24,36)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #BC7299

#BC7299
(188,114,153)
#C27EA2
(194,126,162)
#C88AAB
(200,138,171)
#CE96B4
(206,150,180)
#D4A2BD
(212,162,189)
#DAAEC6
(218,174,198)
#E0BACF
(224,186,207)
#E6C6D8
(230,198,216)
#ECD2E1
(236,210,225)
#F2DEEA
(242,222,234)
#F8EAF3
(248,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7299 color. Also use rgb(188,114,153) instead hex code.

Text Font Color

.myTextColor { color: #BC7299; }

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

This text font color is #BC7299.


Background Color

.myBgColor { background-color: #BC7299; }

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

This div background color is #BC7299.


Border color

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

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

This div border color is #BC7299.


Opacity

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

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

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

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

This text has shadow with #BC7299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7299 on black background.


Color preview on white background

This text has color #BC7299 on white background.



Black color preview on #BC7299 background

This text has black color on #BC7299 background.


White color preview on #BC7299 background

This text has white color on #BC7299 background.