COLOR #BD6593

HEX: #BD6593
RGB: (189,101,147)

Renk bilgisi

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

RGB renk modeli

#BD6593 color RGB value is (189,101,147).

  • kırmız ton 189;
  • yeşil ton 101;
  • mavi ton 147.
RGB:
(189,101,147)
(74%,40%,58%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 101 of 255 = 40%
B 147 of 255 = 58%

189
101
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 101 + 147 = 437 (100%)
R 189 of 437 ~ 43.25%
G 101 of 437 ~ 23.11%
B 147 of 437 ~ 33.64%

%43.25
%23.11
%33.64

CMYK RENK MODELİ

#BD6593 rengi CMYK tonu (0,47,22,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.56%
  • sarı tonu 22.22%
  • ana renk tonu 25.88%
CMYK:
(0,47,22,26)
C0M47Y22K26 
(0%,47%,22%,26%)
(0.00/0.47/0.22/0.26)	

CMYK yüzdeleri

%0
%46.56
%22.22
%25.88

Codes

Color #BD6593 in popluar color models

BD6593
RGB189101147
HSL329°40.00%56.86%
HSB/HSV329°46.56%74.12%
CMYK0.00%46.56%22.22%
25.88%

Color #BD6593 in popluar number systems.

HEXBD6593
Decimal189101147
Binary10111101110010110010011
Octal275145223

Shades and tints

Shades of #BD6593

#BD6593
(189,101,147)
#AC5C86
(172,92,134)
#9B5379
(155,83,121)
#8A4A6C
(138,74,108)
#79415F
(121,65,95)
#683852
(104,56,82)
#572F45
(87,47,69)
#462638
(70,38,56)
#351D2B
(53,29,43)
#24141E
(36,20,30)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #BD6593

#BD6593
(189,101,147)
#C3739C
(195,115,156)
#C981A5
(201,129,165)
#CF8FAE
(207,143,174)
#D59DB7
(213,157,183)
#DBABC0
(219,171,192)
#E1B9C9
(225,185,201)
#E7C7D2
(231,199,210)
#EDD5DB
(237,213,219)
#F3E3E4
(243,227,228)
#F9F1ED
(249,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD6593 color. Also use rgb(189,101,147) instead hex code.

Text Font Color

.myTextColor { color: #BD6593; }

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

This text font color is #BD6593.


Background Color

.myBgColor { background-color: #BD6593; }

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

This div background color is #BD6593.


Border color

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

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

This div border color is #BD6593.


Opacity

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

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

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

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

This text has shadow with #BD6593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD6593 on black background.


Color preview on white background

This text has color #BD6593 on white background.



Black color preview on #BD6593 background

This text has black color on #BD6593 background.


White color preview on #BD6593 background

This text has white color on #BD6593 background.