COLOR #BC59A6

HEX: #BC59A6
RGB: (188,89,166)

Renk bilgisi

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

RGB renk modeli

#BC59A6 color RGB value is (188,89,166).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 89 of 255 = 35%
B 166 of 255 = 65%

188
89
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 89 + 166 = 443 (100%)
R 188 of 443 ~ 42.44%
G 89 of 443 ~ 20.09%
B 166 of 443 ~ 37.47%

%42.44
%20.09
%37.47

CMYK RENK MODELİ

#BC59A6 rengi CMYK tonu (0,53,12,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.66%
  • sarı tonu 11.70%
  • ana renk tonu 26.27%
CMYK:
(0,53,12,26)
C0M53Y12K26 
(0%,53%,12%,26%)
(0.00/0.53/0.12/0.26)	

CMYK yüzdeleri

%0
%52.66
%11.7
%26.27

Codes

Color #BC59A6 in popluar color models

BC59A6
RGB18889166
HSL313°42.49%54.31%
HSB/HSV313°52.66%73.73%
CMYK0.00%52.66%11.70%
26.27%

Color #BC59A6 in popluar number systems.

HEXBC59A6
Decimal18889166
Binary10111100101100110100110
Octal274131246

Shades and tints

Shades of #BC59A6

#BC59A6
(188,89,166)
#AB5197
(171,81,151)
#9A4988
(154,73,136)
#894179
(137,65,121)
#78396A
(120,57,106)
#67315B
(103,49,91)
#56294C
(86,41,76)
#45213D
(69,33,61)
#34192E
(52,25,46)
#23111F
(35,17,31)
#120910
(18,9,16)
#000000
(0,0,0)

Tints of #BC59A6

#BC59A6
(188,89,166)
#C268AE
(194,104,174)
#C877B6
(200,119,182)
#CE86BE
(206,134,190)
#D495C6
(212,149,198)
#DAA4CE
(218,164,206)
#E0B3D6
(224,179,214)
#E6C2DE
(230,194,222)
#ECD1E6
(236,209,230)
#F2E0EE
(242,224,238)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC59A6; }

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

This text font color is #BC59A6.


Background Color

.myBgColor { background-color: #BC59A6; }

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

This div background color is #BC59A6.


Border color

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

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

This div border color is #BC59A6.


Opacity

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

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

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

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

This text has shadow with #BC59A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC59A6 on black background.


Color preview on white background

This text has color #BC59A6 on white background.



Black color preview on #BC59A6 background

This text has black color on #BC59A6 background.


White color preview on #BC59A6 background

This text has white color on #BC59A6 background.