COLOR #BD599F

HEX: #BD599F
RGB: (189,89,159)

Renk bilgisi

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

RGB renk modeli

#BD599F color RGB value is (189,89,159).

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

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 89 of 255 = 35%
B 159 of 255 = 62%

189
89
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 89 + 159 = 437 (100%)
R 189 of 437 ~ 43.25%
G 89 of 437 ~ 20.37%
B 159 of 437 ~ 36.38%

%43.25
%20.37
%36.38

CMYK RENK MODELİ

#BD599F rengi CMYK tonu (0,53,16,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.91%
  • sarı tonu 15.87%
  • ana renk tonu 25.88%
CMYK:
(0,53,16,26)
C0M53Y16K26 
(0%,53%,16%,26%)
(0.00/0.53/0.16/0.26)	

CMYK yüzdeleri

%0
%52.91
%15.87
%25.88

Codes

Color #BD599F in popluar color models

BD599F
RGB18989159
HSL318°43.10%54.51%
HSB/HSV318°52.91%74.12%
CMYK0.00%52.91%15.87%
25.88%

Color #BD599F in popluar number systems.

HEXBD599F
Decimal18989159
Binary10111101101100110011111
Octal275131237

Shades and tints

Shades of #BD599F

#BD599F
(189,89,159)
#AC5191
(172,81,145)
#9B4983
(155,73,131)
#8A4175
(138,65,117)
#793967
(121,57,103)
#683159
(104,49,89)
#57294B
(87,41,75)
#46213D
(70,33,61)
#35192F
(53,25,47)
#241121
(36,17,33)
#130913
(19,9,19)
#000000
(0,0,0)

Tints of #BD599F

#BD599F
(189,89,159)
#C368A7
(195,104,167)
#C977AF
(201,119,175)
#CF86B7
(207,134,183)
#D595BF
(213,149,191)
#DBA4C7
(219,164,199)
#E1B3CF
(225,179,207)
#E7C2D7
(231,194,215)
#EDD1DF
(237,209,223)
#F3E0E7
(243,224,231)
#F9EFEF
(249,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD599F; }

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

This text font color is #BD599F.


Background Color

.myBgColor { background-color: #BD599F; }

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

This div background color is #BD599F.


Border color

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

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

This div border color is #BD599F.


Opacity

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

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

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

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

This text has shadow with #BD599F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD599F on black background.


Color preview on white background

This text has color #BD599F on white background.



Black color preview on #BD599F background

This text has black color on #BD599F background.


White color preview on #BD599F background

This text has white color on #BD599F background.