COLOR #B973E7

HEX: #B973E7
RGB: (185,115,231)

Color info

#B973E7 contains mainly red and blue colors. Web safe color of #B973E7 is #CC66FF (or #C6F).

RGB color model

#B973E7 color RGB value is (185,115,231).

  • red value is 185;
  • green value is 115;
  • blue value is 231.
RGB:
(185,115,231)
(73%,45%,91%)

RGB channels and saturation

R 185 of 255 = 73%
G 115 of 255 = 45%
B 231 of 255 = 91%

185
115
231

R + G + B ~ 70%. #B973E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 115 + 231 = 531 (100%)
R 185 of 531 ~ 34.84%
G 115 of 531 ~ 21.66%
B 231 of 531 ~ 43.5%

%34.84
%21.66
%43.5

CMYK color model

#B973E7 color CMYK value is (20,50,0,9).

  • cyan value is 19.91%
  • magenta value is 50.22%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(20,50,0,9)
C20M50Y0K9 
(20%,50%,0%,9%)
(0.20/0.50/0.00/0.09)	

CMYK percentages

%19.91
%50.22
%0
%9.41

Codes

Color #B973E7 in popluar color models

B973E7
RGB185115231
HSL276°70.73%67.84%
HSB/HSV276°50.22%90.59%
CMYK19.91%50.22%0.00%
9.41%

Color #B973E7 in popluar number systems.

HEXB973E7
Decimal185115231
Binary10111001111001111100111
Octal271163347

Shades and tints

Shades of #B973E7

#B973E7
(185,115,231)
#A969D2
(169,105,210)
#995FBD
(153,95,189)
#8955A8
(137,85,168)
#794B93
(121,75,147)
#69417E
(105,65,126)
#593769
(89,55,105)
#492D54
(73,45,84)
#39233F
(57,35,63)
#29192A
(41,25,42)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #B973E7

#B973E7
(185,115,231)
#BF7FE9
(191,127,233)
#C58BEB
(197,139,235)
#CB97ED
(203,151,237)
#D1A3EF
(209,163,239)
#D7AFF1
(215,175,241)
#DDBBF3
(221,187,243)
#E3C7F5
(227,199,245)
#E9D3F7
(233,211,247)
#EFDFF9
(239,223,249)
#F5EBFB
(245,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B973E7 color. Also use rgb(185,115,231) instead hex code.

Text Font Color

.myTextColor { color: #B973E7; }

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

This text font color is #B973E7.


Background Color

.myBgColor { background-color: #B973E7; }

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

This div background color is #B973E7.


Border color

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

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

This div border color is #B973E7.


Opacity

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

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

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

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

This text has shadow with #B973E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B973E7 on black background.


Color preview on white background

This text has color #B973E7 on white background.



Black color preview on #B973E7 background

This text has black color on #B973E7 background.


White color preview on #B973E7 background

This text has white color on #B973E7 background.