#B17BD3

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

Shades of East Side #B17BD3

Tints of East Side #B17BD3

Color information

#B17BD3 (or 0xB17BD3) is unknown color: approx East Side. HEX triplet: B1, 7B and D3. RGB value is (177,123,211). Sum of RGB (Red+Green+Blue) = 177+123+211=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 211 (82.81% from 255 or 41.29% from 511); Max value from RGB is 211 - color contains mainly: blue. Hex color #B17BD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17BD3 is #4E842C. Grayscale: #949494. Windows color (decimal): -5145645 or 13859761. OLE color: 13859761.

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

Color convert

RGB177123211-
CMYK0.160.4200.17
HSL276.82º50%65.49%-
HSV(B)276.82º41.71%82.75%-
XYZ36.9728.2265.13-
YUV149.18162.89147.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.64%
GREEN value IS 123 (48.44% from 255) = 24.07%
BLUE value IS 211 (82.81% from 255) = 41.29%
R=34.64%
G=24.07%
B=41.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1771232110.160.4200.17276.825065.49
HexB17BD3102A0111153241
Octal261173323205202142562101
Binary10110001111101111010011100001010100100011000101011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17BD3; }

 p { color: rgb(177,123,211); }

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

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

 a { background-color: rgb(177,123,211); }

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

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

 span { border-color: rgb(177,123,211); }

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