#B17AD5

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

Shades of East Side #B17AD5

Tints of East Side #B17AD5

Color information

#B17AD5 (or 0xB17AD5) is unknown color: approx East Side. HEX triplet: B1, 7A and D5. RGB value is (177,122,213). Sum of RGB (Red+Green+Blue) = 177+122+213=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #B17AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17AD5 is #4E852A. Grayscale: #949494. Windows color (decimal): -5145899 or 13990577. OLE color: 13990577.

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

Color convert

RGB177122213-
CMYK0.170.4300.16
HSL276.26º52%65.69%-
HSV(B)276.26º42.72%83.53%-
XYZ37.128.0766.41-
YUV148.82164.22148.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.57%
GREEN value IS 122 (48.05% from 255) = 23.83%
BLUE value IS 213 (83.59% from 255) = 41.60%
R=34.57%
G=23.83%
B=41.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1771222130.170.4300.16276.265265.69
HexB17AD5112B0101143442
Octal261172325215302042464102
Binary10110001111101011010101100011010110100001000101001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17AD5; }

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

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

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

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

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

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

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

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