#B17DD5

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

Shades of East Side #B17DD5

Tints of East Side #B17DD5

Color information

#B17DD5 (or 0xB17DD5) is unknown color: approx East Side. HEX triplet: B1, 7D and D5. RGB value is (177,125,213). Sum of RGB (Red+Green+Blue) = 177+125+213=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #B17DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DD5 is #4E822A. Grayscale: #969696. Windows color (decimal): -5145131 or 13991345. OLE color: 13991345.

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

Color convert

RGB177125213-
CMYK0.170.4100.16
HSL275.45º51.16%66.27%-
HSV(B)275.45º41.31%83.53%-
XYZ37.4828.8266.54-
YUV150.58163.23146.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 125 (49.22% from 255) = 24.27%
BLUE value IS 213 (83.59% from 255) = 41.36%
R=34.37%
G=24.27%
B=41.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1771252130.170.4100.16275.4551.1666.27
HexB17DD511290101133342
Octal261175325215102042363102
Binary10110001111110111010101100011010010100001000100111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17DD5; }

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

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

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

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

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

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

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

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