COLOR #BC6F90

HEX: #BC6F90
RGB: (188,111,144)

Color info

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

RGB color model

#BC6F90 color RGB value is (188,111,144).

  • red value is 188;
  • green value is 111;
  • blue value is 144.
RGB: (188,111,144) (74%,44%,56%)

RGB channels and saturation

R 188 of 255 = 74%
G 111 of 255 = 44%
B 144 of 255 = 56%

188
111
144

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

Portions of RGB colors in percentages

R + G + B =
188 + 111 + 144 = 443 (100%)
R 188 of 443 ~ 42.44%
G 111 of 443 ~ 25.06%
B 144 of 443 ~ 32.51%

%42.44
%25.06
%32.51

CMYK color model

#BC6F90 color CMYK value is (0,41,23,26).

  • cyan value is 0.00%
  • magenta value is 40.96%
  • yellow value is 23.40%
  • key color value is 26.27%
CMYK: (0,41,23,26) C0M41Y23K26 (0%,41%,23%,26%) (0.00/0.41/0.23/0.26)

CMYK percentages

%0
%40.96
%23.4
%26.27

Codes

Color #BC6F90 in popluar color models

BC6F90
RGB188111144
HSL334°36.49%58.63%
HSB/HSV334°40.96%73.73%
CMYK0.00%40.96%23.40%
26.27%

Color #BC6F90 in popluar number systems.

HEXBC6F90
Decimal188111144
Binary10111100110111110010000
Octal274157220

Shades and tints

Shades of #BC6F90

#BC6F90
(188,111,144)
#AB6583
(171,101,131)
#9A5B76
(154,91,118)
#895169
(137,81,105)
#78475C
(120,71,92)
#673D4F
(103,61,79)
#563342
(86,51,66)
#452935
(69,41,53)
#341F28
(52,31,40)
#23151B
(35,21,27)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #BC6F90

#BC6F90
(188,111,144)
#C27C9A
(194,124,154)
#C889A4
(200,137,164)
#CE96AE
(206,150,174)
#D4A3B8
(212,163,184)
#DAB0C2
(218,176,194)
#E0BDCC
(224,189,204)
#E6CAD6
(230,202,214)
#ECD7E0
(236,215,224)
#F2E4EA
(242,228,234)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC6F90 color. Also use rgb(188,111,144) instead hex code.

Text Font Color

.myTextColor { color: #BC6F90; }

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

This text font color is #BC6F90.


Background Color

.myBgColor { background-color: #BC6F90; }

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

This div background color is #BC6F90.


Border color

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

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

This div border color is #BC6F90.


Opacity

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

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

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

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

This text has shadow with #BC6F90 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BC6F90 on black background.


Color preview on white background

This text has color #BC6F90 on white background.



Black color preview on #BC6F90 background

This text has black color on #BC6F90 background.


White color preview on #BC6F90 background

This text has white color on #BC6F90 background.