#B39AC2

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

Shades of East Side #B39AC2

Tints of East Side #B39AC2

Color information

#B39AC2 (or 0xB39AC2) is unknown color: approx East Side. HEX triplet: B3, 9A and C2. RGB value is (179,154,194). Sum of RGB (Red+Green+Blue) = 179+154+194=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 194 - color contains mainly: blue. Hex color #B39AC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39AC2 is #4C653D. Grayscale: #A5A5A5. Windows color (decimal): -5006654 or 12753587. OLE color: 12753587.

HSL color Cylindrical-coordinate representation of color #B39AC2: hue angle of 277.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B39AC2 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB179154194-
CMYK0.080.2100.24
HSL277.5º24.69%68.24%-
HSV(B)277.5º20.62%76.08%-
XYZ39.8836.5956-
YUV166.03143.78137.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.97%
GREEN value IS 154 (60.55% from 255) = 29.22%
BLUE value IS 194 (76.17% from 255) = 36.81%
R=33.97%
G=29.22%
B=36.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791541940.080.2100.24277.524.6968.24
HexB39AC28150181161944
Octal263232302102503042631104
Binary101100111001101011000010100010101011000100010110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39AC2; }

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

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

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

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

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

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

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

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