COLOR #B280AD

HEX: #B280AD
RGB: (178,128,173)

Color info

#B280AD contains red, green and blue colors in about the same proportion. Web safe color of #B280AD is #996699 (or #969).

RGB color model

#B280AD color RGB value is (178,128,173).

  • red value is 178;
  • green value is 128;
  • blue value is 173.
RGB:
(178,128,173)
(70%,50%,68%)

RGB channels and saturation

R 178 of 255 = 70%
G 128 of 255 = 50%
B 173 of 255 = 68%

178
128
173

R + G + B ~ 63%. #B280AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 128 + 173 = 479 (100%)
R 178 of 479 ~ 37.16%
G 128 of 479 ~ 26.72%
B 173 of 479 ~ 36.12%

%37.16
%26.72
%36.12

CMYK color model

#B280AD color CMYK value is (0,28,3,30).

  • cyan value is 0.00%
  • magenta value is 28.09%
  • yellow value is 2.81%
  • key color value is 30.20%
CMYK:
(0,28,3,30)
C0M28Y3K30 
(0%,28%,3%,30%)
(0.00/0.28/0.03/0.30)	

CMYK percentages

%0
%28.09
%2.81
%30.2

Codes

Color #B280AD in popluar color models

B280AD
RGB178128173
HSL306°24.51%60.00%
HSB/HSV306°28.09%69.80%
CMYK0.00%28.09%2.81%
30.20%

Color #B280AD in popluar number systems.

HEXB280AD
Decimal178128173
Binary101100101000000010101101
Octal262200255

Shades and tints

Shades of #B280AD

#B280AD
(178,128,173)
#A2759E
(162,117,158)
#926A8F
(146,106,143)
#825F80
(130,95,128)
#725471
(114,84,113)
#624962
(98,73,98)
#523E53
(82,62,83)
#423344
(66,51,68)
#322835
(50,40,53)
#221D26
(34,29,38)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #B280AD

#B280AD
(178,128,173)
#B98BB4
(185,139,180)
#C096BB
(192,150,187)
#C7A1C2
(199,161,194)
#CEACC9
(206,172,201)
#D5B7D0
(213,183,208)
#DCC2D7
(220,194,215)
#E3CDDE
(227,205,222)
#EAD8E5
(234,216,229)
#F1E3EC
(241,227,236)
#F8EEF3
(248,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B280AD color. Also use rgb(178,128,173) instead hex code.

Text Font Color

.myTextColor { color: #B280AD; }

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

This text font color is #B280AD.


Background Color

.myBgColor { background-color: #B280AD; }

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

This div background color is #B280AD.


Border color

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

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

This div border color is #B280AD.


Opacity

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

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

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

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

This text has shadow with #B280AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B280AD on black background.


Color preview on white background

This text has color #B280AD on white background.



Black color preview on #B280AD background

This text has black color on #B280AD background.


White color preview on #B280AD background

This text has white color on #B280AD background.