COLOR #B473D2

HEX: #B473D2
RGB: (180,115,210)

Renk bilgisi

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

RGB renk modeli

#B473D2 color RGB value is (180,115,210).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 115 of 255 = 45%
B 210 of 255 = 82%

180
115
210

R + G + B ~ 66%. #B473D2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 115 + 210 = 505 (100%)
R 180 of 505 ~ 35.64%
G 115 of 505 ~ 22.77%
B 210 of 505 ~ 41.58%

%35.64
%22.77
%41.58

CMYK RENK MODELİ

#B473D2 rengi CMYK tonu (14,45,0,18).

  • camgöbeği tonu 14.29%
  • eflatun tonu 45.24%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(14,45,0,18)
C14M45Y0K18 
(14%,45%,0%,18%)
(0.14/0.45/0.00/0.18)	

CMYK yüzdeleri

%14.29
%45.24
%0
%17.65

Codes

Color #B473D2 in popluar color models

B473D2
RGB180115210
HSL281°51.35%63.73%
HSB/HSV281°45.24%82.35%
CMYK14.29%45.24%0.00%
17.65%

Color #B473D2 in popluar number systems.

HEXB473D2
Decimal180115210
Binary10110100111001111010010
Octal264163322

Shades and tints

Shades of #B473D2

#B473D2
(180,115,210)
#A469BF
(164,105,191)
#945FAC
(148,95,172)
#845599
(132,85,153)
#744B86
(116,75,134)
#644173
(100,65,115)
#543760
(84,55,96)
#442D4D
(68,45,77)
#34233A
(52,35,58)
#241927
(36,25,39)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #B473D2

#B473D2
(180,115,210)
#BA7FD6
(186,127,214)
#C08BDA
(192,139,218)
#C697DE
(198,151,222)
#CCA3E2
(204,163,226)
#D2AFE6
(210,175,230)
#D8BBEA
(216,187,234)
#DEC7EE
(222,199,238)
#E4D3F2
(228,211,242)
#EADFF6
(234,223,246)
#F0EBFA
(240,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B473D2; }

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

This text font color is #B473D2.


Background Color

.myBgColor { background-color: #B473D2; }

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

This div background color is #B473D2.


Border color

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

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

This div border color is #B473D2.


Opacity

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

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

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

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

This text has shadow with #B473D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B473D2 on black background.


Color preview on white background

This text has color #B473D2 on white background.



Black color preview on #B473D2 background

This text has black color on #B473D2 background.


White color preview on #B473D2 background

This text has white color on #B473D2 background.