COLOR #B071CA

HEX: #B071CA RGB: (176,113,202)

Color info

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

RGB color model

#B071CA color RGB value is (176,113,202).

RGB: (176,113,202) (69%, 44%, 79%)

RGB channels and saturation

R 176 of 255 = 69%
G 113 of 255 = 44%
B 202 of 255 = 79%

176
113
202

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

Portions of RGB colors in percentages

R + G + B = 176 + 113 + 202 = 491 (100%)
R 176 of 491 ~ 35.85%
G 113 of 491 ~ 23.01%
B 202 of 491 ~ 41.14'%

%35.85
%23.01
%41.14

CMYK color model

#B071CA color CMYK value is (13,44,0,21).

  • cyan value is 12.87%
  • magenta value is 44.06%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (13,44,0,21)
C13M44Y0K21 (13%, 44%, 0%, 21%)
(0.13 / 0.44 / 0.00 / 0.21)

CMYK percentages

%12.87
%44.06
%0
%20.78

Codes

Color #B071CA in popluar color models

B0 71 CA
RGB 176 113 202
HSL 282° 45.64% 61.76%
HSB/HSV 282° 44.06% 79.22%
CMYK 12.87% 44.06% 0.00%
20.78%

Color #B071CA in popluar number systems.

HEX B0 71 CA
Decimal 176 113 202
Binary 10110000 1110001 11001010
Octal 260 161 312

Shades and tints

Shades of #B071CA

#B071CA
(176,113,202)
#A067B8
(160,103,184)
#905DA6
(144,93,166)
#805394
(128,83,148)
#704982
(112,73,130)
#603F70
(96,63,112)
#50355E
(80,53,94)
#402B4C
(64,43,76)
#30213A
(48,33,58)
#201728
(32,23,40)
#100D16
(16,13,22)
#000000
(0,0,0)

Tints of #B071CA

#B071CA
(176,113,202)
#B77DCE
(183,125,206)
#BE89D2
(190,137,210)
#C595D6
(197,149,214)
#CCA1DA
(204,161,218)
#D3ADDE
(211,173,222)
#DAB9E2
(218,185,226)
#E1C5E6
(225,197,230)
#E8D1EA
(232,209,234)
#EFDDEE
(239,221,238)
#F6E9F2
(246,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B071CA color. Also use rgb(176,113,202) instead hex code.

Text Font Color

.myTextColor { color: #B071CA; }

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

This text font color is #B071CA.

Background Color

.myBgColor { background-color: #B071CA; }

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

This div background color is #B071CA.

Border color

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

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

This div border color is #B071CA.

Opacity

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

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

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

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

This text has shadow with #B071CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B071CA.

Preview

Color preview on black background

This text has color #B071CA on black background.


Color preview on white background

This text has color #B071CA on white background.


Black color preview on #B071CA background

This text has black color on #B071CA background.


White color preview on #B071CA background

This text has white color on #B071CA background.


Related colors

Complementary color

Complementary color for #hex is #4F8E35.


I love getcolorcode.com

Triadic colors

1 #CAB071 and #71CAB0 with #B071CA are triadic colors.

2 #CA71B0 and #71B0CA with #B071CA are triadic colors.