#B87DD6

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

Shades of East Side #B87DD6

Tints of East Side #B87DD6

Color information

#B87DD6 (or 0xB87DD6) is unknown color: approx East Side. HEX triplet: B8, 7D and D6. RGB value is (184,125,214). Sum of RGB (Red+Green+Blue) = 184+125+214=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #B87DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87DD6 is #478229. Grayscale: #989898. Windows color (decimal): -4686378 or 14056888. OLE color: 14056888.

HSL color Cylindrical-coordinate representation of color #B87DD6: hue angle of 279.78º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B87DD6 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB184125214-
CMYK0.140.4200.16
HSL279.78º52.05%66.47%-
HSV(B)279.78º41.59%83.92%-
XYZ39.2429.7167.29-
YUV152.79162.55150.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.18%
GREEN value IS 125 (49.22% from 255) = 23.90%
BLUE value IS 214 (83.98% from 255) = 40.92%
R=35.18%
G=23.90%
B=40.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1841252140.140.4200.16279.7852.0566.47
HexB87DD6E2A0101183442
Octal270175326165202043064102
Binary1011100011111011101011011101010100100001000110001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87DD6; }

 p { color: rgb(184,125,214); }

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

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

 a { background-color: rgb(184,125,214); }

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

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

 span { border-color: rgb(184,125,214); }

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