COLOR #B480BA

HEX: #B480BA
RGB: (180,128,186)

Renk bilgisi

#B480BA contains red, green and blue colors in about the same proportion. #B480BA ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#B480BA color RGB value is (180,128,186).

  • kırmız ton 180;
  • yeşil ton 128;
  • mavi ton 186.
RGB:
(180,128,186)
(71%,50%,73%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 128 of 255 = 50%
B 186 of 255 = 73%

180
128
186

R + G + B ~ 65%. #B480BA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 128 + 186 = 494 (100%)
R 180 of 494 ~ 36.44%
G 128 of 494 ~ 25.91%
B 186 of 494 ~ 37.65%

%36.44
%25.91
%37.65

CMYK RENK MODELİ

#B480BA rengi CMYK tonu (3,31,0,27).

  • camgöbeği tonu 3.23%
  • eflatun tonu 31.18%
  • sarı tonu 0.00%
  • ana renk tonu 27.06%
CMYK:
(3,31,0,27)
C3M31Y0K27 
(3%,31%,0%,27%)
(0.03/0.31/0.00/0.27)	

CMYK yüzdeleri

%3.23
%31.18
%0
%27.06

Codes

Color #B480BA in popluar color models

B480BA
RGB180128186
HSL294°29.59%61.57%
HSB/HSV294°31.18%72.94%
CMYK3.23%31.18%0.00%
27.06%

Color #B480BA in popluar number systems.

HEXB480BA
Decimal180128186
Binary101101001000000010111010
Octal264200272

Shades and tints

Shades of #B480BA

#B480BA
(180,128,186)
#A475AA
(164,117,170)
#946A9A
(148,106,154)
#845F8A
(132,95,138)
#74547A
(116,84,122)
#64496A
(100,73,106)
#543E5A
(84,62,90)
#44334A
(68,51,74)
#34283A
(52,40,58)
#241D2A
(36,29,42)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #B480BA

#B480BA
(180,128,186)
#BA8BC0
(186,139,192)
#C096C6
(192,150,198)
#C6A1CC
(198,161,204)
#CCACD2
(204,172,210)
#D2B7D8
(210,183,216)
#D8C2DE
(216,194,222)
#DECDE4
(222,205,228)
#E4D8EA
(228,216,234)
#EAE3F0
(234,227,240)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B480BA color. Also use rgb(180,128,186) instead hex code.

Text Font Color

.myTextColor { color: #B480BA; }

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

This text font color is #B480BA.


Background Color

.myBgColor { background-color: #B480BA; }

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

This div background color is #B480BA.


Border color

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

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

This div border color is #B480BA.


Opacity

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

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

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

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

This text has shadow with #B480BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B480BA on black background.


Color preview on white background

This text has color #B480BA on white background.



Black color preview on #B480BA background

This text has black color on #B480BA background.


White color preview on #B480BA background

This text has white color on #B480BA background.