COLOR #B287DD

HEX: #B287DD RGB: (178,135,221)

Color info

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

RGB color model

#B287DD color RGB value is (178,135,221).

RGB: (178,135,221) (70%, 53%, 87%)

RGB channels and saturation

R 178 of 255 = 70%
G 135 of 255 = 53%
B 221 of 255 = 87%

178
135
221

R + G + B ~ 70%. #B287DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 135 + 221 = 534 (100%)
R 178 of 534 ~ 33.33%
G 135 of 534 ~ 25.28%
B 221 of 534 ~ 41.39'%

%33.33
%25.28
%41.39

CMYK color model

#B287DD color CMYK value is (19,39,0,13).

  • cyan value is 19.46%
  • magenta value is 38.91%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (19,39,0,13)
C19M39Y0K13 (19%, 39%, 0%, 13%)
(0.19 / 0.39 / 0.00 / 0.13)

CMYK percentages

%19.46
%38.91
%0
%13.33

Codes

Color #B287DD in popluar color models

B2 87 DD
RGB 178 135 221
HSL 270° 55.84% 69.80%
HSB/HSV 270° 38.91% 86.67%
CMYK 19.46% 38.91% 0.00%
13.33%

Color #B287DD in popluar number systems.

HEX B2 87 DD
Decimal 178 135 221
Binary 10110010 10000111 11011101
Octal 262 207 335

Shades and tints

Shades of #B287DD

#B287DD
(178,135,221)
#A27BC9
(162,123,201)
#926FB5
(146,111,181)
#8263A1
(130,99,161)
#72578D
(114,87,141)
#624B79
(98,75,121)
#523F65
(82,63,101)
#423351
(66,51,81)
#32273D
(50,39,61)
#221B29
(34,27,41)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #B287DD

#B287DD
(178,135,221)
#B991E0
(185,145,224)
#C09BE3
(192,155,227)
#C7A5E6
(199,165,230)
#CEAFE9
(206,175,233)
#D5B9EC
(213,185,236)
#DCC3EF
(220,195,239)
#E3CDF2
(227,205,242)
#EAD7F5
(234,215,245)
#F1E1F8
(241,225,248)
#F8EBFB
(248,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B287DD color. Also use rgb(178,135,221) instead hex code.

Text Font Color

.myTextColor { color: #B287DD; }

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

This text font color is #B287DD.

Background Color

.myBgColor { background-color: #B287DD; }

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

This div background color is #B287DD.

Border color

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

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

This div border color is #B287DD.

Opacity

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

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

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

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

This text has shadow with #B287DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B287DD.

Preview

Color preview on black background

This text has color #B287DD on black background.


Color preview on white background

This text has color #B287DD on white background.


Black color preview on #B287DD background

This text has black color on #B287DD background.


White color preview on #B287DD background

This text has white color on #B287DD background.


Related colors

Complementary color

Complementary color for #hex is #4D7822.


I love getcolorcode.com

Triadic colors

1 #DDB287 and #87DDB2 with #B287DD are triadic colors.

2 #DD87B2 and #87B2DD with #B287DD are triadic colors.