COLOR #B04DD5

HEX: #B04DD5
RGB: (176,77,213)

Color info

#B04DD5 contains mainly red and blue colors. Web safe color of #B04DD5 is #9933CC (or #93C).

RGB color model

#B04DD5 color RGB value is (176,77,213).

  • red value is 176;
  • green value is 77;
  • blue value is 213.
RGB:
(176,77,213)
(69%,30%,84%)

RGB channels and saturation

R 176 of 255 = 69%
G 77 of 255 = 30%
B 213 of 255 = 84%

176
77
213

R + G + B ~ 61%. #B04DD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 77 + 213 = 466 (100%)
R 176 of 466 ~ 37.77%
G 77 of 466 ~ 16.52%
B 213 of 466 ~ 45.71%

%37.77
%16.52
%45.71

CMYK color model

#B04DD5 color CMYK value is (17,64,0,16).

  • cyan value is 17.37%
  • magenta value is 63.85%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(17,64,0,16)
C17M64Y0K16 
(17%,64%,0%,16%)
(0.17/0.64/0.00/0.16)	

CMYK percentages

%17.37
%63.85
%0
%16.47

Codes

Color #B04DD5 in popluar color models

B04DD5
RGB17677213
HSL284°61.82%56.86%
HSB/HSV284°63.85%83.53%
CMYK17.37%63.85%0.00%
16.47%

Color #B04DD5 in popluar number systems.

HEXB04DD5
Decimal17677213
Binary10110000100110111010101
Octal260115325

Shades and tints

Shades of #B04DD5

#B04DD5
(176,77,213)
#A046C2
(160,70,194)
#903FAF
(144,63,175)
#80389C
(128,56,156)
#703189
(112,49,137)
#602A76
(96,42,118)
#502363
(80,35,99)
#401C50
(64,28,80)
#30153D
(48,21,61)
#200E2A
(32,14,42)
#100717
(16,7,23)
#000000
(0,0,0)

Tints of #B04DD5

#B04DD5
(176,77,213)
#B75DD8
(183,93,216)
#BE6DDB
(190,109,219)
#C57DDE
(197,125,222)
#CC8DE1
(204,141,225)
#D39DE4
(211,157,228)
#DAADE7
(218,173,231)
#E1BDEA
(225,189,234)
#E8CDED
(232,205,237)
#EFDDF0
(239,221,240)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B04DD5 color. Also use rgb(176,77,213) instead hex code.

Text Font Color

.myTextColor { color: #B04DD5; }

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

This text font color is #B04DD5.


Background Color

.myBgColor { background-color: #B04DD5; }

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

This div background color is #B04DD5.


Border color

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

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

This div border color is #B04DD5.


Opacity

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

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

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

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

This text has shadow with #B04DD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B04DD5 on black background.


Color preview on white background

This text has color #B04DD5 on white background.



Black color preview on #B04DD5 background

This text has black color on #B04DD5 background.


White color preview on #B04DD5 background

This text has white color on #B04DD5 background.