COLOR #B463B1

HEX: #B463B1
RGB: (180,99,177)

Renk bilgisi

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

RGB renk modeli

#B463B1 color RGB value is (180,99,177).

  • kırmız ton 180;
  • yeşil ton 99;
  • mavi ton 177.
RGB:
(180,99,177)
(71%,39%,69%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 99 of 255 = 39%
B 177 of 255 = 69%

180
99
177

R + G + B ~ 60%. #B463B1 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 99 + 177 = 456 (100%)
R 180 of 456 ~ 39.47%
G 99 of 456 ~ 21.71%
B 177 of 456 ~ 38.82%

%39.47
%21.71
%38.82

CMYK RENK MODELİ

#B463B1 rengi CMYK tonu (0,45,2,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.00%
  • sarı tonu 1.67%
  • ana renk tonu 29.41%
CMYK:
(0,45,2,29)
C0M45Y2K29 
(0%,45%,2%,29%)
(0.00/0.45/0.02/0.29)	

CMYK yüzdeleri

%0
%45
%1.67
%29.41

Codes

Color #B463B1 in popluar color models

B463B1
RGB18099177
HSL302°35.06%54.71%
HSB/HSV302°45.00%70.59%
CMYK0.00%45.00%1.67%
29.41%

Color #B463B1 in popluar number systems.

HEXB463B1
Decimal18099177
Binary10110100110001110110001
Octal264143261

Shades and tints

Shades of #B463B1

#B463B1
(180,99,177)
#A45AA1
(164,90,161)
#945191
(148,81,145)
#844881
(132,72,129)
#743F71
(116,63,113)
#643661
(100,54,97)
#542D51
(84,45,81)
#442441
(68,36,65)
#341B31
(52,27,49)
#241221
(36,18,33)
#140911
(20,9,17)
#000000
(0,0,0)

Tints of #B463B1

#B463B1
(180,99,177)
#BA71B8
(186,113,184)
#C07FBF
(192,127,191)
#C68DC6
(198,141,198)
#CC9BCD
(204,155,205)
#D2A9D4
(210,169,212)
#D8B7DB
(216,183,219)
#DEC5E2
(222,197,226)
#E4D3E9
(228,211,233)
#EAE1F0
(234,225,240)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B463B1; }

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

This text font color is #B463B1.


Background Color

.myBgColor { background-color: #B463B1; }

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

This div background color is #B463B1.


Border color

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

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

This div border color is #B463B1.


Opacity

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

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

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

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

This text has shadow with #B463B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B463B1 on black background.


Color preview on white background

This text has color #B463B1 on white background.



Black color preview on #B463B1 background

This text has black color on #B463B1 background.


White color preview on #B463B1 background

This text has white color on #B463B1 background.