COLOR #B377D6

HEX: #B377D6
RGB: (179,119,214)

Renk bilgisi

#B377D6 contains mainly red and blue colors. #B377D6 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#B377D6 color RGB value is (179,119,214).

  • kırmız ton 179;
  • yeşil ton 119;
  • mavi ton 214.
RGB:
(179,119,214)
(70%,47%,84%)

RGB bağlantıları ve doygunluk

R 179 of 255 = 70%
G 119 of 255 = 47%
B 214 of 255 = 84%

179
119
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
179 + 119 + 214 = 512 (100%)
R 179 of 512 ~ 34.96%
G 119 of 512 ~ 23.24%
B 214 of 512 ~ 41.8%

%34.96
%23.24
%41.8

CMYK RENK MODELİ

#B377D6 rengi CMYK tonu (16,44,0,16).

  • camgöbeği tonu 16.36%
  • eflatun tonu 44.39%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(16,44,0,16)
C16M44Y0K16 
(16%,44%,0%,16%)
(0.16/0.44/0.00/0.16)	

CMYK yüzdeleri

%16.36
%44.39
%0
%16.08

Codes

Color #B377D6 in popluar color models

B377D6
RGB179119214
HSL278°53.67%65.29%
HSB/HSV278°44.39%83.92%
CMYK16.36%44.39%0.00%
16.08%

Color #B377D6 in popluar number systems.

HEXB377D6
Decimal179119214
Binary10110011111011111010110
Octal263167326

Shades and tints

Shades of #B377D6

#B377D6
(179,119,214)
#A36DC3
(163,109,195)
#9363B0
(147,99,176)
#83599D
(131,89,157)
#734F8A
(115,79,138)
#634577
(99,69,119)
#533B64
(83,59,100)
#433151
(67,49,81)
#33273E
(51,39,62)
#231D2B
(35,29,43)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #B377D6

#B377D6
(179,119,214)
#B983D9
(185,131,217)
#BF8FDC
(191,143,220)
#C59BDF
(197,155,223)
#CBA7E2
(203,167,226)
#D1B3E5
(209,179,229)
#D7BFE8
(215,191,232)
#DDCBEB
(221,203,235)
#E3D7EE
(227,215,238)
#E9E3F1
(233,227,241)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B377D6 color. Also use rgb(179,119,214) instead hex code.

Text Font Color

.myTextColor { color: #B377D6; }

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

This text font color is #B377D6.


Background Color

.myBgColor { background-color: #B377D6; }

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

This div background color is #B377D6.


Border color

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

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

This div border color is #B377D6.


Opacity

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

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

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

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

This text has shadow with #B377D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B377D6 on black background.


Color preview on white background

This text has color #B377D6 on white background.



Black color preview on #B377D6 background

This text has black color on #B377D6 background.


White color preview on #B377D6 background

This text has white color on #B377D6 background.