COLOR #B972BE

HEX: #B972BE
RGB: (185,114,190)

Color info

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

RGB color model

#B972BE color RGB value is (185,114,190).

  • red value is 185;
  • green value is 114;
  • blue value is 190.
RGB:
(185,114,190)
(73%,45%,75%)

RGB channels and saturation

R 185 of 255 = 73%
G 114 of 255 = 45%
B 190 of 255 = 75%

185
114
190

R + G + B ~ 64%. #B972BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 114 + 190 = 489 (100%)
R 185 of 489 ~ 37.83%
G 114 of 489 ~ 23.31%
B 190 of 489 ~ 38.85%

%37.83
%23.31
%38.85

CMYK color model

#B972BE color CMYK value is (3,40,0,25).

  • cyan value is 2.63%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(3,40,0,25)
C3M40Y0K25 
(3%,40%,0%,25%)
(0.03/0.40/0.00/0.25)	

CMYK percentages

%2.63
%40
%0
%25.49

Codes

Color #B972BE in popluar color models

B972BE
RGB185114190
HSL296°36.89%59.61%
HSB/HSV296°40.00%74.51%
CMYK2.63%40.00%0.00%
25.49%

Color #B972BE in popluar number systems.

HEXB972BE
Decimal185114190
Binary10111001111001010111110
Octal271162276

Shades and tints

Shades of #B972BE

#B972BE
(185,114,190)
#A968AD
(169,104,173)
#995E9C
(153,94,156)
#89548B
(137,84,139)
#794A7A
(121,74,122)
#694069
(105,64,105)
#593658
(89,54,88)
#492C47
(73,44,71)
#392236
(57,34,54)
#291825
(41,24,37)
#190E14
(25,14,20)
#000000
(0,0,0)

Tints of #B972BE

#B972BE
(185,114,190)
#BF7EC3
(191,126,195)
#C58AC8
(197,138,200)
#CB96CD
(203,150,205)
#D1A2D2
(209,162,210)
#D7AED7
(215,174,215)
#DDBADC
(221,186,220)
#E3C6E1
(227,198,225)
#E9D2E6
(233,210,230)
#EFDEEB
(239,222,235)
#F5EAF0
(245,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B972BE color. Also use rgb(185,114,190) instead hex code.

Text Font Color

.myTextColor { color: #B972BE; }

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

This text font color is #B972BE.


Background Color

.myBgColor { background-color: #B972BE; }

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

This div background color is #B972BE.


Border color

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

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

This div border color is #B972BE.


Opacity

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

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

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

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

This text has shadow with #B972BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B972BE on black background.


Color preview on white background

This text has color #B972BE on white background.



Black color preview on #B972BE background

This text has black color on #B972BE background.


White color preview on #B972BE background

This text has white color on #B972BE background.