COLOR #B389D4

HEX: #B389D4
RGB: (179,137,212)

Renk bilgisi

#B389D4 contains mainly red and blue colors. #B389D4 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#B389D4 color RGB value is (179,137,212).

  • kırmız ton 179;
  • yeşil ton 137;
  • mavi ton 212.
RGB:
(179,137,212)
(70%,54%,83%)

RGB bağlantıları ve doygunluk

R 179 of 255 = 70%
G 137 of 255 = 54%
B 212 of 255 = 83%

179
137
212

R + G + B ~ 69%. #B389D4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
179 + 137 + 212 = 528 (100%)
R 179 of 528 ~ 33.9%
G 137 of 528 ~ 25.95%
B 212 of 528 ~ 40.15%

%33.9
%25.95
%40.15

CMYK RENK MODELİ

#B389D4 rengi CMYK tonu (16,35,0,17).

  • camgöbeği tonu 15.57%
  • eflatun tonu 35.38%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(16,35,0,17)
C16M35Y0K17 
(16%,35%,0%,17%)
(0.16/0.35/0.00/0.17)	

CMYK yüzdeleri

%15.57
%35.38
%0
%16.86

Codes

Color #B389D4 in popluar color models

B389D4
RGB179137212
HSL274°46.58%68.43%
HSB/HSV274°35.38%83.14%
CMYK15.57%35.38%0.00%
16.86%

Color #B389D4 in popluar number systems.

HEXB389D4
Decimal179137212
Binary101100111000100111010100
Octal263211324

Shades and tints

Shades of #B389D4

#B389D4
(179,137,212)
#A37DC1
(163,125,193)
#9371AE
(147,113,174)
#83659B
(131,101,155)
#735988
(115,89,136)
#634D75
(99,77,117)
#534162
(83,65,98)
#43354F
(67,53,79)
#33293C
(51,41,60)
#231D29
(35,29,41)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #B389D4

#B389D4
(179,137,212)
#B993D7
(185,147,215)
#BF9DDA
(191,157,218)
#C5A7DD
(197,167,221)
#CBB1E0
(203,177,224)
#D1BBE3
(209,187,227)
#D7C5E6
(215,197,230)
#DDCFE9
(221,207,233)
#E3D9EC
(227,217,236)
#E9E3EF
(233,227,239)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B389D4 color. Also use rgb(179,137,212) instead hex code.

Text Font Color

.myTextColor { color: #B389D4; }

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

This text font color is #B389D4.


Background Color

.myBgColor { background-color: #B389D4; }

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

This div background color is #B389D4.


Border color

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

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

This div border color is #B389D4.


Opacity

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

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

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

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

This text has shadow with #B389D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B389D4 on black background.


Color preview on white background

This text has color #B389D4 on white background.



Black color preview on #B389D4 background

This text has black color on #B389D4 background.


White color preview on #B389D4 background

This text has white color on #B389D4 background.