COLOR #B477B4

HEX: #B477B4
RGB: (180,119,180)

Renk bilgisi

#B477B4 contains mainly red and blue colors. #B477B4 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#B477B4 color RGB value is (180,119,180).

  • kırmız ton 180;
  • yeşil ton 119;
  • mavi ton 180.
RGB:
(180,119,180)
(71%,47%,71%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 119 of 255 = 47%
B 180 of 255 = 71%

180
119
180

R + G + B ~ 63%. #B477B4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 119 + 180 = 479 (100%)
R 180 of 479 ~ 37.58%
G 119 of 479 ~ 24.84%
B 180 of 479 ~ 37.58%

%37.58
%24.84
%37.58

CMYK RENK MODELİ

#B477B4 rengi CMYK tonu (0,34,0,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.89%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(0,34,0,29)
C0M34Y0K29 
(0%,34%,0%,29%)
(0.00/0.34/0.00/0.29)	

CMYK yüzdeleri

%0
%33.89
%0
%29.41

Codes

Color #B477B4 in popluar color models

B477B4
RGB180119180
HSL300°28.91%58.63%
HSB/HSV300°33.89%70.59%
CMYK0.00%33.89%0.00%
29.41%

Color #B477B4 in popluar number systems.

HEXB477B4
Decimal180119180
Binary10110100111011110110100
Octal264167264

Shades and tints

Shades of #B477B4

#B477B4
(180,119,180)
#A46DA4
(164,109,164)
#946394
(148,99,148)
#845984
(132,89,132)
#744F74
(116,79,116)
#644564
(100,69,100)
#543B54
(84,59,84)
#443144
(68,49,68)
#342734
(52,39,52)
#241D24
(36,29,36)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #B477B4

#B477B4
(180,119,180)
#BA83BA
(186,131,186)
#C08FC0
(192,143,192)
#C69BC6
(198,155,198)
#CCA7CC
(204,167,204)
#D2B3D2
(210,179,210)
#D8BFD8
(216,191,216)
#DECBDE
(222,203,222)
#E4D7E4
(228,215,228)
#EAE3EA
(234,227,234)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B477B4; }

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

This text font color is #B477B4.


Background Color

.myBgColor { background-color: #B477B4; }

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

This div background color is #B477B4.


Border color

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

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

This div border color is #B477B4.


Opacity

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

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

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

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

This text has shadow with #B477B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B477B4 on black background.


Color preview on white background

This text has color #B477B4 on white background.



Black color preview on #B477B4 background

This text has black color on #B477B4 background.


White color preview on #B477B4 background

This text has white color on #B477B4 background.