COLOR #B284BE

HEX: #B284BE
RGB: (178,132,190)

Color info

#B284BE contains red, green and blue colors in about the same proportion. Web safe color of #B284BE is #9999CC (or #99C).

RGB color model

#B284BE color RGB value is (178,132,190).

  • red value is 178;
  • green value is 132;
  • blue value is 190.
RGB:
(178,132,190)
(70%,52%,75%)

RGB channels and saturation

R 178 of 255 = 70%
G 132 of 255 = 52%
B 190 of 255 = 75%

178
132
190

R + G + B ~ 66%. #B284BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 132 + 190 = 500 (100%)
R 178 of 500 ~ 35.6%
G 132 of 500 ~ 26.4%
B 190 of 500 ~ 38%

%35.6
%26.4
%38

CMYK color model

#B284BE color CMYK value is (6,31,0,25).

  • cyan value is 6.32%
  • magenta value is 30.53%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(6,31,0,25)
C6M31Y0K25 
(6%,31%,0%,25%)
(0.06/0.31/0.00/0.25)	

CMYK percentages

%6.32
%30.53
%0
%25.49

Codes

Color #B284BE in popluar color models

B284BE
RGB178132190
HSL288°30.85%63.14%
HSB/HSV288°30.53%74.51%
CMYK6.32%30.53%0.00%
25.49%

Color #B284BE in popluar number systems.

HEXB284BE
Decimal178132190
Binary101100101000010010111110
Octal262204276

Shades and tints

Shades of #B284BE

#B284BE
(178,132,190)
#A278AD
(162,120,173)
#926C9C
(146,108,156)
#82608B
(130,96,139)
#72547A
(114,84,122)
#624869
(98,72,105)
#523C58
(82,60,88)
#423047
(66,48,71)
#322436
(50,36,54)
#221825
(34,24,37)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #B284BE

#B284BE
(178,132,190)
#B98FC3
(185,143,195)
#C09AC8
(192,154,200)
#C7A5CD
(199,165,205)
#CEB0D2
(206,176,210)
#D5BBD7
(213,187,215)
#DCC6DC
(220,198,220)
#E3D1E1
(227,209,225)
#EADCE6
(234,220,230)
#F1E7EB
(241,231,235)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B284BE color. Also use rgb(178,132,190) instead hex code.

Text Font Color

.myTextColor { color: #B284BE; }

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

This text font color is #B284BE.


Background Color

.myBgColor { background-color: #B284BE; }

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

This div background color is #B284BE.


Border color

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

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

This div border color is #B284BE.


Opacity

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

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

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

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

This text has shadow with #B284BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B284BE on black background.


Color preview on white background

This text has color #B284BE on white background.



Black color preview on #B284BE background

This text has black color on #B284BE background.


White color preview on #B284BE background

This text has white color on #B284BE background.