COLOR #B03ED8

HEX: #B03ED8
RGB: (176,62,216)

Color info

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

RGB color model

#B03ED8 color RGB value is (176,62,216).

  • red value is 176;
  • green value is 62;
  • blue value is 216.
RGB:
(176,62,216)
(69%,24%,85%)

RGB channels and saturation

R 176 of 255 = 69%
G 62 of 255 = 24%
B 216 of 255 = 85%

176
62
216

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

Portions of RGB colors in percentages

R + G + B =
176 + 62 + 216 = 454 (100%)
R 176 of 454 ~ 38.77%
G 62 of 454 ~ 13.66%
B 216 of 454 ~ 47.58%

%38.77
%13.66
%47.58

CMYK color model

#B03ED8 color CMYK value is (19,71,0,15).

  • cyan value is 18.52%
  • magenta value is 71.30%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(19,71,0,15)
C19M71Y0K15 
(19%,71%,0%,15%)
(0.19/0.71/0.00/0.15)	

CMYK percentages

%18.52
%71.3
%0
%15.29

Codes

Color #B03ED8 in popluar color models

B03ED8
RGB17662216
HSL284°66.38%54.51%
HSB/HSV284°71.30%84.71%
CMYK18.52%71.30%0.00%
15.29%

Color #B03ED8 in popluar number systems.

HEXB03ED8
Decimal17662216
Binary1011000011111011011000
Octal26076330

Shades and tints

Shades of #B03ED8

#B03ED8
(176,62,216)
#A039C5
(160,57,197)
#9034B2
(144,52,178)
#802F9F
(128,47,159)
#702A8C
(112,42,140)
#602579
(96,37,121)
#502066
(80,32,102)
#401B53
(64,27,83)
#301640
(48,22,64)
#20112D
(32,17,45)
#100C1A
(16,12,26)
#000000
(0,0,0)

Tints of #B03ED8

#B03ED8
(176,62,216)
#B74FDB
(183,79,219)
#BE60DE
(190,96,222)
#C571E1
(197,113,225)
#CC82E4
(204,130,228)
#D393E7
(211,147,231)
#DAA4EA
(218,164,234)
#E1B5ED
(225,181,237)
#E8C6F0
(232,198,240)
#EFD7F3
(239,215,243)
#F6E8F6
(246,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B03ED8 color. Also use rgb(176,62,216) instead hex code.

Text Font Color

.myTextColor { color: #B03ED8; }

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

This text font color is #B03ED8.


Background Color

.myBgColor { background-color: #B03ED8; }

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

This div background color is #B03ED8.


Border color

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

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

This div border color is #B03ED8.


Opacity

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

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

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

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

This text has shadow with #B03ED8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B03ED8 on black background.


Color preview on white background

This text has color #B03ED8 on white background.



Black color preview on #B03ED8 background

This text has black color on #B03ED8 background.


White color preview on #B03ED8 background

This text has white color on #B03ED8 background.