#B17DD6

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

Shades of East Side #B17DD6

Tints of East Side #B17DD6

Color information

#B17DD6 (or 0xB17DD6) is unknown color: approx East Side. HEX triplet: B1, 7D and D6. RGB value is (177,125,214). Sum of RGB (Red+Green+Blue) = 177+125+214=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 214 (83.98% from 255 or 41.47% from 516); Max value from RGB is 214 - color contains mainly: blue. Hex color #B17DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DD6 is #4E8229. Grayscale: #969696. Windows color (decimal): -5145130 or 14056881. OLE color: 14056881.

HSL color Cylindrical-coordinate representation of color #B17DD6: hue angle of 275.06º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B17DD6 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB177125214-
CMYK0.170.4200.16
HSL275.06º52.05%66.47%-
HSV(B)275.06º41.59%83.92%-
XYZ37.628.8767.21-
YUV150.69163.73146.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 125 (49.22% from 255) = 24.22%
BLUE value IS 214 (83.98% from 255) = 41.47%
R=34.30%
G=24.22%
B=41.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1771252140.170.4200.16275.0652.0566.47
HexB17DD6112A0101133442
Octal261175326215202042364102
Binary10110001111110111010110100011010100100001000100111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17DD6; }

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

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

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

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

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

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

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

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