COLOR #B074CF

HEX: #B074CF RGB: (176,116,207)

Color info

#B074CF contains mainly red and blue colors. Web safe color of #B074CF is #9966CC (or #96C).

RGB color model

#B074CF color RGB value is (176,116,207).

RGB: (176,116,207) (69%, 45%, 81%)

RGB channels and saturation

R 176 of 255 = 69%
G 116 of 255 = 45%
B 207 of 255 = 81%

176
116
207

R + G + B ~ 65%. #B074CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 116 + 207 = 499 (100%)
R 176 of 499 ~ 35.27%
G 116 of 499 ~ 23.25%
B 207 of 499 ~ 41.48'%

%35.27
%23.25
%41.48

CMYK color model

#B074CF color CMYK value is (15,44,0,19).

  • cyan value is 14.98%
  • magenta value is 43.96%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (15,44,0,19)
C15M44Y0K19 (15%, 44%, 0%, 19%)
(0.15 / 0.44 / 0.00 / 0.19)

CMYK percentages

%14.98
%43.96
%0
%18.82

Codes

Color #B074CF in popluar color models

B0 74 CF
RGB 176 116 207
HSL 280° 48.66% 63.33%
HSB/HSV 280° 43.96% 81.18%
CMYK 14.98% 43.96% 0.00%
18.82%

Color #B074CF in popluar number systems.

HEX B0 74 CF
Decimal 176 116 207
Binary 10110000 1110100 11001111
Octal 260 164 317

Shades and tints

Shades of #B074CF

#B074CF
(176,116,207)
#A06ABD
(160,106,189)
#9060AB
(144,96,171)
#805699
(128,86,153)
#704C87
(112,76,135)
#604275
(96,66,117)
#503863
(80,56,99)
#402E51
(64,46,81)
#30243F
(48,36,63)
#201A2D
(32,26,45)
#10101B
(16,16,27)
#000000
(0,0,0)

Tints of #B074CF

#B074CF
(176,116,207)
#B780D3
(183,128,211)
#BE8CD7
(190,140,215)
#C598DB
(197,152,219)
#CCA4DF
(204,164,223)
#D3B0E3
(211,176,227)
#DABCE7
(218,188,231)
#E1C8EB
(225,200,235)
#E8D4EF
(232,212,239)
#EFE0F3
(239,224,243)
#F6ECF7
(246,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B074CF color. Also use rgb(176,116,207) instead hex code.

Text Font Color

.myTextColor { color: #B074CF; }

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

This text font color is #B074CF.

Background Color

.myBgColor { background-color: #B074CF; }

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

This div background color is #B074CF.

Border color

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

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

This div border color is #B074CF.

Opacity

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

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

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

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

This text has shadow with #B074CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B074CF.

Preview

Color preview on black background

This text has color #B074CF on black background.


Color preview on white background

This text has color #B074CF on white background.


Black color preview on #B074CF background

This text has black color on #B074CF background.


White color preview on #B074CF background

This text has white color on #B074CF background.


Related colors

Complementary color

Complementary color for #hex is #4F8B30.


I love getcolorcode.com

Triadic colors

1 #CFB074 and #74CFB0 with #B074CF are triadic colors.

2 #CF74B0 and #74B0CF with #B074CF are triadic colors.