#B17DD7

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

Shades of East Side #B17DD7

Tints of East Side #B17DD7

Color information

#B17DD7 (or 0xB17DD7) is unknown color: approx East Side. HEX triplet: B1, 7D and D7. RGB value is (177,125,215). Sum of RGB (Red+Green+Blue) = 177+125+215=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 215 - color contains mainly: blue. Hex color #B17DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DD7 is #4E8228. Grayscale: #969696. Windows color (decimal): -5145129 or 14122417. OLE color: 14122417.

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

Color convert

RGB177125215-
CMYK0.180.4200.16
HSL274.67º52.94%66.67%-
HSV(B)274.67º41.86%84.31%-
XYZ37.7328.9267.88-
YUV150.81164.23146.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.24%
GREEN value IS 125 (49.22% from 255) = 24.18%
BLUE value IS 215 (84.38% from 255) = 41.59%
R=34.24%
G=24.18%
B=41.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1771252150.180.4200.16274.6752.9466.67
HexB17DD7122A0101133543
Octal261175327225202042365103
Binary10110001111110111010111100101010100100001000100111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17DD7; }

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

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

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

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

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

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

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

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