#B39ABD

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

Shades of East Side #B39ABD

Tints of East Side #B39ABD

Color information

#B39ABD (or 0xB39ABD) is unknown color: approx East Side. HEX triplet: B3, 9A and BD. RGB value is (179,154,189). Sum of RGB (Red+Green+Blue) = 179+154+189=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #B39ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39ABD is #4C6542. Grayscale: #A5A5A5. Windows color (decimal): -5006659 or 12425907. OLE color: 12425907.

HSL color Cylindrical-coordinate representation of color #B39ABD: hue angle of 282.86º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B39ABD is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179154189-
CMYK0.050.1900.26
HSL282.86º20.96%67.25%-
HSV(B)282.86º18.52%74.12%-
XYZ39.3336.3753.09-
YUV165.46141.28137.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=34.29%
G=29.50%
B=36.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791541890.050.1900.26282.8620.9667.25
HexB39ABD51301A11b1543
Octal26323227552303243325103
Binary10110011100110101011110110110011011010100011011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39ABD; }

 p { color: rgb(179,154,189); }

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

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

 a { background-color: rgb(179,154,189); }

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

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

 span { border-color: rgb(179,154,189); }

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