#B487CA

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

Shades of East Side #B487CA

Tints of East Side #B487CA

Color information

#B487CA (or 0xB487CA) is unknown color: approx East Side. HEX triplet: B4, 87 and CA. RGB value is (180,135,202). Sum of RGB (Red+Green+Blue) = 180+135+202=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #B487CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B487CA is #4B7835. Grayscale: #9B9B9B. Windows color (decimal): -4945974 or 13273012. OLE color: 13273012.

HSL color Cylindrical-coordinate representation of color #B487CA: hue angle of 280.3º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B487CA is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB180135202-
CMYK0.110.3300.21
HSL280.3º38.73%66.08%-
HSV(B)280.3º33.17%79.22%-
XYZ38.1531.359.91-
YUV156.09153.91145.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 135 (53.12% from 255) = 26.11%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=34.82%
G=26.11%
B=39.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801352020.110.3300.21280.338.7366.08
HexB487CAB210151182742
Octal264207312134102543047102
Binary10110100100001111100101010111000010101011000110001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B487CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B487CA; }

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

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

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

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

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

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

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

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