COLOR #B033F6

HEX: #B033F6
RGB: (176,51,246)

Color info

#B033F6 contains mainly blue color. Web safe color of #B033F6 is #9933FF (or #93F).

RGB color model

#B033F6 color RGB value is (176,51,246).

  • red value is 176;
  • green value is 51;
  • blue value is 246.
RGB:
(176,51,246)
(69%,20%,96%)

RGB channels and saturation

R 176 of 255 = 69%
G 51 of 255 = 20%
B 246 of 255 = 96%

176
51
246

R + G + B ~ 62%. #B033F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 51 + 246 = 473 (100%)
R 176 of 473 ~ 37.21%
G 51 of 473 ~ 10.78%
B 246 of 473 ~ 52.01%

%37.21
%10.78
%52.01

CMYK color model

#B033F6 color CMYK value is (28,79,0,4).

  • cyan value is 28.46%
  • magenta value is 79.27%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(28,79,0,4)
C28M79Y0K4 
(28%,79%,0%,4%)
(0.28/0.79/0.00/0.04)	

CMYK percentages

%28.46
%79.27
%0
%3.53

Codes

Color #B033F6 in popluar color models

B033F6
RGB17651246
HSL278°91.55%58.24%
HSB/HSV278°79.27%96.47%
CMYK28.46%79.27%0.00%
3.53%

Color #B033F6 in popluar number systems.

HEXB033F6
Decimal17651246
Binary1011000011001111110110
Octal26063366

Shades and tints

Shades of #B033F6

#B033F6
(176,51,246)
#A02FE0
(160,47,224)
#902BCA
(144,43,202)
#8027B4
(128,39,180)
#70239E
(112,35,158)
#601F88
(96,31,136)
#501B72
(80,27,114)
#40175C
(64,23,92)
#301346
(48,19,70)
#200F30
(32,15,48)
#100B1A
(16,11,26)
#000000
(0,0,0)

Tints of #B033F6

#B033F6
(176,51,246)
#B745F6
(183,69,246)
#BE57F6
(190,87,246)
#C569F6
(197,105,246)
#CC7BF6
(204,123,246)
#D38DF6
(211,141,246)
#DA9FF6
(218,159,246)
#E1B1F6
(225,177,246)
#E8C3F6
(232,195,246)
#EFD5F6
(239,213,246)
#F6E7F6
(246,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B033F6 color. Also use rgb(176,51,246) instead hex code.

Text Font Color

.myTextColor { color: #B033F6; }

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

This text font color is #B033F6.


Background Color

.myBgColor { background-color: #B033F6; }

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

This div background color is #B033F6.


Border color

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

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

This div border color is #B033F6.


Opacity

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

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

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

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

This text has shadow with #B033F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B033F6 on black background.


Color preview on white background

This text has color #B033F6 on white background.



Black color preview on #B033F6 background

This text has black color on #B033F6 background.


White color preview on #B033F6 background

This text has white color on #B033F6 background.