COLOR #B265B2

HEX: #B265B2
RGB: (178,101,178)

Color info

#B265B2 contains mainly red and blue colors. Web safe color of #B265B2 is #996699 (or #969).

RGB color model

#B265B2 color RGB value is (178,101,178).

  • red value is 178;
  • green value is 101;
  • blue value is 178.
RGB:
(178,101,178)
(70%,40%,70%)

RGB channels and saturation

R 178 of 255 = 70%
G 101 of 255 = 40%
B 178 of 255 = 70%

178
101
178

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

Portions of RGB colors in percentages

R + G + B =
178 + 101 + 178 = 457 (100%)
R 178 of 457 ~ 38.95%
G 101 of 457 ~ 22.1%
B 178 of 457 ~ 38.95%

%38.95
%22.1
%38.95

CMYK color model

#B265B2 color CMYK value is (0,43,0,30).

  • cyan value is 0.00%
  • magenta value is 43.26%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(0,43,0,30)
C0M43Y0K30 
(0%,43%,0%,30%)
(0.00/0.43/0.00/0.30)	

CMYK percentages

%0
%43.26
%0
%30.2

Codes

Color #B265B2 in popluar color models

B265B2
RGB178101178
HSL300°33.33%54.71%
HSB/HSV300°43.26%69.80%
CMYK0.00%43.26%0.00%
30.20%

Color #B265B2 in popluar number systems.

HEXB265B2
Decimal178101178
Binary10110010110010110110010
Octal262145262

Shades and tints

Shades of #B265B2

#B265B2
(178,101,178)
#A25CA2
(162,92,162)
#925392
(146,83,146)
#824A82
(130,74,130)
#724172
(114,65,114)
#623862
(98,56,98)
#522F52
(82,47,82)
#422642
(66,38,66)
#321D32
(50,29,50)
#221422
(34,20,34)
#120B12
(18,11,18)
#000000
(0,0,0)

Tints of #B265B2

#B265B2
(178,101,178)
#B973B9
(185,115,185)
#C081C0
(192,129,192)
#C78FC7
(199,143,199)
#CE9DCE
(206,157,206)
#D5ABD5
(213,171,213)
#DCB9DC
(220,185,220)
#E3C7E3
(227,199,227)
#EAD5EA
(234,213,234)
#F1E3F1
(241,227,241)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B265B2 color. Also use rgb(178,101,178) instead hex code.

Text Font Color

.myTextColor { color: #B265B2; }

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

This text font color is #B265B2.


Background Color

.myBgColor { background-color: #B265B2; }

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

This div background color is #B265B2.


Border color

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

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

This div border color is #B265B2.


Opacity

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

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

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

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

This text has shadow with #B265B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B265B2 on black background.


Color preview on white background

This text has color #B265B2 on white background.



Black color preview on #B265B2 background

This text has black color on #B265B2 background.


White color preview on #B265B2 background

This text has white color on #B265B2 background.