#B087D1

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

Shades of East Side #B087D1

Tints of East Side #B087D1

Color information

#B087D1 (or 0xB087D1) is unknown color: approx East Side. HEX triplet: B0, 87 and D1. RGB value is (176,135,209). Sum of RGB (Red+Green+Blue) = 176+135+209=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #B087D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087D1 is #4F782E. Grayscale: #9B9B9B. Windows color (decimal): -5208111 or 13731760. OLE color: 13731760.

HSL color Cylindrical-coordinate representation of color #B087D1: hue angle of 273.24º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B087D1 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB176135209-
CMYK0.160.3500.18
HSL273.24º44.58%67.45%-
HSV(B)273.24º35.41%81.96%-
XYZ38.0831.1664.33-
YUV155.69158.08142.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.85%
GREEN value IS 135 (53.12% from 255) = 25.96%
BLUE value IS 209 (82.03% from 255) = 40.19%
R=33.85%
G=25.96%
B=40.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1761352090.160.3500.18273.2444.5867.45
HexB087D110230121112d43
Octal260207321204302242155103
Binary101100001000011111010001100001000110100101000100011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B087D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B087D1; }

 p { color: rgb(176,135,209); }

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

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

 a { background-color: rgb(176,135,209); }

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

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

 span { border-color: rgb(176,135,209); }

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