COLOR #B05EA1

HEX: #B05EA1 RGB: (176,94,161)

Color info

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

RGB color model

#B05EA1 color RGB value is (176,94,161).

RGB: (176,94,161) (69%, 37%, 63%)

RGB channels and saturation

R 176 of 255 = 69%
G 94 of 255 = 37%
B 161 of 255 = 63%

176
94
161

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

Portions of RGB colors in percentages

R + G + B = 176 + 94 + 161 = 431 (100%)
R 176 of 431 ~ 40.84%
G 94 of 431 ~ 21.81%
B 161 of 431 ~ 37.35'%

%40.84
%21.81
%37.35

CMYK color model

#B05EA1 color CMYK value is (0,47,9,31).

  • cyan value is 0.00%
  • magenta value is 46.59%
  • yellow value is 8.52%
  • key color value is 30.98%

CMYK: (0,47,9,31)
C0M47Y9K31 (0%, 47%, 9%, 31%)
(0.00 / 0.47 / 0.09 / 0.31)

CMYK percentages

%0
%46.59
%8.52
%30.98

Codes

Color #B05EA1 in popluar color models

B0 5E A1
RGB 176 94 161
HSL 311° 34.17% 52.94%
HSB/HSV 311° 46.59% 69.02%
CMYK 0.00% 46.59% 8.52%
30.98%

Color #B05EA1 in popluar number systems.

HEX B0 5E A1
Decimal 176 94 161
Binary 10110000 1011110 10100001
Octal 260 136 241

Shades and tints

Shades of #B05EA1

#B05EA1
(176,94,161)
#A05693
(160,86,147)
#904E85
(144,78,133)
#804677
(128,70,119)
#703E69
(112,62,105)
#60365B
(96,54,91)
#502E4D
(80,46,77)
#40263F
(64,38,63)
#301E31
(48,30,49)
#201623
(32,22,35)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #B05EA1

#B05EA1
(176,94,161)
#B76CA9
(183,108,169)
#BE7AB1
(190,122,177)
#C588B9
(197,136,185)
#CC96C1
(204,150,193)
#D3A4C9
(211,164,201)
#DAB2D1
(218,178,209)
#E1C0D9
(225,192,217)
#E8CEE1
(232,206,225)
#EFDCE9
(239,220,233)
#F6EAF1
(246,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B05EA1 color. Also use rgb(176,94,161) instead hex code.

Text Font Color

.myTextColor { color: #B05EA1; }

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

This text font color is #B05EA1.

Background Color

.myBgColor { background-color: #B05EA1; }

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

This div background color is #B05EA1.

Border color

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

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

This div border color is #B05EA1.

Opacity

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

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

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

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

This text has shadow with #B05EA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B05EA1.

Preview

Color preview on black background

This text has color #B05EA1 on black background.


Color preview on white background

This text has color #B05EA1 on white background.


Black color preview on #B05EA1 background

This text has black color on #B05EA1 background.


White color preview on #B05EA1 background

This text has white color on #B05EA1 background.


Related colors

Complementary color

Complementary color for #hex is #4FA15E.


I love getcolorcode.com

Triadic colors

1 #A1B05E and #5EA1B0 with #B05EA1 are triadic colors.

2 #A15EB0 and #5EB0A1 with #B05EA1 are triadic colors.