#B17DB6

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

Shades of East Side #B17DB6

Tints of East Side #B17DB6

Color information

#B17DB6 (or 0xB17DB6) is unknown color: approx East Side. HEX triplet: B1, 7D and B6. RGB value is (177,125,182). Sum of RGB (Red+Green+Blue) = 177+125+182=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 182 - color contains mainly: blue. Hex color #B17DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DB6 is #4E8249. Grayscale: #929292. Windows color (decimal): -5145162 or 11959729. OLE color: 11959729.

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

Color convert

RGB177125182-
CMYK0.030.3100.29
HSL294.74º28.08%60.2%-
HSV(B)294.74º31.32%71.37%-
XYZ33.9127.3947.76-
YUV147.05147.73149.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.57%
GREEN value IS 125 (49.22% from 255) = 25.83%
BLUE value IS 182 (71.48% from 255) = 37.60%
R=36.57%
G=25.83%
B=37.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771251820.030.3100.29294.7428.0860.2
HexB17DB631F01D1271c3c
Octal2611752663370354473474
Binary10110001111110110110110111111101110110010011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17DB6; }

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

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

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

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

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

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

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

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