#B489C1

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

Shades of East Side #B489C1

Tints of East Side #B489C1

Color information

#B489C1 (or 0xB489C1) is unknown color: approx East Side. HEX triplet: B4, 89 and C1. RGB value is (180,137,193). Sum of RGB (Red+Green+Blue) = 180+137+193=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #B489C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B489C1 is #4B763E. Grayscale: #9C9C9C. Windows color (decimal): -4945471 or 12683700. OLE color: 12683700.

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

Color convert

RGB180137193-
CMYK0.070.2900.24
HSL286.07º31.11%64.71%-
HSV(B)286.07º29.02%75.69%-
XYZ37.3931.4454.55-
YUV156.24148.75144.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 137 (53.91% from 255) = 26.86%
BLUE value IS 193 (75.78% from 255) = 37.84%
R=35.29%
G=26.86%
B=37.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801371930.070.2900.24286.0731.1164.71
HexB489C171D01811e1f41
Octal26421130173503043637101
Binary10110100100010011100000111111101011000100011110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B489C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B489C1; }

 p { color: rgb(180,137,193); }

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

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

 a { background-color: rgb(180,137,193); }

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

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

 span { border-color: rgb(180,137,193); }

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