#B289D1

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

Shades of East Side #B289D1

Tints of East Side #B289D1

Color information

#B289D1 (or 0xB289D1) is unknown color: approx East Side. HEX triplet: B2, 89 and D1. RGB value is (178,137,209). Sum of RGB (Red+Green+Blue) = 178+137+209=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 209 - color contains mainly: blue. Hex color #B289D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B289D1 is #4D762E. Grayscale: #9D9D9D. Windows color (decimal): -5076527 or 13732274. OLE color: 13732274.

HSL color Cylindrical-coordinate representation of color #B289D1: hue angle of 274.17º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B289D1 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB178137209-
CMYK0.150.3400.18
HSL274.17º43.9%67.84%-
HSV(B)274.17º34.45%81.96%-
XYZ38.8131.9664.44-
YUV157.47157.08142.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.97%
GREEN value IS 137 (53.91% from 255) = 26.15%
BLUE value IS 209 (82.03% from 255) = 39.89%
R=33.97%
G=26.15%
B=39.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1781372090.150.3400.18274.1743.967.84
HexB289D1F220121122c44
Octal262211321174202242254104
Binary10110010100010011101000111111000100100101000100101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B289D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B289D1; }

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

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

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

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

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

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

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

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