COLOR #BC4EA6

HEX: #BC4EA6
RGB: (188,78,166)

Renk bilgisi

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

RGB renk modeli

#BC4EA6 color RGB value is (188,78,166).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 78 of 255 = 31%
B 166 of 255 = 65%

188
78
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 78 + 166 = 432 (100%)
R 188 of 432 ~ 43.52%
G 78 of 432 ~ 18.06%
B 166 of 432 ~ 38.43%

%43.52
%18.06
%38.43

CMYK RENK MODELİ

#BC4EA6 rengi CMYK tonu (0,59,12,26).

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

CMYK yüzdeleri

%0
%58.51
%11.7
%26.27

Codes

Color #BC4EA6 in popluar color models

BC4EA6
RGB18878166
HSL312°45.08%52.16%
HSB/HSV312°58.51%73.73%
CMYK0.00%58.51%11.70%
26.27%

Color #BC4EA6 in popluar number systems.

HEXBC4EA6
Decimal18878166
Binary10111100100111010100110
Octal274116246

Shades and tints

Shades of #BC4EA6

#BC4EA6
(188,78,166)
#AB4797
(171,71,151)
#9A4088
(154,64,136)
#893979
(137,57,121)
#78326A
(120,50,106)
#672B5B
(103,43,91)
#56244C
(86,36,76)
#451D3D
(69,29,61)
#34162E
(52,22,46)
#230F1F
(35,15,31)
#120810
(18,8,16)
#000000
(0,0,0)

Tints of #BC4EA6

#BC4EA6
(188,78,166)
#C25EAE
(194,94,174)
#C86EB6
(200,110,182)
#CE7EBE
(206,126,190)
#D48EC6
(212,142,198)
#DA9ECE
(218,158,206)
#E0AED6
(224,174,214)
#E6BEDE
(230,190,222)
#ECCEE6
(236,206,230)
#F2DEEE
(242,222,238)
#F8EEF6
(248,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC4EA6; }

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

This text font color is #BC4EA6.


Background Color

.myBgColor { background-color: #BC4EA6; }

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

This div background color is #BC4EA6.


Border color

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

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

This div border color is #BC4EA6.


Opacity

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

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

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

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

This text has shadow with #BC4EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC4EA6 on black background.


Color preview on white background

This text has color #BC4EA6 on white background.



Black color preview on #BC4EA6 background

This text has black color on #BC4EA6 background.


White color preview on #BC4EA6 background

This text has white color on #BC4EA6 background.