COLOR #B965B8

HEX: #B965B8
RGB: (185,101,184)

Color info

#B965B8 contains mainly red and blue colors. Web safe color of #B965B8 is #CC66CC (or #C6C).

RGB color model

#B965B8 color RGB value is (185,101,184).

  • red value is 185;
  • green value is 101;
  • blue value is 184.
RGB:
(185,101,184)
(73%,40%,72%)

RGB channels and saturation

R 185 of 255 = 73%
G 101 of 255 = 40%
B 184 of 255 = 72%

185
101
184

R + G + B ~ 62%. #B965B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 101 + 184 = 470 (100%)
R 185 of 470 ~ 39.36%
G 101 of 470 ~ 21.49%
B 184 of 470 ~ 39.15%

%39.36
%21.49
%39.15

CMYK color model

#B965B8 color CMYK value is (0,45,1,27).

  • cyan value is 0.00%
  • magenta value is 45.41%
  • yellow value is 0.54%
  • key color value is 27.45%
CMYK:
(0,45,1,27)
C0M45Y1K27 
(0%,45%,1%,27%)
(0.00/0.45/0.01/0.27)	

CMYK percentages

%0
%45.41
%0.54
%27.45

Codes

Color #B965B8 in popluar color models

B965B8
RGB185101184
HSL301°37.50%56.08%
HSB/HSV301°45.41%72.55%
CMYK0.00%45.41%0.54%
27.45%

Color #B965B8 in popluar number systems.

HEXB965B8
Decimal185101184
Binary10111001110010110111000
Octal271145270

Shades and tints

Shades of #B965B8

#B965B8
(185,101,184)
#A95CA8
(169,92,168)
#995398
(153,83,152)
#894A88
(137,74,136)
#794178
(121,65,120)
#693868
(105,56,104)
#592F58
(89,47,88)
#492648
(73,38,72)
#391D38
(57,29,56)
#291428
(41,20,40)
#190B18
(25,11,24)
#000000
(0,0,0)

Tints of #B965B8

#B965B8
(185,101,184)
#BF73BE
(191,115,190)
#C581C4
(197,129,196)
#CB8FCA
(203,143,202)
#D19DD0
(209,157,208)
#D7ABD6
(215,171,214)
#DDB9DC
(221,185,220)
#E3C7E2
(227,199,226)
#E9D5E8
(233,213,232)
#EFE3EE
(239,227,238)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B965B8; }

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

This text font color is #B965B8.


Background Color

.myBgColor { background-color: #B965B8; }

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

This div background color is #B965B8.


Border color

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

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

This div border color is #B965B8.


Opacity

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

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

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

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

This text has shadow with #B965B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B965B8 on black background.


Color preview on white background

This text has color #B965B8 on white background.



Black color preview on #B965B8 background

This text has black color on #B965B8 background.


White color preview on #B965B8 background

This text has white color on #B965B8 background.