COLOR #BC007D

HEX: #BC007D
RGB: (188,0,125)

Renk bilgisi

#BC007D contains mainly red color. #BC007D ‘ nin web güvenlik rengi #CC0066 (ya da #C06) dir.

RGB renk modeli

#BC007D color RGB value is (188,0,125).

  • kırmız ton 188;
  • yeşil ton 0;
  • mavi ton 125.
RGB:
(188,0,125)
(74%,0%,49%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 0 of 255 = 0%
B 125 of 255 = 49%

188
0
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 0 + 125 = 313 (100%)
R 188 of 313 ~ 60.06%
G 0 of 313 ~ 0%
B 125 of 313 ~ 39.94%

%60.06
%39.94

CMYK RENK MODELİ

#BC007D rengi CMYK tonu (0,100,34,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 33.51%
  • ana renk tonu 26.27%
CMYK:
(0,100,34,26)
C0M100Y34K26 
(0%,100%,34%,26%)
(0.00/1.00/0.34/0.26)	

CMYK yüzdeleri

%0
%100
%33.51
%26.27

Codes

Color #BC007D in popluar color models

BC007D
RGB1880125
HSL320°100.00%36.86%
HSB/HSV320°100.00%73.73%
CMYK0.00%100.00%33.51%
26.27%

Color #BC007D in popluar number systems.

HEXBC007D
Decimal1880125
Binary1011110001111101
Octal2740175

Shades and tints

Shades of #BC007D

#BC007D
(188,0,125)
#AB0072
(171,0,114)
#9A0067
(154,0,103)
#89005C
(137,0,92)
#780051
(120,0,81)
#670046
(103,0,70)
#56003B
(86,0,59)
#450030
(69,0,48)
#340025
(52,0,37)
#23001A
(35,0,26)
#12000F
(18,0,15)
#000000
(0,0,0)

Tints of #BC007D

#BC007D
(188,0,125)
#C21788
(194,23,136)
#C82E93
(200,46,147)
#CE459E
(206,69,158)
#D45CA9
(212,92,169)
#DA73B4
(218,115,180)
#E08ABF
(224,138,191)
#E6A1CA
(230,161,202)
#ECB8D5
(236,184,213)
#F2CFE0
(242,207,224)
#F8E6EB
(248,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC007D color. Also use rgb(188,0,125) instead hex code.

Text Font Color

.myTextColor { color: #BC007D; }

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

This text font color is #BC007D.


Background Color

.myBgColor { background-color: #BC007D; }

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

This div background color is #BC007D.


Border color

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

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

This div border color is #BC007D.


Opacity

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

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

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

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

This text has shadow with #BC007D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC007D on black background.


Color preview on white background

This text has color #BC007D on white background.



Black color preview on #BC007D background

This text has black color on #BC007D background.


White color preview on #BC007D background

This text has white color on #BC007D background.