#B17CB9

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

Shades of East Side #B17CB9

Tints of East Side #B17CB9

Color information

#B17CB9 (or 0xB17CB9) is unknown color: approx East Side. HEX triplet: B1, 7C and B9. RGB value is (177,124,185). Sum of RGB (Red+Green+Blue) = 177+124+185=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 185 - color contains mainly: blue. Hex color #B17CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17CB9 is #4E8346. Grayscale: #929292. Windows color (decimal): -5145415 or 12156081. OLE color: 12156081.

HSL color Cylindrical-coordinate representation of color #B17CB9: hue angle of 292.13º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B17CB9 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177124185-
CMYK0.040.3300.27
HSL292.13º30.35%60.59%-
HSV(B)292.13º32.97%72.55%-
XYZ34.127.2749.36-
YUV146.8149.56149.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.42%
GREEN value IS 124 (48.83% from 255) = 25.51%
BLUE value IS 185 (72.66% from 255) = 38.07%
R=36.42%
G=25.51%
B=38.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771241850.040.3300.27292.1330.3560.59
HexB17CB942101B1241e3d
Octal2611742714410334443675
Binary1011000111111001011100110010000101101110010010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17CB9; }

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

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

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

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

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

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

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

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