#B87AD7

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

Shades of East Side #B87AD7

Tints of East Side #B87AD7

Color information

#B87AD7 (or 0xB87AD7) is unknown color: approx East Side. HEX triplet: B8, 7A and D7. RGB value is (184,122,215). Sum of RGB (Red+Green+Blue) = 184+122+215=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #B87AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87AD7 is #478528. Grayscale: #969696. Windows color (decimal): -4687145 or 14121656. OLE color: 14121656.

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

Color convert

RGB184122215-
CMYK0.140.4300.16
HSL280º53.76%66.08%-
HSV(B)280º43.26%84.31%-
XYZ38.9929.0267.84-
YUV151.14164.04151.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.32%
GREEN value IS 122 (48.05% from 255) = 23.42%
BLUE value IS 215 (84.38% from 255) = 41.27%
R=35.32%
G=23.42%
B=41.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1841222150.140.4300.1628053.7666.08
HexB87AD7E2B0101183642
Octal270172327165302043066102
Binary1011100011110101101011111101010110100001000110001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87AD7; }

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

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

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

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

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

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

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

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