COLOR #B02CD7

HEX: #B02CD7
RGB: (176,44,215)

Color info

#B02CD7 contains mainly red and blue colors. Web safe color of #B02CD7 is #9933CC (or #93C).

RGB color model

#B02CD7 color RGB value is (176,44,215).

  • red value is 176;
  • green value is 44;
  • blue value is 215.
RGB:
(176,44,215)
(69%,17%,84%)

RGB channels and saturation

R 176 of 255 = 69%
G 44 of 255 = 17%
B 215 of 255 = 84%

176
44
215

R + G + B ~ 57%. #B02CD7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
176 + 44 + 215 = 435 (100%)
R 176 of 435 ~ 40.46%
G 44 of 435 ~ 10.11%
B 215 of 435 ~ 49.43%

%40.46
%10.11
%49.43

CMYK color model

#B02CD7 color CMYK value is (18,80,0,16).

  • cyan value is 18.14%
  • magenta value is 79.53%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(18,80,0,16)
C18M80Y0K16 
(18%,80%,0%,16%)
(0.18/0.80/0.00/0.16)	

CMYK percentages

%18.14
%79.53
%0
%15.69

Codes

Color #B02CD7 in popluar color models

B02CD7
RGB17644215
HSL286°68.13%50.78%
HSB/HSV286°79.53%84.31%
CMYK18.14%79.53%0.00%
15.69%

Color #B02CD7 in popluar number systems.

HEXB02CD7
Decimal17644215
Binary1011000010110011010111
Octal26054327

Shades and tints

Shades of #B02CD7

#B02CD7
(176,44,215)
#A028C4
(160,40,196)
#9024B1
(144,36,177)
#80209E
(128,32,158)
#701C8B
(112,28,139)
#601878
(96,24,120)
#501465
(80,20,101)
#401052
(64,16,82)
#300C3F
(48,12,63)
#20082C
(32,8,44)
#100419
(16,4,25)
#000000
(0,0,0)

Tints of #B02CD7

#B02CD7
(176,44,215)
#B73FDA
(183,63,218)
#BE52DD
(190,82,221)
#C565E0
(197,101,224)
#CC78E3
(204,120,227)
#D38BE6
(211,139,230)
#DA9EE9
(218,158,233)
#E1B1EC
(225,177,236)
#E8C4EF
(232,196,239)
#EFD7F2
(239,215,242)
#F6EAF5
(246,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B02CD7 color. Also use rgb(176,44,215) instead hex code.

Text Font Color

.myTextColor { color: #B02CD7; }

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

This text font color is #B02CD7.


Background Color

.myBgColor { background-color: #B02CD7; }

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

This div background color is #B02CD7.


Border color

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

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

This div border color is #B02CD7.


Opacity

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

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

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

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

This text has shadow with #B02CD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B02CD7 on black background.


Color preview on white background

This text has color #B02CD7 on white background.



Black color preview on #B02CD7 background

This text has black color on #B02CD7 background.


White color preview on #B02CD7 background

This text has white color on #B02CD7 background.