#B487BC

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

Shades of East Side #B487BC

Tints of East Side #B487BC

Color information

#B487BC (or 0xB487BC) is unknown color: approx East Side. HEX triplet: B4, 87 and BC. RGB value is (180,135,188). Sum of RGB (Red+Green+Blue) = 180+135+188=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #B487BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B487BC is #4B7843. Grayscale: #9A9A9A. Windows color (decimal): -4945988 or 12355508. OLE color: 12355508.

HSL color Cylindrical-coordinate representation of color #B487BC: hue angle of 290.94º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B487BC is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180135188-
CMYK0.040.2800.26
HSL290.94º28.34%63.33%-
HSV(B)290.94º28.19%73.73%-
XYZ36.5630.6651.57-
YUV154.5146.91146.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 135 (53.12% from 255) = 26.84%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=35.79%
G=26.84%
B=37.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801351880.040.2800.26290.9428.3463.33
HexB487BC41C01A1231c3f
Octal2642072744340324433477
Binary1011010010000111101111001001110001101010010001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B487BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B487BC; }

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

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

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

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

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

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

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

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