COLOR #B974ED

HEX: #B974ED
RGB: (185,116,237)

Color info

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

RGB color model

#B974ED color RGB value is (185,116,237).

  • red value is 185;
  • green value is 116;
  • blue value is 237.
RGB:
(185,116,237)
(73%,45%,93%)

RGB channels and saturation

R 185 of 255 = 73%
G 116 of 255 = 45%
B 237 of 255 = 93%

185
116
237

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

Portions of RGB colors in percentages

R + G + B =
185 + 116 + 237 = 538 (100%)
R 185 of 538 ~ 34.39%
G 116 of 538 ~ 21.56%
B 237 of 538 ~ 44.05%

%34.39
%21.56
%44.05

CMYK color model

#B974ED color CMYK value is (22,51,0,7).

  • cyan value is 21.94%
  • magenta value is 51.05%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(22,51,0,7)
C22M51Y0K7 
(22%,51%,0%,7%)
(0.22/0.51/0.00/0.07)	

CMYK percentages

%21.94
%51.05
%0
%7.06

Codes

Color #B974ED in popluar color models

B974ED
RGB185116237
HSL274°77.07%69.22%
HSB/HSV274°51.05%92.94%
CMYK21.94%51.05%0.00%
7.06%

Color #B974ED in popluar number systems.

HEXB974ED
Decimal185116237
Binary10111001111010011101101
Octal271164355

Shades and tints

Shades of #B974ED

#B974ED
(185,116,237)
#A96AD8
(169,106,216)
#9960C3
(153,96,195)
#8956AE
(137,86,174)
#794C99
(121,76,153)
#694284
(105,66,132)
#59386F
(89,56,111)
#492E5A
(73,46,90)
#392445
(57,36,69)
#291A30
(41,26,48)
#19101B
(25,16,27)
#000000
(0,0,0)

Tints of #B974ED

#B974ED
(185,116,237)
#BF80EE
(191,128,238)
#C58CEF
(197,140,239)
#CB98F0
(203,152,240)
#D1A4F1
(209,164,241)
#D7B0F2
(215,176,242)
#DDBCF3
(221,188,243)
#E3C8F4
(227,200,244)
#E9D4F5
(233,212,245)
#EFE0F6
(239,224,246)
#F5ECF7
(245,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B974ED color. Also use rgb(185,116,237) instead hex code.

Text Font Color

.myTextColor { color: #B974ED; }

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

This text font color is #B974ED.


Background Color

.myBgColor { background-color: #B974ED; }

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

This div background color is #B974ED.


Border color

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

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

This div border color is #B974ED.


Opacity

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

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

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

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

This text has shadow with #B974ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B974ED on black background.


Color preview on white background

This text has color #B974ED on white background.



Black color preview on #B974ED background

This text has black color on #B974ED background.


White color preview on #B974ED background

This text has white color on #B974ED background.