COLOR #BC7AD4

HEX: #BC7AD4
RGB: (188,122,212)

Renk bilgisi

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

RGB renk modeli

#BC7AD4 color RGB value is (188,122,212).

  • kırmız ton 188;
  • yeşil ton 122;
  • mavi ton 212.
RGB:
(188,122,212)
(74%,48%,83%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 122 of 255 = 48%
B 212 of 255 = 83%

188
122
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 122 + 212 = 522 (100%)
R 188 of 522 ~ 36.02%
G 122 of 522 ~ 23.37%
B 212 of 522 ~ 40.61%

%36.02
%23.37
%40.61

CMYK RENK MODELİ

#BC7AD4 rengi CMYK tonu (11,42,0,17).

  • camgöbeği tonu 11.32%
  • eflatun tonu 42.45%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(11,42,0,17)
C11M42Y0K17 
(11%,42%,0%,17%)
(0.11/0.42/0.00/0.17)	

CMYK yüzdeleri

%11.32
%42.45
%0
%16.86

Codes

Color #BC7AD4 in popluar color models

BC7AD4
RGB188122212
HSL284°51.14%65.49%
HSB/HSV284°42.45%83.14%
CMYK11.32%42.45%0.00%
16.86%

Color #BC7AD4 in popluar number systems.

HEXBC7AD4
Decimal188122212
Binary10111100111101011010100
Octal274172324

Shades and tints

Shades of #BC7AD4

#BC7AD4
(188,122,212)
#AB6FC1
(171,111,193)
#9A64AE
(154,100,174)
#89599B
(137,89,155)
#784E88
(120,78,136)
#674375
(103,67,117)
#563862
(86,56,98)
#452D4F
(69,45,79)
#34223C
(52,34,60)
#231729
(35,23,41)
#120C16
(18,12,22)
#000000
(0,0,0)

Tints of #BC7AD4

#BC7AD4
(188,122,212)
#C286D7
(194,134,215)
#C892DA
(200,146,218)
#CE9EDD
(206,158,221)
#D4AAE0
(212,170,224)
#DAB6E3
(218,182,227)
#E0C2E6
(224,194,230)
#E6CEE9
(230,206,233)
#ECDAEC
(236,218,236)
#F2E6EF
(242,230,239)
#F8F2F2
(248,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7AD4 color. Also use rgb(188,122,212) instead hex code.

Text Font Color

.myTextColor { color: #BC7AD4; }

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

This text font color is #BC7AD4.


Background Color

.myBgColor { background-color: #BC7AD4; }

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

This div background color is #BC7AD4.


Border color

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

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

This div border color is #BC7AD4.


Opacity

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

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

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

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

This text has shadow with #BC7AD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7AD4 on black background.


Color preview on white background

This text has color #BC7AD4 on white background.



Black color preview on #BC7AD4 background

This text has black color on #BC7AD4 background.


White color preview on #BC7AD4 background

This text has white color on #BC7AD4 background.