#B87AC0

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

Shades of East Side #B87AC0

Tints of East Side #B87AC0

Color information

#B87AC0 (or 0xB87AC0) is unknown color: approx East Side. HEX triplet: B8, 7A and C0. RGB value is (184,122,192). Sum of RGB (Red+Green+Blue) = 184+122+192=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 192 - color contains mainly: blue. Hex color #B87AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87AC0 is #47853F. Grayscale: #949494. Windows color (decimal): -4687168 or 12614328. OLE color: 12614328.

HSL color Cylindrical-coordinate representation of color #B87AC0: hue angle of 293.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B87AC0 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184122192-
CMYK0.040.3600.25
HSL293.14º35.71%61.57%-
HSV(B)293.14º36.46%75.29%-
XYZ36.2427.9253.35-
YUV148.52152.54153.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.95%
GREEN value IS 122 (48.05% from 255) = 24.50%
BLUE value IS 192 (75.39% from 255) = 38.55%
R=36.95%
G=24.50%
B=38.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841221920.040.3600.25293.1435.7161.57
HexB87AC0424019125243e
Octal2701723004440314454476
Binary10111000111101011000000100100100011001100100101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87AC0; }

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

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

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

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

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

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

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

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