COLOR #B03DB2

HEX: #B03DB2
RGB: (176,61,178)

Color info

#B03DB2 contains mainly red and blue colors. Web safe color of #B03DB2 is #993399 (or #939).

RGB color model

#B03DB2 color RGB value is (176,61,178).

  • red value is 176;
  • green value is 61;
  • blue value is 178.
RGB:
(176,61,178)
(69%,24%,70%)

RGB channels and saturation

R 176 of 255 = 69%
G 61 of 255 = 24%
B 178 of 255 = 70%

176
61
178

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

Portions of RGB colors in percentages

R + G + B =
176 + 61 + 178 = 415 (100%)
R 176 of 415 ~ 42.41%
G 61 of 415 ~ 14.7%
B 178 of 415 ~ 42.89%

%42.41
%14.7
%42.89

CMYK color model

#B03DB2 color CMYK value is (1,66,0,30).

  • cyan value is 1.12%
  • magenta value is 65.73%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(1,66,0,30)
C1M66Y0K30 
(1%,66%,0%,30%)
(0.01/0.66/0.00/0.30)	

CMYK percentages

%1.12
%65.73
%0
%30.2

Codes

Color #B03DB2 in popluar color models

B03DB2
RGB17661178
HSL299°48.95%46.86%
HSB/HSV299°65.73%69.80%
CMYK1.12%65.73%0.00%
30.20%

Color #B03DB2 in popluar number systems.

HEXB03DB2
Decimal17661178
Binary1011000011110110110010
Octal26075262

Shades and tints

Shades of #B03DB2

#B03DB2
(176,61,178)
#A038A2
(160,56,162)
#903392
(144,51,146)
#802E82
(128,46,130)
#702972
(112,41,114)
#602462
(96,36,98)
#501F52
(80,31,82)
#401A42
(64,26,66)
#301532
(48,21,50)
#201022
(32,16,34)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #B03DB2

#B03DB2
(176,61,178)
#B74EB9
(183,78,185)
#BE5FC0
(190,95,192)
#C570C7
(197,112,199)
#CC81CE
(204,129,206)
#D392D5
(211,146,213)
#DAA3DC
(218,163,220)
#E1B4E3
(225,180,227)
#E8C5EA
(232,197,234)
#EFD6F1
(239,214,241)
#F6E7F8
(246,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B03DB2 color. Also use rgb(176,61,178) instead hex code.

Text Font Color

.myTextColor { color: #B03DB2; }

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

This text font color is #B03DB2.


Background Color

.myBgColor { background-color: #B03DB2; }

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

This div background color is #B03DB2.


Border color

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

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

This div border color is #B03DB2.


Opacity

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

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

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

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

This text has shadow with #B03DB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B03DB2 on black background.


Color preview on white background

This text has color #B03DB2 on white background.



Black color preview on #B03DB2 background

This text has black color on #B03DB2 background.


White color preview on #B03DB2 background

This text has white color on #B03DB2 background.