COLOR #BD377D

HEX: #BD377D
RGB: (189,55,125)

Renk bilgisi

#BD377D contains mainly red color. #BD377D ‘ nin web güvenlik rengi #CC3366 (ya da #C36) dir.

RGB renk modeli

#BD377D color RGB value is (189,55,125).

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

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 55 of 255 = 22%
B 125 of 255 = 49%

189
55
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 55 + 125 = 369 (100%)
R 189 of 369 ~ 51.22%
G 55 of 369 ~ 14.91%
B 125 of 369 ~ 33.88%

%51.22
%14.91
%33.88

CMYK RENK MODELİ

#BD377D rengi CMYK tonu (0,71,34,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 70.90%
  • sarı tonu 33.86%
  • ana renk tonu 25.88%
CMYK:
(0,71,34,26)
C0M71Y34K26 
(0%,71%,34%,26%)
(0.00/0.71/0.34/0.26)	

CMYK yüzdeleri

%0
%70.9
%33.86
%25.88

Codes

Color #BD377D in popluar color models

BD377D
RGB18955125
HSL329°54.92%47.84%
HSB/HSV329°70.90%74.12%
CMYK0.00%70.90%33.86%
25.88%

Color #BD377D in popluar number systems.

HEXBD377D
Decimal18955125
Binary101111011101111111101
Octal27567175

Shades and tints

Shades of #BD377D

#BD377D
(189,55,125)
#AC3272
(172,50,114)
#9B2D67
(155,45,103)
#8A285C
(138,40,92)
#792351
(121,35,81)
#681E46
(104,30,70)
#57193B
(87,25,59)
#461430
(70,20,48)
#350F25
(53,15,37)
#240A1A
(36,10,26)
#13050F
(19,5,15)
#000000
(0,0,0)

Tints of #BD377D

#BD377D
(189,55,125)
#C34988
(195,73,136)
#C95B93
(201,91,147)
#CF6D9E
(207,109,158)
#D57FA9
(213,127,169)
#DB91B4
(219,145,180)
#E1A3BF
(225,163,191)
#E7B5CA
(231,181,202)
#EDC7D5
(237,199,213)
#F3D9E0
(243,217,224)
#F9EBEB
(249,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD377D color. Also use rgb(189,55,125) instead hex code.

Text Font Color

.myTextColor { color: #BD377D; }

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

This text font color is #BD377D.


Background Color

.myBgColor { background-color: #BD377D; }

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

This div background color is #BD377D.


Border color

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

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

This div border color is #BD377D.


Opacity

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

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

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

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

This text has shadow with #BD377D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD377D on black background.


Color preview on white background

This text has color #BD377D on white background.



Black color preview on #BD377D background

This text has black color on #BD377D background.


White color preview on #BD377D background

This text has white color on #BD377D background.