COLOR #B473B5

HEX: #B473B5
RGB: (180,115,181)

Renk bilgisi

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

RGB renk modeli

#B473B5 color RGB value is (180,115,181).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 115 of 255 = 45%
B 181 of 255 = 71%

180
115
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 115 + 181 = 476 (100%)
R 180 of 476 ~ 37.82%
G 115 of 476 ~ 24.16%
B 181 of 476 ~ 38.03%

%37.82
%24.16
%38.03

CMYK RENK MODELİ

#B473B5 rengi CMYK tonu (1,36,0,29).

  • camgöbeği tonu 0.55%
  • eflatun tonu 36.46%
  • sarı tonu 0.00%
  • ana renk tonu 29.02%
CMYK:
(1,36,0,29)
C1M36Y0K29 
(1%,36%,0%,29%)
(0.01/0.36/0.00/0.29)	

CMYK yüzdeleri

%0.55
%36.46
%0
%29.02

Codes

Color #B473B5 in popluar color models

B473B5
RGB180115181
HSL299°30.84%58.04%
HSB/HSV299°36.46%70.98%
CMYK0.55%36.46%0.00%
29.02%

Color #B473B5 in popluar number systems.

HEXB473B5
Decimal180115181
Binary10110100111001110110101
Octal264163265

Shades and tints

Shades of #B473B5

#B473B5
(180,115,181)
#A469A5
(164,105,165)
#945F95
(148,95,149)
#845585
(132,85,133)
#744B75
(116,75,117)
#644165
(100,65,101)
#543755
(84,55,85)
#442D45
(68,45,69)
#342335
(52,35,53)
#241925
(36,25,37)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #B473B5

#B473B5
(180,115,181)
#BA7FBB
(186,127,187)
#C08BC1
(192,139,193)
#C697C7
(198,151,199)
#CCA3CD
(204,163,205)
#D2AFD3
(210,175,211)
#D8BBD9
(216,187,217)
#DEC7DF
(222,199,223)
#E4D3E5
(228,211,229)
#EADFEB
(234,223,235)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B473B5; }

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

This text font color is #B473B5.


Background Color

.myBgColor { background-color: #B473B5; }

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

This div background color is #B473B5.


Border color

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

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

This div border color is #B473B5.


Opacity

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

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

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

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

This text has shadow with #B473B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B473B5 on black background.


Color preview on white background

This text has color #B473B5 on white background.



Black color preview on #B473B5 background

This text has black color on #B473B5 background.


White color preview on #B473B5 background

This text has white color on #B473B5 background.