#B17ABE

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

Shades of East Side #B17ABE

Tints of East Side #B17ABE

Color information

#B17ABE (or 0xB17ABE) is unknown color: approx East Side. HEX triplet: B1, 7A and BE. RGB value is (177,122,190). Sum of RGB (Red+Green+Blue) = 177+122+190=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #B17ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17ABE is #4E8541. Grayscale: #919191. Windows color (decimal): -5145922 or 12483249. OLE color: 12483249.

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

Color convert

RGB177122190-
CMYK0.070.3600.25
HSL288.53º34.34%61.18%-
HSV(B)288.53º35.79%74.51%-
XYZ34.3926.9852.11-
YUV146.2152.72149.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.20%
GREEN value IS 122 (48.05% from 255) = 24.95%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=36.20%
G=24.95%
B=38.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771221900.070.3600.25288.5334.3461.18
HexB17ABE724019121223d
Octal2611722767440314414275
Binary10110001111101010111110111100100011001100100001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17ABE; }

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

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

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

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

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

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

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

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