COLOR #BC7EB4

HEX: #BC7EB4
RGB: (188,126,180)

Renk bilgisi

#BC7EB4 contains mainly red and blue colors. #BC7EB4 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#BC7EB4 color RGB value is (188,126,180).

  • kırmız ton 188;
  • yeşil ton 126;
  • mavi ton 180.
RGB:
(188,126,180)
(74%,49%,71%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 126 of 255 = 49%
B 180 of 255 = 71%

188
126
180

R + G + B ~ 65%. #BC7EB4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 126 + 180 = 494 (100%)
R 188 of 494 ~ 38.06%
G 126 of 494 ~ 25.51%
B 180 of 494 ~ 36.44%

%38.06
%25.51
%36.44

CMYK RENK MODELİ

#BC7EB4 rengi CMYK tonu (0,33,4,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.98%
  • sarı tonu 4.26%
  • ana renk tonu 26.27%
CMYK:
(0,33,4,26)
C0M33Y4K26 
(0%,33%,4%,26%)
(0.00/0.33/0.04/0.26)	

CMYK yüzdeleri

%0
%32.98
%4.26
%26.27

Codes

Color #BC7EB4 in popluar color models

BC7EB4
RGB188126180
HSL308°31.63%61.57%
HSB/HSV308°32.98%73.73%
CMYK0.00%32.98%4.26%
26.27%

Color #BC7EB4 in popluar number systems.

HEXBC7EB4
Decimal188126180
Binary10111100111111010110100
Octal274176264

Shades and tints

Shades of #BC7EB4

#BC7EB4
(188,126,180)
#AB73A4
(171,115,164)
#9A6894
(154,104,148)
#895D84
(137,93,132)
#785274
(120,82,116)
#674764
(103,71,100)
#563C54
(86,60,84)
#453144
(69,49,68)
#342634
(52,38,52)
#231B24
(35,27,36)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #BC7EB4

#BC7EB4
(188,126,180)
#C289BA
(194,137,186)
#C894C0
(200,148,192)
#CE9FC6
(206,159,198)
#D4AACC
(212,170,204)
#DAB5D2
(218,181,210)
#E0C0D8
(224,192,216)
#E6CBDE
(230,203,222)
#ECD6E4
(236,214,228)
#F2E1EA
(242,225,234)
#F8ECF0
(248,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7EB4 color. Also use rgb(188,126,180) instead hex code.

Text Font Color

.myTextColor { color: #BC7EB4; }

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

This text font color is #BC7EB4.


Background Color

.myBgColor { background-color: #BC7EB4; }

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

This div background color is #BC7EB4.


Border color

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

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

This div border color is #BC7EB4.


Opacity

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

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

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

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

This text has shadow with #BC7EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7EB4 on black background.


Color preview on white background

This text has color #BC7EB4 on white background.



Black color preview on #BC7EB4 background

This text has black color on #BC7EB4 background.


White color preview on #BC7EB4 background

This text has white color on #BC7EB4 background.