#B289C0

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

Shades of East Side #B289C0

Tints of East Side #B289C0

Color information

#B289C0 (or 0xB289C0) is unknown color: approx East Side. HEX triplet: B2, 89 and C0. RGB value is (178,137,192). Sum of RGB (Red+Green+Blue) = 178+137+192=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 192 - color contains mainly: blue. Hex color #B289C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B289C0 is #4D763F. Grayscale: #9B9B9B. Windows color (decimal): -5076544 or 12618162. OLE color: 12618162.

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

Color convert

RGB178137192-
CMYK0.070.2900.25
HSL284.73º30.39%64.51%-
HSV(B)284.73º28.65%75.29%-
XYZ36.8231.1653.94-
YUV155.53148.58144.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.11%
GREEN value IS 137 (53.91% from 255) = 27.02%
BLUE value IS 192 (75.39% from 255) = 37.87%
R=35.11%
G=27.02%
B=37.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781371920.070.2900.25284.7330.3964.51
HexB289C071D01911d1e41
Octal26221130073503143536101
Binary10110010100010011100000011111101011001100011101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B289C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B289C0; }

 p { color: rgb(178,137,192); }

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

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

 a { background-color: rgb(178,137,192); }

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

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

 span { border-color: rgb(178,137,192); }

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