COLOR #BC48BB

HEX: #BC48BB
RGB: (188,72,187)

Renk bilgisi

#BC48BB contains mainly red and blue colors. #BC48BB ‘ nin web güvenlik rengi #CC33CC (ya da #C3C) dir.

RGB renk modeli

#BC48BB color RGB value is (188,72,187).

  • kırmız ton 188;
  • yeşil ton 72;
  • mavi ton 187.
RGB:
(188,72,187)
(74%,28%,73%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 72 of 255 = 28%
B 187 of 255 = 73%

188
72
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 72 + 187 = 447 (100%)
R 188 of 447 ~ 42.06%
G 72 of 447 ~ 16.11%
B 187 of 447 ~ 41.83%

%42.06
%16.11
%41.83

CMYK RENK MODELİ

#BC48BB rengi CMYK tonu (0,62,1,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 61.70%
  • sarı tonu 0.53%
  • ana renk tonu 26.27%
CMYK:
(0,62,1,26)
C0M62Y1K26 
(0%,62%,1%,26%)
(0.00/0.62/0.01/0.26)	

CMYK yüzdeleri

%0
%61.7
%0.53
%26.27

Codes

Color #BC48BB in popluar color models

BC48BB
RGB18872187
HSL301°46.40%50.98%
HSB/HSV301°61.70%73.73%
CMYK0.00%61.70%0.53%
26.27%

Color #BC48BB in popluar number systems.

HEXBC48BB
Decimal18872187
Binary10111100100100010111011
Octal274110273

Shades and tints

Shades of #BC48BB

#BC48BB
(188,72,187)
#AB42AA
(171,66,170)
#9A3C99
(154,60,153)
#893688
(137,54,136)
#783077
(120,48,119)
#672A66
(103,42,102)
#562455
(86,36,85)
#451E44
(69,30,68)
#341833
(52,24,51)
#231222
(35,18,34)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #BC48BB

#BC48BB
(188,72,187)
#C258C1
(194,88,193)
#C868C7
(200,104,199)
#CE78CD
(206,120,205)
#D488D3
(212,136,211)
#DA98D9
(218,152,217)
#E0A8DF
(224,168,223)
#E6B8E5
(230,184,229)
#ECC8EB
(236,200,235)
#F2D8F1
(242,216,241)
#F8E8F7
(248,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC48BB color. Also use rgb(188,72,187) instead hex code.

Text Font Color

.myTextColor { color: #BC48BB; }

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

This text font color is #BC48BB.


Background Color

.myBgColor { background-color: #BC48BB; }

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

This div background color is #BC48BB.


Border color

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

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

This div border color is #BC48BB.


Opacity

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

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

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

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

This text has shadow with #BC48BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC48BB on black background.


Color preview on white background

This text has color #BC48BB on white background.



Black color preview on #BC48BB background

This text has black color on #BC48BB background.


White color preview on #BC48BB background

This text has white color on #BC48BB background.