COLOR #B363B3

HEX: #B363B3
RGB: (179,99,179)

Renk bilgisi

#B363B3 contains mainly red and blue colors. #B363B3 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#B363B3 color RGB value is (179,99,179).

  • kırmız ton 179;
  • yeşil ton 99;
  • mavi ton 179.
RGB:
(179,99,179)
(70%,39%,70%)

RGB bağlantıları ve doygunluk

R 179 of 255 = 70%
G 99 of 255 = 39%
B 179 of 255 = 70%

179
99
179

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

Yüzdelerle RGB renk parçaları

R + G + B =
179 + 99 + 179 = 457 (100%)
R 179 of 457 ~ 39.17%
G 99 of 457 ~ 21.66%
B 179 of 457 ~ 39.17%

%39.17
%21.66
%39.17

CMYK RENK MODELİ

#B363B3 rengi CMYK tonu (0,45,0,30).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.69%
  • sarı tonu 0.00%
  • ana renk tonu 29.80%
CMYK:
(0,45,0,30)
C0M45Y0K30 
(0%,45%,0%,30%)
(0.00/0.45/0.00/0.30)	

CMYK yüzdeleri

%0
%44.69
%0
%29.8

Codes

Color #B363B3 in popluar color models

B363B3
RGB17999179
HSL300°34.48%54.51%
HSB/HSV300°44.69%70.20%
CMYK0.00%44.69%0.00%
29.80%

Color #B363B3 in popluar number systems.

HEXB363B3
Decimal17999179
Binary10110011110001110110011
Octal263143263

Shades and tints

Shades of #B363B3

#B363B3
(179,99,179)
#A35AA3
(163,90,163)
#935193
(147,81,147)
#834883
(131,72,131)
#733F73
(115,63,115)
#633663
(99,54,99)
#532D53
(83,45,83)
#432443
(67,36,67)
#331B33
(51,27,51)
#231223
(35,18,35)
#130913
(19,9,19)
#000000
(0,0,0)

Tints of #B363B3

#B363B3
(179,99,179)
#B971B9
(185,113,185)
#BF7FBF
(191,127,191)
#C58DC5
(197,141,197)
#CB9BCB
(203,155,203)
#D1A9D1
(209,169,209)
#D7B7D7
(215,183,215)
#DDC5DD
(221,197,221)
#E3D3E3
(227,211,227)
#E9E1E9
(233,225,233)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B363B3; }

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

This text font color is #B363B3.


Background Color

.myBgColor { background-color: #B363B3; }

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

This div background color is #B363B3.


Border color

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

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

This div border color is #B363B3.


Opacity

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

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

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

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

This text has shadow with #B363B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B363B3 on black background.


Color preview on white background

This text has color #B363B3 on white background.



Black color preview on #B363B3 background

This text has black color on #B363B3 background.


White color preview on #B363B3 background

This text has white color on #B363B3 background.