COLOR #BC6AE4

HEX: #BC6AE4
RGB: (188,106,228)

Renk bilgisi

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

RGB renk modeli

#BC6AE4 color RGB value is (188,106,228).

  • kırmız ton 188;
  • yeşil ton 106;
  • mavi ton 228.
RGB:
(188,106,228)
(74%,42%,89%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 106 of 255 = 42%
B 228 of 255 = 89%

188
106
228

R + G + B ~ 68%. #BC6AE4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 106 + 228 = 522 (100%)
R 188 of 522 ~ 36.02%
G 106 of 522 ~ 20.31%
B 228 of 522 ~ 43.68%

%36.02
%20.31
%43.68

CMYK RENK MODELİ

#BC6AE4 rengi CMYK tonu (18,54,0,11).

  • camgöbeği tonu 17.54%
  • eflatun tonu 53.51%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(18,54,0,11)
C18M54Y0K11 
(18%,54%,0%,11%)
(0.18/0.54/0.00/0.11)	

CMYK yüzdeleri

%17.54
%53.51
%0
%10.59

Codes

Color #BC6AE4 in popluar color models

BC6AE4
RGB188106228
HSL280°69.32%65.49%
HSB/HSV280°53.51%89.41%
CMYK17.54%53.51%0.00%
10.59%

Color #BC6AE4 in popluar number systems.

HEXBC6AE4
Decimal188106228
Binary10111100110101011100100
Octal274152344

Shades and tints

Shades of #BC6AE4

#BC6AE4
(188,106,228)
#AB61D0
(171,97,208)
#9A58BC
(154,88,188)
#894FA8
(137,79,168)
#784694
(120,70,148)
#673D80
(103,61,128)
#56346C
(86,52,108)
#452B58
(69,43,88)
#342244
(52,34,68)
#231930
(35,25,48)
#12101C
(18,16,28)
#000000
(0,0,0)

Tints of #BC6AE4

#BC6AE4
(188,106,228)
#C277E6
(194,119,230)
#C884E8
(200,132,232)
#CE91EA
(206,145,234)
#D49EEC
(212,158,236)
#DAABEE
(218,171,238)
#E0B8F0
(224,184,240)
#E6C5F2
(230,197,242)
#ECD2F4
(236,210,244)
#F2DFF6
(242,223,246)
#F8ECF8
(248,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC6AE4 color. Also use rgb(188,106,228) instead hex code.

Text Font Color

.myTextColor { color: #BC6AE4; }

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

This text font color is #BC6AE4.


Background Color

.myBgColor { background-color: #BC6AE4; }

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

This div background color is #BC6AE4.


Border color

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

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

This div border color is #BC6AE4.


Opacity

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

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

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

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

This text has shadow with #BC6AE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6AE4 on black background.


Color preview on white background

This text has color #BC6AE4 on white background.



Black color preview on #BC6AE4 background

This text has black color on #BC6AE4 background.


White color preview on #BC6AE4 background

This text has white color on #BC6AE4 background.