COLOR #B476B3

HEX: #B476B3
RGB: (180,118,179)

Renk bilgisi

#B476B3 contains mainly red and blue colors. #B476B3 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#B476B3 color RGB value is (180,118,179).

  • kırmız ton 180;
  • yeşil ton 118;
  • mavi ton 179.
RGB:
(180,118,179)
(71%,46%,70%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 118 of 255 = 46%
B 179 of 255 = 70%

180
118
179

R + G + B ~ 62%. #B476B3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 118 + 179 = 477 (100%)
R 180 of 477 ~ 37.74%
G 118 of 477 ~ 24.74%
B 179 of 477 ~ 37.53%

%37.74
%24.74
%37.53

CMYK RENK MODELİ

#B476B3 rengi CMYK tonu (0,34,1,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.44%
  • sarı tonu 0.56%
  • ana renk tonu 29.41%
CMYK:
(0,34,1,29)
C0M34Y1K29 
(0%,34%,1%,29%)
(0.00/0.34/0.01/0.29)	

CMYK yüzdeleri

%0
%34.44
%0.56
%29.41

Codes

Color #B476B3 in popluar color models

B476B3
RGB180118179
HSL301°29.25%58.43%
HSB/HSV301°34.44%70.59%
CMYK0.00%34.44%0.56%
29.41%

Color #B476B3 in popluar number systems.

HEXB476B3
Decimal180118179
Binary10110100111011010110011
Octal264166263

Shades and tints

Shades of #B476B3

#B476B3
(180,118,179)
#A46CA3
(164,108,163)
#946293
(148,98,147)
#845883
(132,88,131)
#744E73
(116,78,115)
#644463
(100,68,99)
#543A53
(84,58,83)
#443043
(68,48,67)
#342633
(52,38,51)
#241C23
(36,28,35)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #B476B3

#B476B3
(180,118,179)
#BA82B9
(186,130,185)
#C08EBF
(192,142,191)
#C69AC5
(198,154,197)
#CCA6CB
(204,166,203)
#D2B2D1
(210,178,209)
#D8BED7
(216,190,215)
#DECADD
(222,202,221)
#E4D6E3
(228,214,227)
#EAE2E9
(234,226,233)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B476B3 color. Also use rgb(180,118,179) instead hex code.

Text Font Color

.myTextColor { color: #B476B3; }

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

This text font color is #B476B3.


Background Color

.myBgColor { background-color: #B476B3; }

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

This div background color is #B476B3.


Border color

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

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

This div border color is #B476B3.


Opacity

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

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

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

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

This text has shadow with #B476B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B476B3 on black background.


Color preview on white background

This text has color #B476B3 on white background.



Black color preview on #B476B3 background

This text has black color on #B476B3 background.


White color preview on #B476B3 background

This text has white color on #B476B3 background.