#B289C4

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

Shades of East Side #B289C4

Tints of East Side #B289C4

Color information

#B289C4 (or 0xB289C4) is unknown color: approx East Side. HEX triplet: B2, 89 and C4. RGB value is (178,137,196). Sum of RGB (Red+Green+Blue) = 178+137+196=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 196 - color contains mainly: blue. Hex color #B289C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B289C4 is #4D763B. Grayscale: #9B9B9B. Windows color (decimal): -5076540 or 12880306. OLE color: 12880306.

HSL color Cylindrical-coordinate representation of color #B289C4: hue angle of 281.69º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B289C4 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB178137196-
CMYK0.090.3000.23
HSL281.69º33.33%65.29%-
HSV(B)281.69º30.1%76.86%-
XYZ37.2731.3456.31-
YUV155.98150.58143.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.83%
GREEN value IS 137 (53.91% from 255) = 26.81%
BLUE value IS 196 (76.95% from 255) = 38.36%
R=34.83%
G=26.81%
B=38.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781371960.090.3000.23281.6933.3365.29
HexB289C491E01711a2141
Octal262211304113602743241101
Binary1011001010001001110001001001111100101111000110101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B289C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B289C4; }

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

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

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

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

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

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

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

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