#B17CB6

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

Shades of East Side #B17CB6

Tints of East Side #B17CB6

Color information

#B17CB6 (or 0xB17CB6) is unknown color: approx East Side. HEX triplet: B1, 7C and B6. RGB value is (177,124,182). Sum of RGB (Red+Green+Blue) = 177+124+182=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 182 - color contains mainly: blue. Hex color #B17CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17CB6 is #4E8349. Grayscale: #929292. Windows color (decimal): -5145418 or 11959473. OLE color: 11959473.

HSL color Cylindrical-coordinate representation of color #B17CB6: hue angle of 294.83º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B17CB6 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB177124182-
CMYK0.030.3200.29
HSL294.83º28.43%60%-
HSV(B)294.83º31.87%71.37%-
XYZ33.7827.1447.71-
YUV146.46148.06149.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.65%
GREEN value IS 124 (48.83% from 255) = 25.67%
BLUE value IS 182 (71.48% from 255) = 37.68%
R=36.65%
G=25.67%
B=37.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771241820.030.3200.29294.8328.4360
HexB17CB632001D1271c3c
Octal2611742663400354473474
Binary101100011111100101101101110000001110110010011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17CB6; }

 p { color: rgb(177,124,182); }

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

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

 a { background-color: rgb(177,124,182); }

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

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

 span { border-color: rgb(177,124,182); }

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