COLOR #BC4E8C

HEX: #BC4E8C
RGB: (188,78,140)

Renk bilgisi

#BC4E8C contains mainly red and blue colors. #BC4E8C ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#BC4E8C color RGB value is (188,78,140).

  • kırmız ton 188;
  • yeşil ton 78;
  • mavi ton 140.
RGB:
(188,78,140)
(74%,31%,55%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 78 of 255 = 31%
B 140 of 255 = 55%

188
78
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 78 + 140 = 406 (100%)
R 188 of 406 ~ 46.31%
G 78 of 406 ~ 19.21%
B 140 of 406 ~ 34.48%

%46.31
%19.21
%34.48

CMYK RENK MODELİ

#BC4E8C rengi CMYK tonu (0,59,26,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 58.51%
  • sarı tonu 25.53%
  • ana renk tonu 26.27%
CMYK:
(0,59,26,26)
C0M59Y26K26 
(0%,59%,26%,26%)
(0.00/0.59/0.26/0.26)	

CMYK yüzdeleri

%0
%58.51
%25.53
%26.27

Codes

Color #BC4E8C in popluar color models

BC4E8C
RGB18878140
HSL326°45.08%52.16%
HSB/HSV326°58.51%73.73%
CMYK0.00%58.51%25.53%
26.27%

Color #BC4E8C in popluar number systems.

HEXBC4E8C
Decimal18878140
Binary10111100100111010001100
Octal274116214

Shades and tints

Shades of #BC4E8C

#BC4E8C
(188,78,140)
#AB4780
(171,71,128)
#9A4074
(154,64,116)
#893968
(137,57,104)
#78325C
(120,50,92)
#672B50
(103,43,80)
#562444
(86,36,68)
#451D38
(69,29,56)
#34162C
(52,22,44)
#230F20
(35,15,32)
#120814
(18,8,20)
#000000
(0,0,0)

Tints of #BC4E8C

#BC4E8C
(188,78,140)
#C25E96
(194,94,150)
#C86EA0
(200,110,160)
#CE7EAA
(206,126,170)
#D48EB4
(212,142,180)
#DA9EBE
(218,158,190)
#E0AEC8
(224,174,200)
#E6BED2
(230,190,210)
#ECCEDC
(236,206,220)
#F2DEE6
(242,222,230)
#F8EEF0
(248,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC4E8C color. Also use rgb(188,78,140) instead hex code.

Text Font Color

.myTextColor { color: #BC4E8C; }

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

This text font color is #BC4E8C.


Background Color

.myBgColor { background-color: #BC4E8C; }

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

This div background color is #BC4E8C.


Border color

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

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

This div border color is #BC4E8C.


Opacity

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

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

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

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

This text has shadow with #BC4E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC4E8C on black background.


Color preview on white background

This text has color #BC4E8C on white background.



Black color preview on #BC4E8C background

This text has black color on #BC4E8C background.


White color preview on #BC4E8C background

This text has white color on #BC4E8C background.