COLOR #B387BE

HEX: #B387BE
RGB: (179,135,190)

Renk bilgisi

#B387BE contains red, green and blue colors in about the same proportion. #B387BE ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#B387BE color RGB value is (179,135,190).

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

RGB bağlantıları ve doygunluk

R 179 of 255 = 70%
G 135 of 255 = 53%
B 190 of 255 = 75%

179
135
190

R + G + B ~ 66%. #B387BE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
179 + 135 + 190 = 504 (100%)
R 179 of 504 ~ 35.52%
G 135 of 504 ~ 26.79%
B 190 of 504 ~ 37.7%

%35.52
%26.79
%37.7

CMYK RENK MODELİ

#B387BE rengi CMYK tonu (6,29,0,25).

  • camgöbeği tonu 5.79%
  • eflatun tonu 28.95%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(6,29,0,25)
C6M29Y0K25 
(6%,29%,0%,25%)
(0.06/0.29/0.00/0.25)	

CMYK yüzdeleri

%5.79
%28.95
%0
%25.49

Codes

Color #B387BE in popluar color models

B387BE
RGB179135190
HSL288°29.73%63.73%
HSB/HSV288°28.95%74.51%
CMYK5.79%28.95%0.00%
25.49%

Color #B387BE in popluar number systems.

HEXB387BE
Decimal179135190
Binary101100111000011110111110
Octal263207276

Shades and tints

Shades of #B387BE

#B387BE
(179,135,190)
#A37BAD
(163,123,173)
#936F9C
(147,111,156)
#83638B
(131,99,139)
#73577A
(115,87,122)
#634B69
(99,75,105)
#533F58
(83,63,88)
#433347
(67,51,71)
#332736
(51,39,54)
#231B25
(35,27,37)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #B387BE

#B387BE
(179,135,190)
#B991C3
(185,145,195)
#BF9BC8
(191,155,200)
#C5A5CD
(197,165,205)
#CBAFD2
(203,175,210)
#D1B9D7
(209,185,215)
#D7C3DC
(215,195,220)
#DDCDE1
(221,205,225)
#E3D7E6
(227,215,230)
#E9E1EB
(233,225,235)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B387BE; }

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

This text font color is #B387BE.


Background Color

.myBgColor { background-color: #B387BE; }

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

This div background color is #B387BE.


Border color

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

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

This div border color is #B387BE.


Opacity

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

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

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

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

This text has shadow with #B387BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B387BE on black background.


Color preview on white background

This text has color #B387BE on white background.



Black color preview on #B387BE background

This text has black color on #B387BE background.


White color preview on #B387BE background

This text has white color on #B387BE background.