COLOR #B063A6

HEX: #B063A6
RGB: (176,99,166)

Renk bilgisi

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

RGB renk modeli

#B063A6 color RGB value is (176,99,166).

  • kırmız ton 176;
  • yeşil ton 99;
  • mavi ton 166.
RGB:
(176,99,166)
(69%,39%,65%)

RGB bağlantıları ve doygunluk

R 176 of 255 = 69%
G 99 of 255 = 39%
B 166 of 255 = 65%

176
99
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
176 + 99 + 166 = 441 (100%)
R 176 of 441 ~ 39.91%
G 99 of 441 ~ 22.45%
B 166 of 441 ~ 37.64%

%39.91
%22.45
%37.64

CMYK RENK MODELİ

#B063A6 rengi CMYK tonu (0,44,6,31).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.75%
  • sarı tonu 5.68%
  • ana renk tonu 30.98%
CMYK:
(0,44,6,31)
C0M44Y6K31 
(0%,44%,6%,31%)
(0.00/0.44/0.06/0.31)	

CMYK yüzdeleri

%0
%43.75
%5.68
%30.98

Codes

Color #B063A6 in popluar color models

B063A6
RGB17699166
HSL308°32.77%53.92%
HSB/HSV308°43.75%69.02%
CMYK0.00%43.75%5.68%
30.98%

Color #B063A6 in popluar number systems.

HEXB063A6
Decimal17699166
Binary10110000110001110100110
Octal260143246

Shades and tints

Shades of #B063A6

#B063A6
(176,99,166)
#A05A97
(160,90,151)
#905188
(144,81,136)
#804879
(128,72,121)
#703F6A
(112,63,106)
#60365B
(96,54,91)
#502D4C
(80,45,76)
#40243D
(64,36,61)
#301B2E
(48,27,46)
#20121F
(32,18,31)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #B063A6

#B063A6
(176,99,166)
#B771AE
(183,113,174)
#BE7FB6
(190,127,182)
#C58DBE
(197,141,190)
#CC9BC6
(204,155,198)
#D3A9CE
(211,169,206)
#DAB7D6
(218,183,214)
#E1C5DE
(225,197,222)
#E8D3E6
(232,211,230)
#EFE1EE
(239,225,238)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B063A6; }

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

This text font color is #B063A6.


Background Color

.myBgColor { background-color: #B063A6; }

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

This div background color is #B063A6.


Border color

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

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

This div border color is #B063A6.


Opacity

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

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

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

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

This text has shadow with #B063A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B063A6 on black background.


Color preview on white background

This text has color #B063A6 on white background.



Black color preview on #B063A6 background

This text has black color on #B063A6 background.


White color preview on #B063A6 background

This text has white color on #B063A6 background.