#B87DD8

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

Shades of East Side #B87DD8

Tints of East Side #B87DD8

Color information

#B87DD8 (or 0xB87DD8) is unknown color: approx East Side. HEX triplet: B8, 7D and D8. RGB value is (184,125,216). Sum of RGB (Red+Green+Blue) = 184+125+216=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 216 - color contains mainly: blue. Hex color #B87DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87DD8 is #478227. Grayscale: #989898. Windows color (decimal): -4686376 or 14187960. OLE color: 14187960.

HSL color Cylindrical-coordinate representation of color #B87DD8: hue angle of 278.9º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B87DD8 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184125216-
CMYK0.150.4200.15
HSL278.9º53.85%66.86%-
HSV(B)278.9º42.13%84.71%-
XYZ39.529.8268.64-
YUV153.01163.55150.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.05%
GREEN value IS 125 (49.22% from 255) = 23.81%
BLUE value IS 216 (84.77% from 255) = 41.14%
R=35.05%
G=23.81%
B=41.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841252160.150.4200.15278.953.8566.86
HexB87DD8F2A0F1173643
Octal270175330175201742766103
Binary101110001111101110110001111101010011111000101111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87DD8; }

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

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

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

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

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

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

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

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