#B17CD4

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

Shades of East Side #B17CD4

Tints of East Side #B17CD4

Color information

#B17CD4 (or 0xB17CD4) is unknown color: approx East Side. HEX triplet: B1, 7C and D4. RGB value is (177,124,212). Sum of RGB (Red+Green+Blue) = 177+124+212=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #B17CD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17CD4 is #4E832B. Grayscale: #959595. Windows color (decimal): -5145388 or 13925553. OLE color: 13925553.

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

Color convert

RGB177124212-
CMYK0.170.4200.17
HSL276.14º50.57%65.88%-
HSV(B)276.14º41.51%83.14%-
XYZ37.2228.5265.83-
YUV149.88163.06147.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.50%
GREEN value IS 124 (48.83% from 255) = 24.17%
BLUE value IS 212 (83.20% from 255) = 41.33%
R=34.50%
G=24.17%
B=41.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1771242120.170.4200.17276.1450.5765.88
HexB17CD4112A0111143342
Octal261174324215202142463102
Binary10110001111110011010100100011010100100011000101001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17CD4; }

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

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

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

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

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

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

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

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