COLOR #BC76CA

HEX: #BC76CA
RGB: (188,118,202)

Renk bilgisi

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

RGB renk modeli

#BC76CA color RGB value is (188,118,202).

  • kırmız ton 188;
  • yeşil ton 118;
  • mavi ton 202.
RGB:
(188,118,202)
(74%,46%,79%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 118 of 255 = 46%
B 202 of 255 = 79%

188
118
202

R + G + B ~ 66%. #BC76CA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 118 + 202 = 508 (100%)
R 188 of 508 ~ 37.01%
G 118 of 508 ~ 23.23%
B 202 of 508 ~ 39.76%

%37.01
%23.23
%39.76

CMYK RENK MODELİ

#BC76CA rengi CMYK tonu (7,42,0,21).

  • camgöbeği tonu 6.93%
  • eflatun tonu 41.58%
  • sarı tonu 0.00%
  • ana renk tonu 20.78%
CMYK:
(7,42,0,21)
C7M42Y0K21 
(7%,42%,0%,21%)
(0.07/0.42/0.00/0.21)	

CMYK yüzdeleri

%6.93
%41.58
%0
%20.78

Codes

Color #BC76CA in popluar color models

BC76CA
RGB188118202
HSL290°44.21%62.75%
HSB/HSV290°41.58%79.22%
CMYK6.93%41.58%0.00%
20.78%

Color #BC76CA in popluar number systems.

HEXBC76CA
Decimal188118202
Binary10111100111011011001010
Octal274166312

Shades and tints

Shades of #BC76CA

#BC76CA
(188,118,202)
#AB6CB8
(171,108,184)
#9A62A6
(154,98,166)
#895894
(137,88,148)
#784E82
(120,78,130)
#674470
(103,68,112)
#563A5E
(86,58,94)
#45304C
(69,48,76)
#34263A
(52,38,58)
#231C28
(35,28,40)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #BC76CA

#BC76CA
(188,118,202)
#C282CE
(194,130,206)
#C88ED2
(200,142,210)
#CE9AD6
(206,154,214)
#D4A6DA
(212,166,218)
#DAB2DE
(218,178,222)
#E0BEE2
(224,190,226)
#E6CAE6
(230,202,230)
#ECD6EA
(236,214,234)
#F2E2EE
(242,226,238)
#F8EEF2
(248,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC76CA color. Also use rgb(188,118,202) instead hex code.

Text Font Color

.myTextColor { color: #BC76CA; }

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

This text font color is #BC76CA.


Background Color

.myBgColor { background-color: #BC76CA; }

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

This div background color is #BC76CA.


Border color

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

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

This div border color is #BC76CA.


Opacity

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

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

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

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

This text has shadow with #BC76CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC76CA on black background.


Color preview on white background

This text has color #BC76CA on white background.



Black color preview on #BC76CA background

This text has black color on #BC76CA background.


White color preview on #BC76CA background

This text has white color on #BC76CA background.