#B17AC0

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

Shades of East Side #B17AC0

Tints of East Side #B17AC0

Color information

#B17AC0 (or 0xB17AC0) is unknown color: approx East Side. HEX triplet: B1, 7A and C0. RGB value is (177,122,192). Sum of RGB (Red+Green+Blue) = 177+122+192=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #B17AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17AC0 is #4E853F. Grayscale: #929292. Windows color (decimal): -5145920 or 12614321. OLE color: 12614321.

HSL color Cylindrical-coordinate representation of color #B17AC0: hue angle of 287.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B17AC0 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177122192-
CMYK0.080.3600.25
HSL287.14º35.71%61.57%-
HSV(B)287.14º36.46%75.29%-
XYZ34.6127.0753.27-
YUV146.42153.72149.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 122 (48.05% from 255) = 24.85%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=36.05%
G=24.85%
B=39.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771221920.080.3600.25287.1435.7161.57
HexB17AC082401911f243e
Octal26117230010440314374476
Binary101100011111010110000001000100100011001100011111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17AC0; }

 p { color: rgb(177,122,192); }

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

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

 a { background-color: rgb(177,122,192); }

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

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

 span { border-color: rgb(177,122,192); }

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