#B87DD7

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

Shades of East Side #B87DD7

Tints of East Side #B87DD7

Color information

#B87DD7 (or 0xB87DD7) is unknown color: approx East Side. HEX triplet: B8, 7D and D7. RGB value is (184,125,215). Sum of RGB (Red+Green+Blue) = 184+125+215=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #B87DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87DD7 is #478228. Grayscale: #989898. Windows color (decimal): -4686377 or 14122424. OLE color: 14122424.

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

Color convert

RGB184125215-
CMYK0.140.4200.16
HSL279.33º52.94%66.67%-
HSV(B)279.33º41.86%84.31%-
XYZ39.3729.7667.96-
YUV152.9163.05150.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.11%
GREEN value IS 125 (49.22% from 255) = 23.85%
BLUE value IS 215 (84.38% from 255) = 41.03%
R=35.11%
G=23.85%
B=41.03%

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
Decimal1841252150.140.4200.16279.3352.9466.67
HexB87DD7E2A0101173543
Octal270175327165202042765103
Binary1011100011111011101011111101010100100001000101111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87DD7; }

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

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

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

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

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

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

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

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