#B487BA

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

Shades of East Side #B487BA

Tints of East Side #B487BA

Color information

#B487BA (or 0xB487BA) is unknown color: approx East Side. HEX triplet: B4, 87 and BA. RGB value is (180,135,186). Sum of RGB (Red+Green+Blue) = 180+135+186=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #B487BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B487BA is #4B7845. Grayscale: #9A9A9A. Windows color (decimal): -4945990 or 12224436. OLE color: 12224436.

HSL color Cylindrical-coordinate representation of color #B487BA: hue angle of 292.94º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B487BA is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180135186-
CMYK0.030.2700.27
HSL292.94º26.98%62.94%-
HSV(B)292.94º27.42%72.94%-
XYZ36.3530.5850.44-
YUV154.27145.91146.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 135 (53.12% from 255) = 26.95%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=35.93%
G=26.95%
B=37.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801351860.030.2700.27292.9426.9862.94
HexB487BA31B01B1251b3f
Octal2642072723330334453377
Binary101101001000011110111010111101101101110010010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B487BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B487BA; }

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

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

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

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

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

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

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

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