COLOR #B476BC

HEX: #B476BC
RGB: (180,118,188)

Renk bilgisi

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

RGB renk modeli

#B476BC color RGB value is (180,118,188).

  • kırmız ton 180;
  • yeşil ton 118;
  • mavi ton 188.
RGB:
(180,118,188)
(71%,46%,74%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 118 of 255 = 46%
B 188 of 255 = 74%

180
118
188

R + G + B ~ 64%. #B476BC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 118 + 188 = 486 (100%)
R 180 of 486 ~ 37.04%
G 118 of 486 ~ 24.28%
B 188 of 486 ~ 38.68%

%37.04
%24.28
%38.68

CMYK RENK MODELİ

#B476BC rengi CMYK tonu (4,37,0,26).

  • camgöbeği tonu 4.26%
  • eflatun tonu 37.23%
  • sarı tonu 0.00%
  • ana renk tonu 26.27%
CMYK:
(4,37,0,26)
C4M37Y0K26 
(4%,37%,0%,26%)
(0.04/0.37/0.00/0.26)	

CMYK yüzdeleri

%4.26
%37.23
%0
%26.27

Codes

Color #B476BC in popluar color models

B476BC
RGB180118188
HSL293°34.31%60.00%
HSB/HSV293°37.23%73.73%
CMYK4.26%37.23%0.00%
26.27%

Color #B476BC in popluar number systems.

HEXB476BC
Decimal180118188
Binary10110100111011010111100
Octal264166274

Shades and tints

Shades of #B476BC

#B476BC
(180,118,188)
#A46CAB
(164,108,171)
#94629A
(148,98,154)
#845889
(132,88,137)
#744E78
(116,78,120)
#644467
(100,68,103)
#543A56
(84,58,86)
#443045
(68,48,69)
#342634
(52,38,52)
#241C23
(36,28,35)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #B476BC

#B476BC
(180,118,188)
#BA82C2
(186,130,194)
#C08EC8
(192,142,200)
#C69ACE
(198,154,206)
#CCA6D4
(204,166,212)
#D2B2DA
(210,178,218)
#D8BEE0
(216,190,224)
#DECAE6
(222,202,230)
#E4D6EC
(228,214,236)
#EAE2F2
(234,226,242)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B476BC color. Also use rgb(180,118,188) instead hex code.

Text Font Color

.myTextColor { color: #B476BC; }

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

This text font color is #B476BC.


Background Color

.myBgColor { background-color: #B476BC; }

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

This div background color is #B476BC.


Border color

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

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

This div border color is #B476BC.


Opacity

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

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

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

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

This text has shadow with #B476BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B476BC on black background.


Color preview on white background

This text has color #B476BC on white background.



Black color preview on #B476BC background

This text has black color on #B476BC background.


White color preview on #B476BC background

This text has white color on #B476BC background.