COLOR #BD59A5

HEX: #BD59A5
RGB: (189,89,165)

Renk bilgisi

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

RGB renk modeli

#BD59A5 color RGB value is (189,89,165).

  • kırmız ton 189;
  • yeşil ton 89;
  • mavi ton 165.
RGB:
(189,89,165)
(74%,35%,65%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 89 of 255 = 35%
B 165 of 255 = 65%

189
89
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 89 + 165 = 443 (100%)
R 189 of 443 ~ 42.66%
G 89 of 443 ~ 20.09%
B 165 of 443 ~ 37.25%

%42.66
%20.09
%37.25

CMYK RENK MODELİ

#BD59A5 rengi CMYK tonu (0,53,13,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.91%
  • sarı tonu 12.70%
  • ana renk tonu 25.88%
CMYK:
(0,53,13,26)
C0M53Y13K26 
(0%,53%,13%,26%)
(0.00/0.53/0.13/0.26)	

CMYK yüzdeleri

%0
%52.91
%12.7
%25.88

Codes

Color #BD59A5 in popluar color models

BD59A5
RGB18989165
HSL314°43.10%54.51%
HSB/HSV314°52.91%74.12%
CMYK0.00%52.91%12.70%
25.88%

Color #BD59A5 in popluar number systems.

HEXBD59A5
Decimal18989165
Binary10111101101100110100101
Octal275131245

Shades and tints

Shades of #BD59A5

#BD59A5
(189,89,165)
#AC5196
(172,81,150)
#9B4987
(155,73,135)
#8A4178
(138,65,120)
#793969
(121,57,105)
#68315A
(104,49,90)
#57294B
(87,41,75)
#46213C
(70,33,60)
#35192D
(53,25,45)
#24111E
(36,17,30)
#13090F
(19,9,15)
#000000
(0,0,0)

Tints of #BD59A5

#BD59A5
(189,89,165)
#C368AD
(195,104,173)
#C977B5
(201,119,181)
#CF86BD
(207,134,189)
#D595C5
(213,149,197)
#DBA4CD
(219,164,205)
#E1B3D5
(225,179,213)
#E7C2DD
(231,194,221)
#EDD1E5
(237,209,229)
#F3E0ED
(243,224,237)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD59A5 color. Also use rgb(189,89,165) instead hex code.

Text Font Color

.myTextColor { color: #BD59A5; }

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

This text font color is #BD59A5.


Background Color

.myBgColor { background-color: #BD59A5; }

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

This div background color is #BD59A5.


Border color

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

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

This div border color is #BD59A5.


Opacity

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

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

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

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

This text has shadow with #BD59A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD59A5 on black background.


Color preview on white background

This text has color #BD59A5 on white background.



Black color preview on #BD59A5 background

This text has black color on #BD59A5 background.


White color preview on #BD59A5 background

This text has white color on #BD59A5 background.