COLOR #B477C7

HEX: #B477C7
RGB: (180,119,199)

Renk bilgisi

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

RGB renk modeli

#B477C7 color RGB value is (180,119,199).

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

RGB bağlantıları ve doygunluk

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

180
119
199

R + G + B ~ 65%. #B477C7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 119 + 199 = 498 (100%)
R 180 of 498 ~ 36.14%
G 119 of 498 ~ 23.9%
B 199 of 498 ~ 39.96%

%36.14
%23.9
%39.96

CMYK RENK MODELİ

#B477C7 rengi CMYK tonu (10,40,0,22).

  • camgöbeği tonu 9.55%
  • eflatun tonu 40.20%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(10,40,0,22)
C10M40Y0K22 
(10%,40%,0%,22%)
(0.10/0.40/0.00/0.22)	

CMYK yüzdeleri

%9.55
%40.2
%0
%21.96

Codes

Color #B477C7 in popluar color models

B477C7
RGB180119199
HSL286°41.67%62.35%
HSB/HSV286°40.20%78.04%
CMYK9.55%40.20%0.00%
21.96%

Color #B477C7 in popluar number systems.

HEXB477C7
Decimal180119199
Binary10110100111011111000111
Octal264167307

Shades and tints

Shades of #B477C7

#B477C7
(180,119,199)
#A46DB5
(164,109,181)
#9463A3
(148,99,163)
#845991
(132,89,145)
#744F7F
(116,79,127)
#64456D
(100,69,109)
#543B5B
(84,59,91)
#443149
(68,49,73)
#342737
(52,39,55)
#241D25
(36,29,37)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #B477C7

#B477C7
(180,119,199)
#BA83CC
(186,131,204)
#C08FD1
(192,143,209)
#C69BD6
(198,155,214)
#CCA7DB
(204,167,219)
#D2B3E0
(210,179,224)
#D8BFE5
(216,191,229)
#DECBEA
(222,203,234)
#E4D7EF
(228,215,239)
#EAE3F4
(234,227,244)
#F0EFF9
(240,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B477C7; }

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

This text font color is #B477C7.


Background Color

.myBgColor { background-color: #B477C7; }

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

This div background color is #B477C7.


Border color

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

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

This div border color is #B477C7.


Opacity

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

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

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

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

This text has shadow with #B477C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B477C7 on black background.


Color preview on white background

This text has color #B477C7 on white background.



Black color preview on #B477C7 background

This text has black color on #B477C7 background.


White color preview on #B477C7 background

This text has white color on #B477C7 background.