#B487C3

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

Shades of East Side #B487C3

Tints of East Side #B487C3

Color information

#B487C3 (or 0xB487C3) is unknown color: approx East Side. HEX triplet: B4, 87 and C3. RGB value is (180,135,195). Sum of RGB (Red+Green+Blue) = 180+135+195=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 195 - color contains mainly: blue. Hex color #B487C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B487C3 is #4B783C. Grayscale: #9B9B9B. Windows color (decimal): -4945981 or 12814260. OLE color: 12814260.

HSL color Cylindrical-coordinate representation of color #B487C3: hue angle of 285º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B487C3 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180135195-
CMYK0.080.3100.24
HSL285º33.33%64.71%-
HSV(B)285º30.77%76.47%-
XYZ37.3430.9755.64-
YUV155.29150.41145.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 135 (53.12% from 255) = 26.47%
BLUE value IS 195 (76.56% from 255) = 38.24%
R=35.29%
G=26.47%
B=38.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801351950.080.3100.2428533.3364.71
HexB487C381F01811d2141
Octal264207303103703043541101
Binary1011010010000111110000111000111110110001000111011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B487C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B487C3; }

 p { color: rgb(180,135,195); }

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

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

 a { background-color: rgb(180,135,195); }

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

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

 span { border-color: rgb(180,135,195); }

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