COLOR #B035B3

HEX: #B035B3 RGB: (176,53,179)

Color info

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

RGB color model

#B035B3 color RGB value is (176,53,179).

RGB: (176,53,179) (69%, 21%, 70%)

RGB channels and saturation

R 176 of 255 = 69%
G 53 of 255 = 21%
B 179 of 255 = 70%

176
53
179

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

Portions of RGB colors in percentages

R + G + B = 176 + 53 + 179 = 408 (100%)
R 176 of 408 ~ 43.14%
G 53 of 408 ~ 12.99%
B 179 of 408 ~ 43.87'%

%43.14
%12.99
%43.87

CMYK color model

#B035B3 color CMYK value is (2,70,0,30).

  • cyan value is 1.68%
  • magenta value is 70.39%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK: (2,70,0,30) C2M70Y0K30 (2%,70%,0%,30%) (0.02/0.70/0.00/0.30) 

CMYK percentages

%1.68
%70.39
%0
%29.8

Codes

Color #B035B3 in popluar color models

B0 35 B3
RGB 176 53 179
HSL 299° 54.31% 45.49%
HSB/HSV 299° 70.39% 70.20%
CMYK 1.68% 70.39% 0.00%
29.80%

Color #B035B3 in popluar number systems.

HEX B0 35 B3
Decimal 176 53 179
Binary 10110000 110101 10110011
Octal 260 65 263

Shades and tints

Shades of #B035B3

#B035B3
(176,53,179)
#A031A3
(160,49,163)
#902D93
(144,45,147)
#802983
(128,41,131)
#702573
(112,37,115)
#602163
(96,33,99)
#501D53
(80,29,83)
#401943
(64,25,67)
#301533
(48,21,51)
#201123
(32,17,35)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #B035B3

#B035B3
(176,53,179)
#B747B9
(183,71,185)
#BE59BF
(190,89,191)
#C56BC5
(197,107,197)
#CC7DCB
(204,125,203)
#D38FD1
(211,143,209)
#DAA1D7
(218,161,215)
#E1B3DD
(225,179,221)
#E8C5E3
(232,197,227)
#EFD7E9
(239,215,233)
#F6E9EF
(246,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B035B3 color. Also use rgb(176,53,179) instead hex code.

Text Font Color

.myTextColor { color: #B035B3; }

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

This text font color is #B035B3.

Background Color

.myBgColor { background-color: #B035B3; }

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

This div background color is #B035B3.

Border color

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

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

This div border color is #B035B3.

Opacity

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

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

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

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

This text has shadow with #B035B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B035B3.

Preview

Color preview on black background

This text has color #B035B3 on black background.


Color preview on white background

This text has color #B035B3 on white background.


Black color preview on #B035B3 background

This text has black color on #B035B3 background.


White color preview on #B035B3 background

This text has white color on #B035B3 background.


Related colors

Complementary color

Complementary color for #hex is #4FCA4C.


I love getcolorcode.com

Triadic colors

1 #B3B035 and #35B3B0 with #B035B3 are triadic colors.

2 #B335B0 and #35B0B3 with #B035B3 are triadic colors.