COLOR #B254AD

HEX: #B254AD RGB: (178,84,173)

Color info

#B254AD contains mainly red and blue colors. Web safe color of #B254AD is #996699 (or #969).

RGB color model

#B254AD color RGB value is (178,84,173).

RGB: (178,84,173) (70%, 33%, 68%)

RGB channels and saturation

R 178 of 255 = 70%
G 84 of 255 = 33%
B 173 of 255 = 68%

178
84
173

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

Portions of RGB colors in percentages

R + G + B = 178 + 84 + 173 = 435 (100%)
R 178 of 435 ~ 40.92%
G 84 of 435 ~ 19.31%
B 173 of 435 ~ 39.77'%

%40.92
%19.31
%39.77

CMYK color model

#B254AD color CMYK value is (0,53,3,30).

  • cyan value is 0.00%
  • magenta value is 52.81%
  • yellow value is 2.81%
  • key color value is 30.20%
CMYK: (0,53,3,30) C0M53Y3K30 (0%,53%,3%,30%) (0.00/0.53/0.03/0.30) 

CMYK percentages

%0
%52.81
%2.81
%30.2

Codes

Color #B254AD in popluar color models

B2 54 AD
RGB 178 84 173
HSL 303° 37.90% 51.37%
HSB/HSV 303° 52.81% 69.80%
CMYK 0.00% 52.81% 2.81%
30.20%

Color #B254AD in popluar number systems.

HEX B2 54 AD
Decimal 178 84 173
Binary 10110010 1010100 10101101
Octal 262 124 255

Shades and tints

Shades of #B254AD

#B254AD
(178,84,173)
#A24D9E
(162,77,158)
#92468F
(146,70,143)
#823F80
(130,63,128)
#723871
(114,56,113)
#623162
(98,49,98)
#522A53
(82,42,83)
#422344
(66,35,68)
#321C35
(50,28,53)
#221526
(34,21,38)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #B254AD

#B254AD
(178,84,173)
#B963B4
(185,99,180)
#C072BB
(192,114,187)
#C781C2
(199,129,194)
#CE90C9
(206,144,201)
#D59FD0
(213,159,208)
#DCAED7
(220,174,215)
#E3BDDE
(227,189,222)
#EACCE5
(234,204,229)
#F1DBEC
(241,219,236)
#F8EAF3
(248,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B254AD; }

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

This text font color is #B254AD.

Background Color

.myBgColor { background-color: #B254AD; }

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

This div background color is #B254AD.

Border color

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

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

This div border color is #B254AD.

Opacity

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

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

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

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

This text has shadow with #B254AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B254AD.

Preview

Color preview on black background

This text has color #B254AD on black background.


Color preview on white background

This text has color #B254AD on white background.


Black color preview on #B254AD background

This text has black color on #B254AD background.


White color preview on #B254AD background

This text has white color on #B254AD background.


Related colors

Complementary color

Complementary color for #hex is #4DAB52.


I love getcolorcode.com

Triadic colors

1 #ADB254 and #54ADB2 with #B254AD are triadic colors.

2 #AD54B2 and #54B2AD with #B254AD are triadic colors.