#B87BD1

Color #B87BD1 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B87BD1

Tints of East Side #B87BD1

Color information

#B87BD1 (or 0xB87BD1) is unknown color: approx East Side. HEX triplet: B8, 7B and D1. RGB value is (184,123,209). Sum of RGB (Red+Green+Blue) = 184+123+209=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 209 - color contains mainly: blue. Hex color #B87BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87BD1 is #47842E. Grayscale: #969696. Windows color (decimal): -4686895 or 13728696. OLE color: 13728696.

HSL color Cylindrical-coordinate representation of color #B87BD1: hue angle of 282.56º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B87BD1 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB184123209-
CMYK0.120.4100.18
HSL282.56º48.31%65.1%-
HSV(B)282.56º41.15%81.96%-
XYZ38.3628.9663.89-
YUV151.04160.71151.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 35.66%
GREEN value IS 123 (48.44% from 255) = 23.84%
BLUE value IS 209 (82.03% from 255) = 40.50%
R=35.66%
G=23.84%
B=40.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1841232090.120.4100.18282.5648.3165.1
HexB87BD1C2901211b3041
Octal270173321145102243360101
Binary1011100011110111101000111001010010100101000110111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87BD1; }

 p { color: rgb(184,123,209); }

 H1.HeaderClassName
 {
   color: #B87BD1;
 }
 .AnyTagClassName
 {
   color: #B87BD1;
 }
</style>
background-color css

<style>
 a { background-color: #B87BD1; }

 a { background-color: rgb(184,123,209); }

 div.DivClassName
 {
   background-color: #B87BD1;
 }
 .BgClassName
 {
   background-color: #B87BD1;
 }
</style>
border-color css

<style>
 span { border-color: #B87BD1; }

 span { border-color: rgb(184,123,209); }

 td.TdClassName
 {
   border-color: #B87BD1;
 }
 .TagClassName
 {
   border-color: #B87BD1;
 }
</style>