COLOR #B090CC

HEX: #B090CC RGB: (176,144,204)

Color info

#B090CC contains mainly red and blue colors. Web safe color of #B090CC is #9999CC (or #99C).

RGB color model

#B090CC color RGB value is (176,144,204).

RGB: (176,144,204) (69%, 56%, 80%)

RGB channels and saturation

R 176 of 255 = 69%
G 144 of 255 = 56%
B 204 of 255 = 80%

176
144
204

R + G + B ~ 68%. #B090CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 144 + 204 = 524 (100%)
R 176 of 524 ~ 33.59%
G 144 of 524 ~ 27.48%
B 204 of 524 ~ 38.93'%

%33.59
%27.48
%38.93

CMYK color model

#B090CC color CMYK value is (14,29,0,20).

  • cyan value is 13.73%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (14,29,0,20)
C14M29Y0K20 (14%, 29%, 0%, 20%)
(0.14 / 0.29 / 0.00 / 0.20)

CMYK percentages

%13.73
%29.41
%0
%20

Codes

Color #B090CC in popluar color models

B0 90 CC
RGB 176 144 204
HSL 272° 37.04% 68.24%
HSB/HSV 272° 29.41% 80.00%
CMYK 13.73% 29.41% 0.00%
20.00%

Color #B090CC in popluar number systems.

HEX B0 90 CC
Decimal 176 144 204
Binary 10110000 10010000 11001100
Octal 260 220 314

Shades and tints

Shades of #B090CC

#B090CC
(176,144,204)
#A083BA
(160,131,186)
#9076A8
(144,118,168)
#806996
(128,105,150)
#705C84
(112,92,132)
#604F72
(96,79,114)
#504260
(80,66,96)
#40354E
(64,53,78)
#30283C
(48,40,60)
#201B2A
(32,27,42)
#100E18
(16,14,24)
#000000
(0,0,0)

Tints of #B090CC

#B090CC
(176,144,204)
#B79AD0
(183,154,208)
#BEA4D4
(190,164,212)
#C5AED8
(197,174,216)
#CCB8DC
(204,184,220)
#D3C2E0
(211,194,224)
#DACCE4
(218,204,228)
#E1D6E8
(225,214,232)
#E8E0EC
(232,224,236)
#EFEAF0
(239,234,240)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B090CC color. Also use rgb(176,144,204) instead hex code.

Text Font Color

.myTextColor { color: #B090CC; }

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

This text font color is #B090CC.

Background Color

.myBgColor { background-color: #B090CC; }

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

This div background color is #B090CC.

Border color

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

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

This div border color is #B090CC.

Opacity

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

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

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

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

This text has shadow with #B090CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B090CC.

Preview

Color preview on black background

This text has color #B090CC on black background.


Color preview on white background

This text has color #B090CC on white background.


Black color preview on #B090CC background

This text has black color on #B090CC background.


White color preview on #B090CC background

This text has white color on #B090CC background.


Related colors

Complementary color

Complementary color for #hex is #4F6F33.


I love getcolorcode.com

Triadic colors

1 #CCB090 and #90CCB0 with #B090CC are triadic colors.

2 #CC90B0 and #90B0CC with #B090CC are triadic colors.