COLOR #B063BE

HEX: #B063BE RGB: (176,99,190)

Color info

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

RGB color model

#B063BE color RGB value is (176,99,190).

RGB: (176,99,190) (69%, 39%, 75%)

RGB channels and saturation

R 176 of 255 = 69%
G 99 of 255 = 39%
B 190 of 255 = 75%

176
99
190

R + G + B ~ 61%. #B063BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 99 + 190 = 465 (100%)
R 176 of 465 ~ 37.85%
G 99 of 465 ~ 21.29%
B 190 of 465 ~ 40.86'%

%37.85
%21.29
%40.86

CMYK color model

#B063BE color CMYK value is (7,48,0,25).

  • cyan value is 7.37%
  • magenta value is 47.89%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (7,48,0,25)
C7M48Y0K25 (7%, 48%, 0%, 25%)
(0.07 / 0.48 / 0.00 / 0.25)

CMYK percentages

%7.37
%47.89
%0
%25.49

Codes

Color #B063BE in popluar color models

B0 63 BE
RGB 176 99 190
HSL 291° 41.18% 56.67%
HSB/HSV 291° 47.89% 74.51%
CMYK 7.37% 47.89% 0.00%
25.49%

Color #B063BE in popluar number systems.

HEX B0 63 BE
Decimal 176 99 190
Binary 10110000 1100011 10111110
Octal 260 143 276

Shades and tints

Shades of #B063BE

#B063BE
(176,99,190)
#A05AAD
(160,90,173)
#90519C
(144,81,156)
#80488B
(128,72,139)
#703F7A
(112,63,122)
#603669
(96,54,105)
#502D58
(80,45,88)
#402447
(64,36,71)
#301B36
(48,27,54)
#201225
(32,18,37)
#100914
(16,9,20)
#000000
(0,0,0)

Tints of #B063BE

#B063BE
(176,99,190)
#B771C3
(183,113,195)
#BE7FC8
(190,127,200)
#C58DCD
(197,141,205)
#CC9BD2
(204,155,210)
#D3A9D7
(211,169,215)
#DAB7DC
(218,183,220)
#E1C5E1
(225,197,225)
#E8D3E6
(232,211,230)
#EFE1EB
(239,225,235)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B063BE color. Also use rgb(176,99,190) instead hex code.

Text Font Color

.myTextColor { color: #B063BE; }

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

This text font color is #B063BE.

Background Color

.myBgColor { background-color: #B063BE; }

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

This div background color is #B063BE.

Border color

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

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

This div border color is #B063BE.

Opacity

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

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

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

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

This text has shadow with #B063BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B063BE.

Preview

Color preview on black background

This text has color #B063BE on black background.


Color preview on white background

This text has color #B063BE on white background.


Black color preview on #B063BE background

This text has black color on #B063BE background.


White color preview on #B063BE background

This text has white color on #B063BE background.


Related colors

Complementary color

Complementary color for #hex is #4F9C41.


I love getcolorcode.com

Triadic colors

1 #BEB063 and #63BEB0 with #B063BE are triadic colors.

2 #BE63B0 and #63B0BE with #B063BE are triadic colors.