#B18EC6

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

Shades of East Side #B18EC6

Tints of East Side #B18EC6

Color information

#B18EC6 (or 0xB18EC6) is unknown color: approx East Side. HEX triplet: B1, 8E and C6. RGB value is (177,142,198). Sum of RGB (Red+Green+Blue) = 177+142+198=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 198 - color contains mainly: blue. Hex color #B18EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18EC6 is #4E7139. Grayscale: #9E9E9E. Windows color (decimal): -5140794 or 13012657. OLE color: 13012657.

HSL color Cylindrical-coordinate representation of color #B18EC6: hue angle of 277.5º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B18EC6 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB177142198-
CMYK0.110.2800.22
HSL277.5º32.94%66.67%-
HSV(B)277.5º28.28%77.65%-
XYZ3832.7757.75-
YUV158.85150.1140.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.24%
GREEN value IS 142 (55.86% from 255) = 27.47%
BLUE value IS 198 (77.73% from 255) = 38.30%
R=34.24%
G=27.47%
B=38.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771421980.110.2800.22277.532.9466.67
HexB18EC6B1C0161162143
Octal261216306133402642641103
Binary1011000110001110110001101011111000101101000101101000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18EC6; }

 p { color: rgb(177,142,198); }

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

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

 a { background-color: rgb(177,142,198); }

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

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

 span { border-color: rgb(177,142,198); }

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