COLOR #BC5FA0

HEX: #BC5FA0
RGB: (188,95,160)

Renk bilgisi

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

RGB renk modeli

#BC5FA0 color RGB value is (188,95,160).

  • kırmız ton 188;
  • yeşil ton 95;
  • mavi ton 160.
RGB:
(188,95,160)
(74%,37%,63%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 95 of 255 = 37%
B 160 of 255 = 63%

188
95
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 95 + 160 = 443 (100%)
R 188 of 443 ~ 42.44%
G 95 of 443 ~ 21.44%
B 160 of 443 ~ 36.12%

%42.44
%21.44
%36.12

CMYK RENK MODELİ

#BC5FA0 rengi CMYK tonu (0,49,15,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.47%
  • sarı tonu 14.89%
  • ana renk tonu 26.27%
CMYK:
(0,49,15,26)
C0M49Y15K26 
(0%,49%,15%,26%)
(0.00/0.49/0.15/0.26)	

CMYK yüzdeleri

%0
%49.47
%14.89
%26.27

Codes

Color #BC5FA0 in popluar color models

BC5FA0
RGB18895160
HSL318°40.97%55.49%
HSB/HSV318°49.47%73.73%
CMYK0.00%49.47%14.89%
26.27%

Color #BC5FA0 in popluar number systems.

HEXBC5FA0
Decimal18895160
Binary10111100101111110100000
Octal274137240

Shades and tints

Shades of #BC5FA0

#BC5FA0
(188,95,160)
#AB5792
(171,87,146)
#9A4F84
(154,79,132)
#894776
(137,71,118)
#783F68
(120,63,104)
#67375A
(103,55,90)
#562F4C
(86,47,76)
#45273E
(69,39,62)
#341F30
(52,31,48)
#231722
(35,23,34)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #BC5FA0

#BC5FA0
(188,95,160)
#C26DA8
(194,109,168)
#C87BB0
(200,123,176)
#CE89B8
(206,137,184)
#D497C0
(212,151,192)
#DAA5C8
(218,165,200)
#E0B3D0
(224,179,208)
#E6C1D8
(230,193,216)
#ECCFE0
(236,207,224)
#F2DDE8
(242,221,232)
#F8EBF0
(248,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC5FA0 color. Also use rgb(188,95,160) instead hex code.

Text Font Color

.myTextColor { color: #BC5FA0; }

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

This text font color is #BC5FA0.


Background Color

.myBgColor { background-color: #BC5FA0; }

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

This div background color is #BC5FA0.


Border color

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

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

This div border color is #BC5FA0.


Opacity

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

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

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

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

This text has shadow with #BC5FA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC5FA0 on black background.


Color preview on white background

This text has color #BC5FA0 on white background.



Black color preview on #BC5FA0 background

This text has black color on #BC5FA0 background.


White color preview on #BC5FA0 background

This text has white color on #BC5FA0 background.