#B17CD8

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

Shades of East Side #B17CD8

Tints of East Side #B17CD8

Color information

#B17CD8 (or 0xB17CD8) is unknown color: approx East Side. HEX triplet: B1, 7C and D8. RGB value is (177,124,216). Sum of RGB (Red+Green+Blue) = 177+124+216=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #B17CD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17CD8 is #4E8327. Grayscale: #969696. Windows color (decimal): -5145384 or 14187697. OLE color: 14187697.

HSL color Cylindrical-coordinate representation of color #B17CD8: hue angle of 274.57º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B17CD8 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177124216-
CMYK0.180.4300.15
HSL274.57º54.12%66.67%-
HSV(B)274.57º42.59%84.71%-
XYZ37.7328.7268.52-
YUV150.33165.06147.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.24%
GREEN value IS 124 (48.83% from 255) = 23.98%
BLUE value IS 216 (84.77% from 255) = 41.78%
R=34.24%
G=23.98%
B=41.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771242160.180.4300.15274.5754.1266.67
HexB17CD8122B0F1133643
Octal261174330225301742366103
Binary1011000111111001101100010010101011011111000100111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17CD8; }

 p { color: rgb(177,124,216); }

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

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

 a { background-color: rgb(177,124,216); }

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

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

 span { border-color: rgb(177,124,216); }

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