COLOR #B061E6

HEX: #B061E6 RGB: (176,97,230)

Color info

#B061E6 contains mainly red and blue colors. Web safe color of #B061E6 is #9966CC (or #96C).

RGB color model

#B061E6 color RGB value is (176,97,230).

RGB: (176,97,230) (69%, 38%, 90%)

RGB channels and saturation

R 176 of 255 = 69%
G 97 of 255 = 38%
B 230 of 255 = 90%

176
97
230

R + G + B ~ 66%. #B061E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 97 + 230 = 503 (100%)
R 176 of 503 ~ 34.99%
G 97 of 503 ~ 19.28%
B 230 of 503 ~ 45.73'%

%34.99
%19.28
%45.73

CMYK color model

#B061E6 color CMYK value is (23,58,0,10).

  • cyan value is 23.48%
  • magenta value is 57.83%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (23,58,0,10)
C23M58Y0K10 (23%, 58%, 0%, 10%)
(0.23 / 0.58 / 0.00 / 0.10)

CMYK percentages

%23.48
%57.83
%0
%9.8

Codes

Color #B061E6 in popluar color models

B0 61 E6
RGB 176 97 230
HSL 276° 72.68% 64.12%
HSB/HSV 276° 57.83% 90.20%
CMYK 23.48% 57.83% 0.00%
9.80%

Color #B061E6 in popluar number systems.

HEX B0 61 E6
Decimal 176 97 230
Binary 10110000 1100001 11100110
Octal 260 141 346

Shades and tints

Shades of #B061E6

#B061E6
(176,97,230)
#A059D2
(160,89,210)
#9051BE
(144,81,190)
#8049AA
(128,73,170)
#704196
(112,65,150)
#603982
(96,57,130)
#50316E
(80,49,110)
#40295A
(64,41,90)
#302146
(48,33,70)
#201932
(32,25,50)
#10111E
(16,17,30)
#000000
(0,0,0)

Tints of #B061E6

#B061E6
(176,97,230)
#B76FE8
(183,111,232)
#BE7DEA
(190,125,234)
#C58BEC
(197,139,236)
#CC99EE
(204,153,238)
#D3A7F0
(211,167,240)
#DAB5F2
(218,181,242)
#E1C3F4
(225,195,244)
#E8D1F6
(232,209,246)
#EFDFF8
(239,223,248)
#F6EDFA
(246,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B061E6 color. Also use rgb(176,97,230) instead hex code.

Text Font Color

.myTextColor { color: #B061E6; }

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

This text font color is #B061E6.

Background Color

.myBgColor { background-color: #B061E6; }

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

This div background color is #B061E6.

Border color

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

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

This div border color is #B061E6.

Opacity

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

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

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

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

This text has shadow with #B061E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B061E6.

Preview

Color preview on black background

This text has color #B061E6 on black background.


Color preview on white background

This text has color #B061E6 on white background.


Black color preview on #B061E6 background

This text has black color on #B061E6 background.


White color preview on #B061E6 background

This text has white color on #B061E6 background.


Related colors

Complementary color

Complementary color for #hex is #4F9E19.


I love getcolorcode.com

Triadic colors

1 #E6B061 and #61E6B0 with #B061E6 are triadic colors.

2 #E661B0 and #61B0E6 with #B061E6 are triadic colors.