COLOR #B387C6

HEX: #B387C6
RGB: (179,135,198)

Renk bilgisi

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

RGB renk modeli

#B387C6 color RGB value is (179,135,198).

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

RGB bağlantıları ve doygunluk

R 179 of 255 = 70%
G 135 of 255 = 53%
B 198 of 255 = 78%

179
135
198

R + G + B ~ 67%. #B387C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
179 + 135 + 198 = 512 (100%)
R 179 of 512 ~ 34.96%
G 135 of 512 ~ 26.37%
B 198 of 512 ~ 38.67%

%34.96
%26.37
%38.67

CMYK RENK MODELİ

#B387C6 rengi CMYK tonu (10,32,0,22).

  • camgöbeği tonu 9.60%
  • eflatun tonu 31.82%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(10,32,0,22)
C10M32Y0K22 
(10%,32%,0%,22%)
(0.10/0.32/0.00/0.22)	

CMYK yüzdeleri

%9.6
%31.82
%0
%22.35

Codes

Color #B387C6 in popluar color models

B387C6
RGB179135198
HSL282°35.59%65.29%
HSB/HSV282°31.82%77.65%
CMYK9.60%31.82%0.00%
22.35%

Color #B387C6 in popluar number systems.

HEXB387C6
Decimal179135198
Binary101100111000011111000110
Octal263207306

Shades and tints

Shades of #B387C6

#B387C6
(179,135,198)
#A37BB4
(163,123,180)
#936FA2
(147,111,162)
#836390
(131,99,144)
#73577E
(115,87,126)
#634B6C
(99,75,108)
#533F5A
(83,63,90)
#433348
(67,51,72)
#332736
(51,39,54)
#231B24
(35,27,36)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #B387C6

#B387C6
(179,135,198)
#B991CB
(185,145,203)
#BF9BD0
(191,155,208)
#C5A5D5
(197,165,213)
#CBAFDA
(203,175,218)
#D1B9DF
(209,185,223)
#D7C3E4
(215,195,228)
#DDCDE9
(221,205,233)
#E3D7EE
(227,215,238)
#E9E1F3
(233,225,243)
#EFEBF8
(239,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B387C6; }

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

This text font color is #B387C6.


Background Color

.myBgColor { background-color: #B387C6; }

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

This div background color is #B387C6.


Border color

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

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

This div border color is #B387C6.


Opacity

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

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

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

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

This text has shadow with #B387C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B387C6 on black background.


Color preview on white background

This text has color #B387C6 on white background.



Black color preview on #B387C6 background

This text has black color on #B387C6 background.


White color preview on #B387C6 background

This text has white color on #B387C6 background.