COLOR #B387DA

HEX: #B387DA
RGB: (179,135,218)

Renk bilgisi

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

RGB renk modeli

#B387DA color RGB value is (179,135,218).

  • kırmız ton 179;
  • yeşil ton 135;
  • mavi ton 218.
RGB:
(179,135,218)
(70%,53%,85%)

RGB bağlantıları ve doygunluk

R 179 of 255 = 70%
G 135 of 255 = 53%
B 218 of 255 = 85%

179
135
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
179 + 135 + 218 = 532 (100%)
R 179 of 532 ~ 33.65%
G 135 of 532 ~ 25.38%
B 218 of 532 ~ 40.98%

%33.65
%25.38
%40.98

CMYK RENK MODELİ

#B387DA rengi CMYK tonu (18,38,0,15).

  • camgöbeği tonu 17.89%
  • eflatun tonu 38.07%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(18,38,0,15)
C18M38Y0K15 
(18%,38%,0%,15%)
(0.18/0.38/0.00/0.15)	

CMYK yüzdeleri

%17.89
%38.07
%0
%14.51

Codes

Color #B387DA in popluar color models

B387DA
RGB179135218
HSL272°52.87%69.22%
HSB/HSV272°38.07%85.49%
CMYK17.89%38.07%0.00%
14.51%

Color #B387DA in popluar number systems.

HEXB387DA
Decimal179135218
Binary101100111000011111011010
Octal263207332

Shades and tints

Shades of #B387DA

#B387DA
(179,135,218)
#A37BC7
(163,123,199)
#936FB4
(147,111,180)
#8363A1
(131,99,161)
#73578E
(115,87,142)
#634B7B
(99,75,123)
#533F68
(83,63,104)
#433355
(67,51,85)
#332742
(51,39,66)
#231B2F
(35,27,47)
#130F1C
(19,15,28)
#000000
(0,0,0)

Tints of #B387DA

#B387DA
(179,135,218)
#B991DD
(185,145,221)
#BF9BE0
(191,155,224)
#C5A5E3
(197,165,227)
#CBAFE6
(203,175,230)
#D1B9E9
(209,185,233)
#D7C3EC
(215,195,236)
#DDCDEF
(221,205,239)
#E3D7F2
(227,215,242)
#E9E1F5
(233,225,245)
#EFEBF8
(239,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B387DA color. Also use rgb(179,135,218) instead hex code.

Text Font Color

.myTextColor { color: #B387DA; }

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

This text font color is #B387DA.


Background Color

.myBgColor { background-color: #B387DA; }

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

This div background color is #B387DA.


Border color

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

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

This div border color is #B387DA.


Opacity

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

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

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

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

This text has shadow with #B387DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B387DA on black background.


Color preview on white background

This text has color #B387DA on white background.



Black color preview on #B387DA background

This text has black color on #B387DA background.


White color preview on #B387DA background

This text has white color on #B387DA background.