#B17EBC

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

Shades of East Side #B17EBC

Tints of East Side #B17EBC

Color information

#B17EBC (or 0xB17EBC) is unknown color: approx East Side. HEX triplet: B1, 7E and BC. RGB value is (177,126,188). Sum of RGB (Red+Green+Blue) = 177+126+188=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #B17EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17EBC is #4E8143. Grayscale: #949494. Windows color (decimal): -5144900 or 12353201. OLE color: 12353201.

HSL color Cylindrical-coordinate representation of color #B17EBC: hue angle of 289.35º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B17EBC is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB177126188-
CMYK0.060.3300.26
HSL289.35º31.63%61.57%-
HSV(B)289.35º32.98%73.73%-
XYZ34.6727.951.13-
YUV148.32150.4148.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 126 (49.61% from 255) = 25.66%
BLUE value IS 188 (73.83% from 255) = 38.29%
R=36.05%
G=25.66%
B=38.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771261880.060.3300.26289.3531.6361.57
HexB17EBC62101A121203e
Octal2611762746410324414076
Binary10110001111111010111100110100001011010100100001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17EBC; }

 p { color: rgb(177,126,188); }

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

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

 a { background-color: rgb(177,126,188); }

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

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

 span { border-color: rgb(177,126,188); }

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