COLOR #B062E5

HEX: #B062E5 RGB: (176,98,229)

Color info

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

RGB color model

#B062E5 color RGB value is (176,98,229).

RGB: (176,98,229) (69%, 38%, 90%)

RGB channels and saturation

R 176 of 255 = 69%
G 98 of 255 = 38%
B 229 of 255 = 90%

176
98
229

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

Portions of RGB colors in percentages

R + G + B = 176 + 98 + 229 = 503 (100%)
R 176 of 503 ~ 34.99%
G 98 of 503 ~ 19.48%
B 229 of 503 ~ 45.53'%

%34.99
%19.48
%45.53

CMYK color model

#B062E5 color CMYK value is (23,57,0,10).

  • cyan value is 23.14%
  • magenta value is 57.21%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (23,57,0,10)
C23M57Y0K10 (23%, 57%, 0%, 10%)
(0.23 / 0.57 / 0.00 / 0.10)

CMYK percentages

%23.14
%57.21
%0
%10.2

Codes

Color #B062E5 in popluar color models

B0 62 E5
RGB 176 98 229
HSL 276° 71.58% 64.12%
HSB/HSV 276° 57.21% 89.80%
CMYK 23.14% 57.21% 0.00%
10.20%

Color #B062E5 in popluar number systems.

HEX B0 62 E5
Decimal 176 98 229
Binary 10110000 1100010 11100101
Octal 260 142 345

Shades and tints

Shades of #B062E5

#B062E5
(176,98,229)
#A05AD1
(160,90,209)
#9052BD
(144,82,189)
#804AA9
(128,74,169)
#704295
(112,66,149)
#603A81
(96,58,129)
#50326D
(80,50,109)
#402A59
(64,42,89)
#302245
(48,34,69)
#201A31
(32,26,49)
#10121D
(16,18,29)
#000000
(0,0,0)

Tints of #B062E5

#B062E5
(176,98,229)
#B770E7
(183,112,231)
#BE7EE9
(190,126,233)
#C58CEB
(197,140,235)
#CC9AED
(204,154,237)
#D3A8EF
(211,168,239)
#DAB6F1
(218,182,241)
#E1C4F3
(225,196,243)
#E8D2F5
(232,210,245)
#EFE0F7
(239,224,247)
#F6EEF9
(246,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B062E5 color. Also use rgb(176,98,229) instead hex code.

Text Font Color

.myTextColor { color: #B062E5; }

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

This text font color is #B062E5.

Background Color

.myBgColor { background-color: #B062E5; }

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

This div background color is #B062E5.

Border color

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

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

This div border color is #B062E5.

Opacity

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

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

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

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

This text has shadow with #B062E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B062E5.

Preview

Color preview on black background

This text has color #B062E5 on black background.


Color preview on white background

This text has color #B062E5 on white background.


Black color preview on #B062E5 background

This text has black color on #B062E5 background.


White color preview on #B062E5 background

This text has white color on #B062E5 background.


Related colors

Complementary color

Complementary color for #hex is #4F9D1A.


I love getcolorcode.com

Triadic colors

1 #E5B062 and #62E5B0 with #B062E5 are triadic colors.

2 #E562B0 and #62B0E5 with #B062E5 are triadic colors.